If you are still experiencing problems when trying to install the Windows 10 October 2018 Update, then you may need to reset the update service and try again.
To do this, open up the Command Prompt by typing in 'CMD' into the searchbar and right-clicking on 'Command Prompt'. Select 'Run as administrator'.
To do this, open up the Command Prompt by typing in 'CMD' into the searchbar and right-clicking on 'Command Prompt'. Select 'Run as administrator'.

Once open, type in the following, pressing Enter after each line:
Afterwards, restart your PC and try installing the October 2018 Update again.
net stop wuauserv
net stop bits net
stop cryptsvc
Ren %systemroot%\SoftwareDistribution\SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
net start wuauserv
net start bits
net start cryptsvc
Afterwards, restart your PC and try installing the October 2018 Update again.
0 Comments