From 12d5fea11edc9c4acd0259e64049a1310a8dd81a Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 21:35:32 +0200 Subject: [PATCH] Update win11x64-iot.cmd --- assets/win11x64-iot.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/win11x64-iot.cmd b/assets/win11x64-iot.cmd index 736b6656..1f78d085 100644 --- a/assets/win11x64-iot.cmd +++ b/assets/win11x64-iot.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