WSUS: Troubleshooting

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Re-Initialize Windows Update DB (Client, local) / Clear Windows SoftwareDistribution folder

This is a solution for the 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