diff --git a/docs/tweaks.md b/docs/tweaks.md index 262914a..f20e680 100644 --- a/docs/tweaks.md +++ b/docs/tweaks.md @@ -61,6 +61,7 @@ i do not guarantee that that all of the reversals are accurate across different | | **name** | **details** | | :---: | --- | --- | | ✔ | [disable automatic sign-on](../tweaks/ten/disable automatic sign-on) | automatic sign-on gets your PC ready with the applications you had last started before you log in. this can be annoying if you prefer to start fresh when restarting. this can also slow down your startup by a bunch. | +| ✔ | [disable automatic sleep and hibernation](../tweaks/longhorn-series/disable automatic sleep and hibernation) | having the computer sleep while it's doing something = bad | | ✔ | [disable force closing of background processes on shutdown](../tweaks/longhorn-series/disable force closing of background processes on shutdown) | killing programs even if they do not have an active window, can lead to unforeseen consequences | | ✔ | [disable lock screen](../tweaks/ten/disable lock screen) | disables the additional, phone-like lock screen when an account is locked. saves you a button-press. | | ⚠️ | [enable file extensions](../tweaks/longhorn-series/enable file extensions) | this enables file extensions (like .exe and .zip) for every newly created user. | diff --git a/tweaks/longhorn-series/disable automatic sleep and hibernation/reg/SYSTEM.REG b/tweaks/longhorn-series/disable automatic sleep and hibernation/reg/SYSTEM.REG new file mode 100644 index 0000000..75df3dd --- /dev/null +++ b/tweaks/longhorn-series/disable automatic sleep and hibernation/reg/SYSTEM.REG @@ -0,0 +1,28 @@ +Windows Registry Editor Version 5.00 + +; sleep +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\238c9fa8-0aad-41ed-83f4-97be242c8f20\29f6c1db-86da-48c5-9fdb-f2b67b1f44da] +"ACSettingIndex"=dword:00000000 +"DCSettingIndex"=dword:00000000 + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\238c9fa8-0aad-41ed-83f4-97be242c8f20\29f6c1db-86da-48c5-9fdb-f2b67b1f44da] +"ACSettingIndex"=dword:00000000 +"DCSettingIndex"=dword:00000000 + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\238c9fa8-0aad-41ed-83f4-97be242c8f20\29f6c1db-86da-48c5-9fdb-f2b67b1f44da] +"ACSettingIndex"=dword:00000000 +"DCSettingIndex"=dword:00000000 + +; hibernation +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\238c9fa8-0aad-41ed-83f4-97be242c8f20\9d7815a6-7ee4-497e-8888-515a05f02364] +"ACSettingIndex"=dword:00000000 +"DCSettingIndex"=dword:00000000 + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\238c9fa8-0aad-41ed-83f4-97be242c8f20\9d7815a6-7ee4-497e-8888-515a05f02364] +"ACSettingIndex"=dword:00000000 +"DCSettingIndex"=dword:00000000 + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\238c9fa8-0aad-41ed-83f4-97be242c8f20\9d7815a6-7ee4-497e-8888-515a05f02364] +"ACSettingIndex"=dword:00000000 +"DCSettingIndex"=dword:00000000 + diff --git a/tweaksReversal/longhorn-series/disable automatic sleep and hibernation/reg/SYSTEM.REG b/tweaksReversal/longhorn-series/disable automatic sleep and hibernation/reg/SYSTEM.REG new file mode 100644 index 0000000..f0534fb --- /dev/null +++ b/tweaksReversal/longhorn-series/disable automatic sleep and hibernation/reg/SYSTEM.REG @@ -0,0 +1,28 @@ +Windows Registry Editor Version 5.00 + +; sleep +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\238c9fa8-0aad-41ed-83f4-97be242c8f20\29f6c1db-86da-48c5-9fdb-f2b67b1f44da] +"ACSettingIndex"=- +"DCSettingIndex"=- + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\238c9fa8-0aad-41ed-83f4-97be242c8f20\29f6c1db-86da-48c5-9fdb-f2b67b1f44da] +"ACSettingIndex"=- +"DCSettingIndex"=- + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\238c9fa8-0aad-41ed-83f4-97be242c8f20\29f6c1db-86da-48c5-9fdb-f2b67b1f44da] +"ACSettingIndex"=- +"DCSettingIndex"=- + +; hibernation +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\238c9fa8-0aad-41ed-83f4-97be242c8f20\9d7815a6-7ee4-497e-8888-515a05f02364] +"ACSettingIndex"=- +"DCSettingIndex"=- + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\238c9fa8-0aad-41ed-83f4-97be242c8f20\9d7815a6-7ee4-497e-8888-515a05f02364] +"ACSettingIndex"=- +"DCSettingIndex"=- + +[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\238c9fa8-0aad-41ed-83f4-97be242c8f20\9d7815a6-7ee4-497e-8888-515a05f02364] +"ACSettingIndex"=- +"DCSettingIndex"=- +