skripte/script_wincheck.cmd hinzugefügt
This commit is contained in:
parent
1a11a55854
commit
a22e83f8e1
22
skripte/script_wincheck.cmd
Normal file
22
skripte/script_wincheck.cmd
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@echo off
|
||||||
|
@rem 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
|
||||||
|
rem cmd /k del /q /f /s %temp%*
|
||||||
|
cleanmgr /verylowdisk
|
||||||
|
start explorer.exe
|
||||||
|
rem shutdown -g -t 0
|
Loading…
x
Reference in New Issue
Block a user