added tweak: disable sleep when closing laptop lid

closing the laptop's lid without having it stop all its activities can
often be a desirable, additional, state.
This commit is contained in:
Fierelier 2020-02-23 09:51:03 +01:00
parent a2fa602de0
commit a1d2df0496
3 changed files with 29 additions and 0 deletions

View File

@ -66,6 +66,7 @@ i do not guarantee that that all of the reversals are accurate across different
| ❌ | [disable ease of access key combinations](../tweaks/longhorn-series/disable ease of access key combinations) | the combinations for sticky keys, filter keys, etc. annoyingly conflict with programs/games that require you to often press/hold SHIFT. other, less annoying combinations have also been disabled for good measure. |
| ✔ | [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. |
| ⚠️ | [disable sleep when closing laptop lid](../tweaks/longhorn-series/disable sleep when closing laptop lid) | closing the laptop's lid without having it stop all its activities can often be a desirable, additional, state. |
| ⚠️ | [enable file extensions](../tweaks/longhorn-series/enable file extensions) | this enables file extensions (like .exe and .zip) for every newly created user. |
| ❌ | [post-setup script - master](../tweaks/longhorn-series/post-setup script - master) | this calls scripts in `%SystemDrive%\opus-nt-setupcomplete\scripts` after setup. a log-file is shown after this process is done, stored as `%SystemDrive%\opus-nt-setupcomplete.log`. the scripts destroy themselves after this. |
| ❌ | [remove user libraries](../tweaks/seven/remove user libraries) | the library shortcuts show very inconsistent behavior compared to opening the corresponding folders via any other method. it should be more comfortable for most to access user folders via their favorites. |

View File

@ -0,0 +1,14 @@
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000
[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000
[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000

View File

@ -0,0 +1,14 @@
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000001
"DCSettingIndex"=dword:00000001
[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000001
"DCSettingIndex"=dword:00000001
[HKEY_LOCAL_MACHINE\OPUS_TMP\ControlSet001\Control\Power\User\PowerSchemes\a1841308-3541-4fab-bc81-f71556f20b4a\4f971e89-eebd-4455-a8de-9e59040e7347\5ca83367-6e45-459f-a27b-476b1d01c936]
"ACSettingIndex"=dword:00000001
"DCSettingIndex"=dword:00000001