Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fixing to update
#1
I have been watching quite a few people saying that the 1809 update is now working. Since "deferring updates" stops on my Windows 10 in 2 days, guess it's time to make a clone and try updating... We'll see what happens. I have an old clone but am going to make a up to date one before proceeding.  Well... tried to update....still on 1803. Windows troubleshooter said there was an error. Went to microsoft help page and it said to delete the last KB update. I did and then re-installed it. I am still on 1803. Tried the following bat file to fix issues. Still not working .
@ECHO OFF
echo Simple Script to Reset / Clear Windows Update
echo.
PAUSE
echo.
attrib -h -r -s %windir%\system32\catroot2
attrib -h -r -s %windir%\system32\catroot2\*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution sold.old
ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Task completed successfully...
echo.
PAUSE
Paul
Reply

#2
OK try this disconnect from i the nternet when installing 1809

Then reconnect when install is finish
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.