Useful reminders

How to stop chrome blocking display sleep mode on Windows

in a command window: powercfg -requestsoverride PROCESS chrome.exe awaymode display system

to remove the override: powercfg -requestsoverride PROCESS chrome.exe

How to set the NTP server in windows 11

in a command window: w32tm /config /manualpeerlist:"0.uk.pool.ntp.org 1.uk.pool.ntp.org" /syncfromflags:manual /update