TimD308 Posted July 30, 2020 Share Posted July 30, 2020 I found this post while looking for a script to automate something i want to do in NVIDIA control panel, I want a script that will; open control panel > Adjust Desktop Colour Settings > Use Nvidia Settings Then another that will do the reverse open control panel > Adjust Desktop Colour Settings > other applications control colour settings. Or even better is some how a single script existed that toggled both? Link to comment Share on other sites More sharing options...
TimD308 Posted July 30, 2020 Author Share Posted July 30, 2020 I found this forum while looking for a script to automate something i want to do in NVIDIA control panel, I want a script that will; open control panel > Adjust Desktop Colour Settings > Use Nvidia Settings Then another that will do the reverse open control panel > Adjust Desktop Colour Settings > other applications control colour settings. Or even better is some how a single script existed that toggled both? Link to comment Share on other sites More sharing options...
TimD308 Posted July 30, 2020 Author Share Posted July 30, 2020 I have this so far; Run("C:\Program Files\WindowsApps\NVIDIACorp.NVIDIAControlPanel_8.1.958.0_x64__56jybvy8sckqj\nvcplui.exe") sleep(3000) ControlClick("NVIDIA Control Panel", "Adjust desktop colour settings", "[CLASS:Static; INSTANCE:5]") It will open the panel and click into Adjust Desk Colour Settings, but i cant figure out how to get it to click on 'Use Nvidia Settings' and then apply and close the window Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted July 30, 2020 Moderators Share Posted July 30, 2020 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
jdelaney Posted July 31, 2020 Share Posted July 31, 2020 (edited) https://serverfault.com/questions/268423/changing-desktop-solid-color-via-registry Create a new thread in the future. It's taboo to bring back up dead posts. RegWrite Edited July 31, 2020 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. Link to comment Share on other sites More sharing options...
Bert Posted July 31, 2020 Share Posted July 31, 2020 3 hours ago, TimD308 said: I found this post while looking for a script to automate something i want to do in NVIDIA control panel, I want a script that will; open control panel > Adjust Desktop Colour Settings > Use Nvidia Settings Then another that will do the reverse open control panel > Adjust Desktop Colour Settings > other applications control colour settings. Or even better is some how a single script existed that toggled both? Have you looked into command line switches? It may be a very simple way to do it with a pair of batch files you keep on the desktop. I found this that may help you: http://download.nvidia.com/developer/SDK/Individual_Samples/DEMOS/common/src/NvCpl/docs/NVControlPanel_API.pdf On a different note: why do you need this functionality? I've been here for 15 years and you are the first to ask for this type of process where you change color settings. I'm curious and want to learn. On looking at a couple of Google boards I see some people want to switch around what is primary and secondary monitors but the switching of color settings is a new thing to me. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Developers Jos Posted July 31, 2020 Developers Share Posted July 31, 2020 (edited) @TimD308, On to of posting in the correct forum, please refrain from xcross-posting the same question in multiple threads. This only leads to fragmented discussions.. so don't. *MERGED* Jos Edited July 31, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now