Update tweaks.json (#3849)

This commit is contained in:
Gabi
2026-01-07 23:26:17 +02:00
committed by GitHub
parent da989051db
commit c3216c6800

View File

@@ -88,10 +88,10 @@
powercfg.exe /hibernate on powercfg.exe /hibernate on
# Set hibernation as the default action # Set hibernation as the default action
powercfg.exe \"/change standby-timeout-ac 60\" powercfg.exe change standby-timeout-ac 60
powercfg.exe \"/change standby-timeout-dc 60\" powercfg.exe change standby-timeout-dc 60
powercfg.exe \"/change monitor-timeout-ac 10\" powercfg.exe change monitor-timeout-ac 10
powercfg.exe \"/change monitor-timeout-dc 1\" powercfg.exe change monitor-timeout-dc 1
" "
], ],
"UndoScript": [ "UndoScript": [
@@ -100,10 +100,10 @@
powercfg.exe /hibernate off powercfg.exe /hibernate off
# Set standby to default values # Set standby to default values
powercfg.exe \"/change standby-timeout-ac 15\" powercfg.exe change standby-timeout-ac 15
powercfg.exe \"/change standby-timeout-dc 15\" powercfg.exe change standby-timeout-dc 15
powercfg.exe \"/change monitor-timeout-ac 15\" powercfg.exe change monitor-timeout-ac 15
powercfg.exe \"/change monitor-timeout-dc 15\" powercfg.exe change monitor-timeout-dc 15
" "
], ],
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/laptophibernation" "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/laptophibernation"