Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Troubleshoot and Fix Windows Update
#1
Windows Update is very important to keep your computer security patches updated and fix any bugs. If you have a problem with Windows updates or it has stopped working you need to fix it as soon as possible to stop your computer from becoming vulnerable to any security holes or bugs they need patching, Windows can also become very unstable with the latest Windows updates.

I will show you how to troubleshoot and repair most Windows Update problems. When Windows Update is broken it will give error codes, its these error codes or BSOD which can help solve issues with Windows Update.




in the video below I will show you how to Fix Windows 10 Update Error Code 0x80070652. But you can use this method to fix and resolve other Windows Update error codes.


There are other things you can try to fix Windows Updates, but that's another video.


Get help with Windows 10 upgrade and installation errors


Open note and copy contents below and save as WUReset.bat



Code:
@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


Fix Windows Update issues in Windows 8.1 Windows 10 Windows 7



Windows Update Troubleshooter






<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 
Reply

#2
Good info Brian
Tim's Computer Repair (TCR) 
1503 Kings Way, Savannah, GA 31406, US
912-220-0765
https://www.TimsComputerFix.net 

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

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