Última actividad 6 days ago

clear-cached-updates.bat Sin formato
1:: Source: https://windowsforum.com/threads/windows-11-kb5067036-0x800f0983-fixes-and-practical-workarounds.387167/
2
3net stop wuauserv
4net stop bits
5net stop cryptsvc
6ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
7ren C:\Windows\System32\catroot2 catroot2.old
8net start cryptsvc
9net start bits
10net start wuauserv