From 9d6c6279bdf9c77ee75347966d6e5395ba97c9ce Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Wed, 3 Apr 2024 21:37:32 +0300 Subject: [PATCH] Add 'UndoScript' to 'Disable Hibernation' Tweak in 'teaks.json' File --- config/tweaks.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index af361c43..cba1220f 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -53,6 +53,9 @@ ], "InvokeScript": [ "powercfg.exe /hibernate off" + ], + "UndoScript": [ + "powercfg.exe /hibernate on" ] }, "WPFTweaksHome": {