100% found this document useful (1 vote)
52 views2 pages

Windows Update Commands

The document outlines a series of commands for troubleshooting and repairing Windows services related to updates and networking. It includes stopping specific services, deleting files, renaming directories, registering DLL files, and resetting network configurations. Additionally, it suggests running system file checks and health restoration commands to ensure system integrity.

Uploaded by

prashantpatilb86
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
52 views2 pages

Windows Update Commands

The document outlines a series of commands for troubleshooting and repairing Windows services related to updates and networking. It includes stopping specific services, deleting files, renaming directories, registering DLL files, and resetting network configurations. Additionally, it suggests running system file checks and health restoration commands to ensure system integrity.

Uploaded by

prashantpatilb86
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

net stop bits

net stop wuauserv


net stop appidsvc
net stop cryptosvc
cd \
cd "Program Files"
cd \ProgramData
cd "Application Data"
dir
cd Microsoft
cd Network
cd Downloader
del *.*
cd \
cd Windows
rename softwareDistribution Software_old
cd System32
rmdir catroot2 /S /Q
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)
(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)
(A;;CCLCSWRPWPDTLOCRRC;;;PU)

sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)


(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)
(A;;CCLCSWRPWPDTLOCRRC;;;P

regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll

net start bits


net start wuauserv
net start appidsvc
net start cryptsvc

netsh winsock reset


netsh winsock reset proxy
netsh int ip reset
ipconfig /flushdns

sfc /scannow
DISM.exe /Online /Cleanup-image /Restorehealth

You might also like