mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-31 18:24:27 -06:00
Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File
This commit is contained in:
parent
2ee10b57d4
commit
9d6c6279bd
@ -53,6 +53,9 @@
|
|||||||
],
|
],
|
||||||
"InvokeScript": [
|
"InvokeScript": [
|
||||||
"powercfg.exe /hibernate off"
|
"powercfg.exe /hibernate off"
|
||||||
|
],
|
||||||
|
"UndoScript": [
|
||||||
|
"powercfg.exe /hibernate on"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"WPFTweaksHome": {
|
"WPFTweaksHome": {
|
||||||
|
Loading…
Reference in New Issue
Block a user