scripts/script_wincheck.cmd hinzugefügt

This commit is contained in:
2025-08-26 13:06:53 +00:00
parent c2fb02eb57
commit e2434f79cc

View File

@@ -0,0 +1,22 @@
@echo off
:: Stand 2025-08-18
echo --------------------------------------------------------------------------
echo I Windows prüfen
echo --------------------------------------------------------------------------
powercfg /h off
taskkill /f /im explorer.exe
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth
net stop "usosvc"
net stop "wuauserv"
del /f /q C:\ProgramData\USOPrivate\UpdateStore*
net start "usosvc"
net start "wuauserv"
UsoClient.exe RefreshSettings
:: cmd /k del /q /f /s %temp%*
cleanmgr /verylowdisk
start explorer.exe
:: shutdown -g -t 0