feat: Disable monitor blanking

This commit is contained in:
Kroese 2024-04-05 15:36:34 +02:00 committed by GitHub
parent 4a784e39ea
commit 0e6158d022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -877,6 +877,8 @@ prepareXP() {
{ echo "[COMMANDS]"
echo "\"REGEDIT /s install.reg\""
echo "\"Wscript admin.vbs\""
echo "\"POWERCFG -H OFF\""
echo "\"POWERCFG -X -monitor-timeout-ac 0\""
} | unix2dos > "$dir/\$OEM\$/cmdlines.txt"
rm -rf "$drivers"