Aug 10, 2024
Step 1: Open Command Prompt as Administrator
cmd
in the Start Menu, select "Run as administrator".Step 2: Stop Windows Update Related Services
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Step 3: Delete Related Files
del *.*
software distribution
directory:
rename software distribution software_old
catroot2
folder:
rmdir /s /q catroot2
sc config bits
sc config wuauserv
wupdate.bat
) with re-registration commands.netsh winsock reset
netsh int ip reset
ipconfig /flushdns
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc