Auto enable or disable HDR on startup #22
Replies: 5 comments 1 reply
-
This should be possible. App based on/off with a priority.
I became a father two weeks ago, see you need a bit patience for this ;)
flowerdealer ***@***.***> schrieb am Do. 15. Apr. 2021 um
20:15:
… Just because the profiles could potentially leave you with HDR on (or off)
when you restart your machine, it would be nice if we had an option to
toggle hdr on or off on startup to ensure our preferred setting. The option
to have it on makes more sense in the context of my request that the
program have an option to disable HDR on a profile activation, instead of
just enabling.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWXFIIKUE6ZVXTYMCCPIS3TI4UNPANCNFSM43AABUIQ>
.
|
Beta Was this translation helpful? Give feedback.
-
It's a C# project, a WPF project in Visual Studio, so I am using the .Net Framework and MVVM as design pattern, although I am quite sure, that I broke up with the pattern at some points. Some basic stuff (Windows, base classes for MVVM) are referenced by some libraries I created for my self in the past. For other parts like the UWP integration or packaging all binaries in one executable, I use some Nuget packages. The "magic" happens in a referenced C++ project (HDRController). The code was initially copied from another Git repo, as I am not very familiar with C++, but I managed to change the code for my needs, but don't use it as a good example. It's just working ;) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info, and good luck with parenthood! |
Beta Was this translation helpful? Give feedback.
-
Hey, just checking back on this request. Is there any way to default to HDR on for windows on startup? Thanks for the great work. |
Beta Was this translation helpful? Give feedback.
-
Not possible, but a workaround would be to add for example explorer.eye to
AutoActions and assign a profile which activates hdr.
flowerdealer ***@***.***> schrieb am Fr. 14. Jan. 2022 um
18:41:
… Hey, just checking back on this request. Is there any way to default to
HDR on for windows on startup? Thanks for the great work.
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWXFIPUIMHHQQKUDSSJR7LUWBN53ANCNFSM43AABUIQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Just because the profiles could potentially leave you with HDR on (or off) when you restart your machine, it would be nice if we had an option to toggle hdr on or off on startup to ensure our preferred setting. The option to have it on makes more sense in the context of my request that the program have an option to disable HDR on a profile activation, instead of just enabling.
Beta Was this translation helpful? Give feedback.
All reactions