Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 747 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 747 Bytes

flush.bat

executes the following commands :

ipconfig /flushdns

ipconfig /release

ipconfig /renew


systemcheck.bat

executes the following commands :

sfc /scannow

DISM /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth


timedshutdown.bat executes the following commands :

shutdown -s -t %Sec%