mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File (#1799)
This commit is contained in:
@ -53,6 +53,9 @@
|
||||
],
|
||||
"InvokeScript": [
|
||||
"powercfg.exe /hibernate off"
|
||||
],
|
||||
"UndoScript": [
|
||||
"powercfg.exe /hibernate on"
|
||||
]
|
||||
},
|
||||
"WPFTweaksHome": {
|
||||
|
Reference in New Issue
Block a user