Answer the question
In order to leave comments, you need to log in
How to put on Windows 8.1 NET Framework 4.0?
Bottom line: I work with software for full-fledged work that needs Framework 4.0, to install it, if I understand correctly, you need to demolish NET Framework 4.6 (which, judging by the version detector program, is installed with an Unknown build: 394271 error).
It is not in the uninstallation of programs
NET Framework Cleanup Tool does not plow
Answer the question
In order to leave comments, you need to log in
net framework is a system component.
In "Add/Remove Programs" run "Turn windows features on or off" and uncheck the boxes.
you can do the same via powershell:
Get-WindowsOptionalFeature -Online | Where {$_.FeatureName -like "NetFx4*" -and $_.State -eq "Enabled"}
- for check. | Disable-WindowsOptionalFeature
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question