This commit is contained in:
Michael H.G. Schmidt 2024-12-09 22:24:45 +01:00
parent 3aafb9edfa
commit 51de7a5b43

View File

@ -15,7 +15,7 @@ echo Disabling Startmenu power button ...
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" ^
/v StartMenuLogoff /t REG_DWORD /d "0" /f 2>/nul
echo Disabling Power opions ...
echo Disabling Power options ...
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" ^
/v shutdownwithoutlogon /t REG_DWORD /d "0" /f 2>/nul