WSUS: Troubleshooting: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
K
Zeile 1: Zeile 1:
== Re-Initialize Windows Update DB (Client, local) / Clear Windows SoftwareDistribution folder / Error "0x800f081e" ==
+
== Re-Initialize Windows Update DB (Client, local) / Clear Windows "SoftwareDistribution" folder / Error "0x800f081e" ==
  
 
# Run '''cmd.exe''' with Admin-rights
 
# Run '''cmd.exe''' with Admin-rights

Version vom 18. Mai 2018, 08:36 Uhr

Re-Initialize Windows Update DB (Client, local) / Clear Windows "SoftwareDistribution" folder / Error "0x800f081e"

  1. Run cmd.exe with Admin-rights
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution C:\Windows\SoftwareDistribution-OLD
net start cryptsvc
net start bits
net start wuauserv