From 01e1ec4221a4151248941e4f2c27a7457e983891 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 21:34:57 +0200 Subject: [PATCH] Update win11x64-enterprise.cmd --- assets/win11x64-enterprise.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/win11x64-enterprise.cmd b/assets/win11x64-enterprise.cmd index 736b6656..1f78d085 100644 --- a/assets/win11x64-enterprise.cmd +++ b/assets/win11x64-enterprise.cmd @@ -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 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. POWERCFG -H OFF