Wednesday, August 17, 2011

How to create your own run command ?

Run command is very special feature of windows. It is used to run most of the software and tools direct without navigating to its icon. If you want to create your own run command follow these steps

Step 1: Go to Start  -->Run and type regedit. 

Step 2: Navigate to the following: 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps Path 

Step 3: Create a new key under Apps Path by Right-Click 0n Apps

Step 4: Give the name of new key to the name of the application, ex. vlc.exe. 

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

Step 6: Change the value to the path of the executable to the path pf application. Ex. C:\Program Files\VideoLan\vlc.exe. 

Step 7: Create a new “String Value” by right-clicking under the default value (the thing we just edited) and select “New,” “String Value.” Name it Path and enter the value as the same path you previously entered.



Enjoy now ;-)

No comments:

Post a Comment