mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
feat: Disable monitor blanking
This commit is contained in:
parent
4a784e39ea
commit
0e6158d022
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue