Windows update stuck at getting updates…

Sometimes Windows Update just get’s stuck, without any particular reason.

A possible solution, could be this, if not, continue reading 🙂 :

https://martinsblog.dk/windows-7-stuck-forever-with-searching-for-updates/

One way to reset the WUASERV components of Windows is to copy and paste the following into a .bat file and run it as administrator:

net stop wuauserv
net stop bits
rd /s /q %windir%\softwaredistribution
net start bits
net start wuauserv
wuauclt.exe /detectnow

 

One of my own personal experiences, is to do a sysprep, but this is not a preferred method, as the machince will be “reset”, which means all data and apps WILL BE preserved, but you will have to join the domain  again, if the computer was member of a such.

To do this, run this:

Sysprep /generalize /shutdown /oobe

 

The computer will shutdown after this, but only use this as a last resort 🙂

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close