Author Topic: ERRORS -> Script to Reset / Clear Windows Update  (Read 6162 times)

0 Members and 1 Guest are viewing this topic.

makinero

  • Guest
ERRORS -> Script to Reset / Clear Windows Update
« on: July 22, 2016, 08:37:16 am »
ERROR Script to Reset / Clear Windows Update

Code: [Select]
@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





Simple Script to Reset / Clear Windows Update

To continue, press any key. . .

Can not find the file - C:\Windows\system32\catroot2
Path not found - C:\Windows\system32\catroot2.
Windows Update is just stopped.
Windows Update was stopped successfully.

Cryptographic Services service is stopped just ..
Cryptographic Services service was stopped successfully.

Service Background Intelligent Transfer Service is just stopped ..
Service Background Intelligent Transfer Service was stopped successfully.

You can not find the file specified.
The syntax is incorrect.

Service Background Intelligent Transfer Service is starting.
Successfully launched the service Background Intelligent Transfer Service.

Cryptographic Services service is starting.
Successfully launched service Cryptographic Services.

Windows Update is starting.
Successfully launched the Windows Update service.


Task completed successfullyů

To continue, press any key. . .