I'm trying to use DISM but keep getting the following message:
Error: 0x800f0906
The source files could not be downloaded.
Use the "source" option to specify the location of the files that re required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
Anyone know how to fix this problem?
*Update*
I did a bit of searching, and found that some people suggest typing this into the command prompt:
net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
Will this help>
Edited by MadDemon64, 05 March 2018 - 11:52 AM.