Replies: 1 comment 1 reply
-
Searching around https://www.google.com/search?q=change+power+plan+on+boot, https://www.reddit.com/r/buildapc/comments/rme8bo/windows_11_power_plan_keeps_changing_itself_from/ is likely the common issue and solution, I guess.
If it is intentional, perhaps you could delay the script startup until all necessary services/processes have been started. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My system changes the power plan as I boot into windows, which makes dnscrypt service fail to complete its start up
Running "Trash 11"
Output of the following commands:
./dnscrypt-proxy -version
2.1.5
./dnscrypt-proxy -check
[2025-01-07 15:16:54] [NOTICE] dnscrypt-proxy 2.1.5
[2025-01-07 15:16:55] [NOTICE] Source [public-resolvers] loaded
[2025-01-07 15:16:55] [NOTICE] Source [relays] loaded
[2025-01-07 15:16:55] [NOTICE] Configuration successfully checked
./dnscrypt-proxy -resolve example.com
Resolving [example.com] using 127.0.0.1 port 53
Resolver : 185.140.12.93 (fra.dc-team.com.)
Canonical name: example.com.
IPv4 addresses: 93.184.215.14
IPv6 addresses: -
Name servers : b.iana-servers.net., a.iana-servers.net.
DNSSEC signed : yes
Mail servers : 1 mail servers found
HTTPS alias : -
HTTPS info : -
Host info : -
TXT records : v=spf1 -all, wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn
What is affected by this bug?
The startup of the process
When does this occur?
It occurs when the system starts and changes power plan on boot
Where does it happen?
It happens on Windows 11
How do we replicate the issue?
Have a script that changes to any power plan which makes the process fail to boot with the system
Expected behaviour (i.e. solution)
Already started as on log on
Beta Was this translation helpful? Give feedback.
All reactions