mickyt17 Posted August 7, 2015 Posted August 7, 2015 I have recently installed Windows 10 and i am having trouble installing .NET Framework 3.5. the error i get is below. Windows couldnt complete the reqested changes. windows couldnt find the required file to complete the requested changes. make sure you're connected to internet, and try again. Error code: 0x800F081F could sombody shine some light on this? Thanks!
uu2 Posted August 7, 2015 Posted August 7, 2015 (edited) This worked for me in Windows 8.1. It may work in Windows 10. - Open Registry Editor - Go to COMPUTER\HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\WINDOWS\WINDOWSUPDATE\AU - Change 'UseWUServer' value data to 0 - Restart computer - Install .NET Framework 3.5 - Change 'UseWUServer' value data back to 1 in Registry Editor Edited August 7, 2015 by uu2 2
RowlandoGloom Posted August 7, 2015 Posted August 7, 2015 Are you behind a proxy, that may be blocking it. Windows doesn't come with the files present if it's not installed, they're either on the installation disk or downloaded from the Internet as part of the wizard You could insert the installation DVD or mount an ISO, then at a command prompt type: DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /source:d:\sources\sxs (where d: is the letter of the source disk). That will install it and use the files on the media as opposed to downloading them. Paul.
RowlandoGloom Posted August 7, 2015 Posted August 7, 2015 This worked! Thanks! I'm glad I could help. Have a good weekend.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now