WD 10 Cant install .NET frame 3.5 (includeds .NET 2.0 and 3.0)

Status
Not open for further replies.

M05final

Distinguished
Mar 21, 2014
175
0
18,710
So i recently just got windows 10 and i must say i really like the OS.

But I've came across one problem that i cant seem to fix I cant seem to get .NET frame 3.5 to download it either gets stuck on Downloading or gets stuck on searching for files.

Does anyone have any ideas how i might be able to fix this?

So far ive trying downloading it through the game i want to play (RUST)
And trying to download it in Control Panel\Programs\Turn Windows features on or off
 
Solution
Open an administrative command prompt and enter the following commands (you can copy/paste them from here. Each command is on it's own line):

net stop wuauserv
rmdir /s /q %windir%\SoftwareDistribution\DataStore
rmdir /s /q %windir%\SoftwareDistribution\Download
net start wuauserv

Once those 4 commands have been run, restart your machine and try the install again through the Turn Windows Features on or off panel inside Programs and Features.
Open an administrative command prompt and enter the following commands (you can copy/paste them from here. Each command is on it's own line):

net stop wuauserv
rmdir /s /q %windir%\SoftwareDistribution\DataStore
rmdir /s /q %windir%\SoftwareDistribution\Download
net start wuauserv

Once those 4 commands have been run, restart your machine and try the install again through the Turn Windows Features on or off panel inside Programs and Features.
 
Solution
Status
Not open for further replies.