Update win11x64-enterprise.cmd

This commit is contained in:
Kroese
2026-09-04 21:34:57 +02:00
committed by GitHub
parent c22cdec03e
commit 01e1ec4221
+3
View File
@@ -77,6 +77,9 @@ rem Prevent the local user password from expiring.
powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1 powershell.exe -ExecutionPolicy Unrestricted -NoLogo -NoProfile -NonInteractive set-localuser -name "Docker" -passwordneverexpires 1
rem END LOCAL_ACCOUNT rem END LOCAL_ACCOUNT
rem Disable per-CPU clock tick scheduling.
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "EnablePerCpuClockTickScheduling" /t REG_DWORD /d 2 /f
rem Disable hibernation. rem Disable hibernation.
POWERCFG -H OFF POWERCFG -H OFF