WSUS: Troubleshooting: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
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
  # net stop wuauserv
+
  net stop wuauserv
  # net stop bits
+
  net stop bits
  # net stop cryptsvc
+
  net stop cryptsvc
  # ren C:\Windows\SoftwareDistribution C:\Windows\SoftwareDistribution-OLD
+
  ren C:\Windows\SoftwareDistribution C:\Windows\SoftwareDistribution-OLD
  # net start cryptsvc
+
  net start cryptsvc
  # net start bits
+
  net start bits
  # net start wuauserv
+
  net start wuauserv
  
  

Version vom 18. Mai 2018, 08:35 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