SysChat is a free online computer support community. Ask questions, share resources, contribute knowledge and discuss technology. Join our growing community to access all features. Register Now!

SysChat » Tutorials » Other » How to create your own RUN command

Other

Guides and tutorials on general topics

Comment
 
LinkBack Tutorial Tools
How to create your own RUN command

How to create your own RUN command

Published by dwarkarao
10-22-2009

Default How to create your own RUN command

RUN commands are one of best way to launch programs. You must have seen that people who are too good with computers use RUN command. For example, "calc" to launch calculator and many many more.

If you find it cool, then follow this tutorial to create your own RUN command. After finishing with this tutorial, you will be able to create a RUN command for whichever application you want.

Below are the steps to be followed to create any customized RUN application:


1. Open the start menu and follow the path. Start–>Run—>then type regedit and hit enter.

2. Now navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\App Paths

3. Right-Click on App Paths and select> New> Key

4. Give a name to the key respective to the application. Let us just try out this tutorial by creating a shortcut to FIREFOX by using run command as ffox.exe

5. Right-Click the default string value and click Modify.

6. Alter the value to the path of the executable you want to run. E.g. C:\Program Files\Mozilla Firefox\firefox.exe.

7. Now, in the white space(blank field), right click anywhere and select New> String Value.

8. Name it Path and enter the value as C:\Program Files\Mozilla Firefox\firefox.exe

9. Once you are done all the steps, simply close the Registry Editor.

10. Now its time to try out your RUN command. Open the start menu and follow the path. START>RUN>ffox.exe (or the one you have tried with).
You will see that Mozilla Firefox launches.

Now you can create your own RUN commands to impress your friends or make your daily work easier.

Happy Commanding!


Comment




Tutorial Tools

Similar Threads
Tutorial Tutorial Starter Category Comments Last Post
How to enable and use the "Run As" command when running programs in Windows benjor basti Windows 0 11-17-2007 05:13 AM
How To Create a Custom Boot Logo for Vista jelly.angel Windows Vista 0 11-12-2007 10:56 PM
Create CD or Jump Drive Icons and Names William_Wilson General 0 11-18-2006 02:01 PM
command prompt screen ineffective jojo2592 General Software 1 08-03-2006 03:15 PM
How to Create Your Own Restore Points in XP Sami Windows XP 4 05-19-2006 01:36 AM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is on
Smilies are on
[IMG] code is on
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are on



» Ads



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54