Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)

This commit is contained in:
Mr.k
2024-04-18 00:47:57 +03:00
committed by GitHub
parent f4a9ea7ce1
commit 4616978343

View File

@ -53,6 +53,9 @@
],
"InvokeScript": [
"powercfg.exe /hibernate off"
],
"UndoScript": [
"powercfg.exe /hibernate on"
]
},
"WPFTweaksHome": {