WSUS: Troubleshooting: Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
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 bits | |
− | + | net stop cryptsvc | |
− | + | ren C:\Windows\SoftwareDistribution C:\Windows\SoftwareDistribution-OLD | |
− | + | net start cryptsvc | |
− | + | net start bits | |
− | + | net start wuauserv | |
Version vom 18. Mai 2018, 08:35 Uhr
Re-Initialize Windows Update DB (Client, local) / Clear Windows SoftwareDistribution folder / Error "0x800f081e"
- 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