Utoljára aktív 6 days ago

capntack gist felülvizsgálása 2 weeks ago. Revízióhoz ugrás

1 file changed, 0 insertions, 0 deletions

clear-cached-updates.ps1 fájl átnevezve erre: clear-cached-updates.bat

Fájl átnevezve változtatások nélkül

capntack gist felülvizsgálása 2 weeks ago. Revízióhoz ugrás

1 file changed, 10 insertions

clear-cached-updates.ps1(fájl létrehozva)

@@ -0,0 +1,10 @@
1 + :: Source: https://windowsforum.com/threads/windows-11-kb5067036-0x800f0983-fixes-and-practical-workarounds.387167/
2 +
3 + net stop wuauserv
4 + net stop bits
5 + net stop cryptsvc
6 + ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
7 + ren C:\Windows\System32\catroot2 catroot2.old
8 + net start cryptsvc
9 + net start bits
10 + net start wuauserv
Újabb Régebbi