geeman89 0 Posted June 25, 2009 Report Share Posted June 25, 2009 Is there a way to create a shortcut (like one on the desktop) to activate the Heads-up display? I saw some old threads that all point to a now non-existent thread that seemed to have the solution to this. Help appreciated! Thanks! Link to post
ultimatsz 0 Posted June 25, 2009 Report Share Posted June 25, 2009 Is there a way to create a shortcut (like one on the desktop) to activate the Heads-up display? I saw some old threads that all point to a now non-existent thread that seemed to have the solution to this. Help appreciated! Thanks! i think is f8.. and its on the settings. Link to post
Ghostwalker 0 Posted June 25, 2009 Report Share Posted June 25, 2009 You can save this as display.vbs and place it anywhere to do that.Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.SendKeys "{F8}"Some antivirus programs will want you to approved using the script the first time you run it. Change F8 to whatever you are using for the widgets (default is F8). Link to post
geeman89 0 Posted June 25, 2009 Author Report Share Posted June 25, 2009 You can save this as display.vbs and place it anywhere to do that. Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.SendKeys "{F8}" Some antivirus programs will want you to approved using the script the first time you run it. Change F8 to whatever you are using for the widgets (default is F8). Thank you! Worked perfectly Link to post
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now