Last active
August 29, 2015 14:26
-
-
Save JonathanPorta/001fd6ec328847dca227 to your computer and use it in GitHub Desktop.
Trying to get Windows Update to Download the Windows 10 Upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This didn't work. | |
Jonathan Porta@PORTAJ-GAMETOP C:\Users\Jonathan Porta | |
$ net stop wuauserv | |
The Windows Update service is stopping. | |
The Windows Update service was stopped successfully. | |
Jonathan Porta@PORTAJ-GAMETOP C:\Users\Jonathan Porta | |
$ rd /s /q C:\Windows\SoftwareDistribution | |
C:\Windows\SoftwareDistribution\Download\8F36B3~1\BITB8C4.tmp - The operation completed successfully. | |
Jonathan Porta@PORTAJ-GAMETOP C:\Users\Jonathan Porta | |
$ net start wuauserv | |
The Windows Update service is starting. | |
The Windows Update service was started successfully. | |
Jonathan Porta@PORTAJ-GAMETOP C:\Users\Jonathan Porta | |
$ wuauclt.exe/updatenow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment