This commit is contained in:
Viktor Szépe
2025-10-14 19:51:53 +02:00
committed by GitHub
parent 72cbdca556
commit 1f81eec8f1
19 changed files with 28 additions and 28 deletions

View File

@@ -99,7 +99,7 @@
Write-Host \"Turn off Hibernation\"
Start-Process -FilePath powercfg -ArgumentList \"/hibernate off\" -NoNewWindow -Wait
# Set standby to detault values
# Set standby to default values
Start-Process -FilePath powercfg -ArgumentList \"/change standby-timeout-ac 15\" -NoNewWindow -Wait
Start-Process -FilePath powercfg -ArgumentList \"/change standby-timeout-dc 15\" -NoNewWindow -Wait
Start-Process -FilePath powercfg -ArgumentList \"/change monitor-timeout-ac 15\" -NoNewWindow -Wait