-->

3 Steps to Create a WUReset Script That Can Overcome All Error Update Issues in Windows 10

One way to solve all error problems in windows 10 when updating you can overcome with the WUReset script.

Indeed, the windows 10 operating system is not perfect so it is still updated to improve this operating system.

But sometimes we want to update but we can't do it because there is a problem and we get an error message.

WUReset script is a simple script that can rearrange all the components of updates in windows.

If you find a problem when you want to update windows 10 you can use WUReset to solve it.

How to create a WUReset Script

To create a WUReset script is very easy and you just follow the steps that newbies will give the following

Open Notepad

Please copy and paste the script below into notepad 

@ECHO OFF
echo.
echo =============================================
echo Simple Script to Reset / Clear Windows Update
echo.
echo Created by "Vishal Gupta" for AskVG.com
echo.
echo Thanks to DTM for sharing the commands
echo =============================================
echo.
PAUSE
echo.
attrib -h -r -s %windir%\system32\catroot2
attrib -h -r -s %windir%\system32\catroot2*.*
echo Stopping Windows Update related services…
echo ===========================================
echo.
net stop wuauserv
net stop CryptSvc
net stop BITS
echo Done!
echo.
echo Renaming Windows Update related folders…
echo ==========================================
echo.
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution sold.old
ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old
echo Done!
echo.
echo Starting Windows Update related services…
echo ===========================================
echo.
net Start BITS
net start CryptSvc
net start wuauserv
echo Done!
echo.
echo Task completed successfully…
echo.
PAUSE

Next please save the file under the name WUReset.bat

In addition to making you can also download WUReset scripts so that you are easier to run scripts and improve your windows system.  

How to run WUReset scripts

To run the WUReset script that we have made is very easy. You just need to right-click WUReset.bat you've created earlier and run as administrator.

You just wait for the WUReset script to run until it's finished and restart your laptop or pc and try again to run windows 7 updates.

So long ago newbie article this time with the title How to Make WUReset Script That Can Overcome All Problem Error Update in Windows 10

0 Response to "3 Steps to Create a WUReset Script That Can Overcome All Error Update Issues in Windows 10"

Post a Comment

Note: Only a member of this blog may post a comment.

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel