Create shortcut to "Run…" in the Start Menu

31 January 2006 by Snakefoot | Comment » | Trackback Off
It is possible to open the "Run..." dialog by using the keyboard shortcut (Windows-Key+R).
It is also possible to create a normal shortcut with an icon that points to the "Run..." dialog.
  1. Create a text file named Run.js, which contains the following line:

    (new ActiveXObject("Shell.Application")).FileRun();

  2. Right-click Run.js and select "Create shortcut"
  3. Right-click the created shortcut and select "Properties"
  4. Add "WScript.exe " (Without quotes) to the beginning of "Target:"
  5. If wanting to change the icon of the shortcut press "Change Icon" else press "Ok"
Note the same technique can be used to launch the Search dialog:

(new ActiveXObject("Shell.Application")).FindFiles();

Note if using Windows XP, then one can also create the icon by dragging the "Run..." icon from the Start Menu to the Desktop (Doesn't work in Classic Mode).

Credits The Old New Thing

Comments:

Comment by eyesilver - 5 February 2008 @ 2:33 Reply

its very useful for me,,,i found it easy when you dont have mouse on your system

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>