This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| ;Reveals the most used hidden power settings in Windows 10. The value Attributes=2 means reveal, where value of 1 or 0 means hide from Power Options. | |
| ;Good Tweaking! | |
| ;WLAN | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\19cbb8fa-5279-450e-9fac-8a3d5fedd0c1\12bbebe6-58d6-4636-95bb-3217ef867c1a] | |
| "Attributes"=dword:00000002 | |
| ;Power Scheme Personality | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\245d8541-3943-4422-b025-13a784f679b7] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| neville@NEVILLE-G3:~/projects/bitcoin$ git show 542777550456df77e58c8d37bbb32340fb3979fc | |
| commit 542777550456df77e58c8d37bbb32340fb3979fc (HEAD) | |
| Author: Neville <rodneyneville@gmail.com> | |
| Date: Tue Jan 2 16:17:07 2024 -0300 | |
| comment 3 | |
| diff --git a/test/functional/feature_abortnode.py b/test/functional/feature_abortnode.py | |
| index 740d3b7f0e..4a781a40ca 100755 | |
| --- a/test/functional/feature_abortnode.py |