Jump to content

Shortcut To Head-up Display


Recommended Posts

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 comment
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 comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...