Wednesday, February 2, 2011

Make your own run commands !!



Here are the tricks to make your own run commands.

Method 1: Easy one

Create shortcut of your application or folder
Rename it to whatever you want.



Now go to windows directory and copy that newly created shortcut here.
That’s it. To verify this go to run and enter the name of shortcut.

Method 2: Regedit Trick

Go to Start->Run->type Regedit and hit Enter.
Navigate to HKEY_LOCAL_MACHINE >> SOFTWARE >> Microsoft >> Windows >> CurrentVersion >> App Paths
Right click on App Paths and select New-> Key. Name it whatever you want your run command to be.
Now click on newly created key. There will be Default string in right side pan. Double click on it and enter the path to Application or folder.
Right click on right side panel and create new string and rename it to Path.
Double click on Path and enter the path to application or Folder.
Close registry and Restart your Explorer.
Go to run and type the command you created. 

No comments:

Post a Comment