Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
windows [2019/04/05 21:20] – [Windows NTP Client] mschubiwindows [2019/04/11 19:28] – [Ping eines Bereiches] mschubi
Line 6: Line 6:
 </code> </code>
  
 +====== Windows Update geht nicht mehr ======
 +
 +<code winbatch>
 +C:\Windows\system32>net stop wuauserv
 +C:\Windows\system32>net stop bits
 +C:\Windows\system32>net stop cryptsvc
 +
 +C:\Windows\system32>cd ..
 +C:\Windows>ren SoftwareDistribution SoftwareDistribution.old
 +
 +C:\Windows>net start cryptsvc
 +C:\Windows>net start bits
 +C:\Windows>net start wuauserv
 +
 +C:\Windows>DISM.exe /Online /Cleanup-image /Scanhealth
 +C:\Windows>wuapp
 +
 +</code>
 ====== Benchmarks ====== ====== Benchmarks ======
  
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International