Skip to content

Instantly share code, notes, and snippets.

@JonathanPorta
Last active August 29, 2015 14:26
Show Gist options
  • Save JonathanPorta/001fd6ec328847dca227 to your computer and use it in GitHub Desktop.
Save JonathanPorta/001fd6ec328847dca227 to your computer and use it in GitHub Desktop.
Trying to get Windows Update to Download the Windows 10 Upgrade
# 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