Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
windows [2019/04/05 21:20] – [Windows NTP Client] mschubiwindows [2020/01/29 10:58] – [Windows TCP/IP Stack resetten] 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 ======
  
Line 137: Line 155:
  
 ====== Windows TCP/IP Stack resetten ====== ====== Windows TCP/IP Stack resetten ======
 +Wenn das Päärchen  
 +<code winbatch> 
 +ipconfig /release 
 +ipconfig /renew 
 +</code> 
 +nicht mehr reicht, hilft meist eine Kommandozeile (als Admin)
 <code winbatch> <code winbatch>
 netsh int ip reset ipreset.txt  netsh int ip reset ipreset.txt 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International