Wednesday, 7 September 2011

0

How to create your own run command

Posted in
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.

0 comments: