Aug 11 2008, 06:54 PM
Post
#1
|
|
![]() Group: Members Posts: 2 Joined: 11-August 08 Member No.: 115,134 |
Hi!
Since there is no nview for Vista (and probably will never be First, download AutoIt from here: http://www.autoitscript.com/autoit3/ Then create a new AutoIt-script. Mine looks like this: CODE Run("nvcplui.exe") WinWaitActive("NVIDIA Control Panel") Sleep(1500) Send("!p") Send("l") WinWaitActive("Load Desktop Profile") Sleep(100) ControlClick("Load Desktop Profile", "FolderView", 1, "left", 2, 65, 52) Send("{ENTER}") WinWaitActive("NVIDIA Systemsteuerung") Sleep(100) Send("j") WinWaitActive("Änderungen übernehmen") Sleep(100) Send("j") WinWaitActive("NVIDIA Control Panel") Sleep(100) WinClose("NVIDIA Control Panel") Note that you probably need to change the strings like "Load Desktop Profile" or "NVIDIA Systemsteuerung" according to your OS language (these are the titles of the windows that open up). Also you need to adjust the coordinates (the last two parameters) in the ControlClick-Command. They are pointing to the entry in the file list. Just use the "AutoIt Window Info" (provided with AutoIt) to find them out. Finally create a shortcut to the script, place in on the desktop and assign a hotkey to it - that's all. Let me know if you have any problems. Hope it helps. Greetings MJFox |
|
|
|
MJFox profiles/hotkeys/Vista - found a solution Aug 11 2008, 06:54 PM
amolkolhe You are a savior. Thanks for the post. I'm usi... Feb 27 2009, 09:55 PM
frippe75 Exaktly what i needed.... hope it works!!... Mar 19 2009, 10:10 AM
DenS Thanks for this... it was a savior as I dock / und... Aug 15 2009, 01:44 PM![]() ![]() |
| Copyright 2008 NVIDIA Corporation. Terms of Use | Legal Info | Privacy Policy | Time is now: 26th November 2009 - 04:54 PM |