Creating your own command
This tips is designated to show you how to create your own command. Here the example will be taken on a command for running Mozilla Firefox.
- First of all, open the registry by :
Go to the
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ App Paths
- Go to the Edit menu> New> Key and name as netnavig.exe
- Make a double-click the value you just created, then go back to the Edit menu> New> String Value and give him the name Path
- Double-click on the value created and enter the full path of the application that you wish to launch, in this example is C: \ Program Files \ Mozilla Firefox, then click OK. You can copy this path from the address bar of the browser directly.
- Once again double-click on the default value and enter the executable of the application with its full path: C: \ *Program Files \ Mozilla Firefox \ firefox, in our example.
- Then click OK and close the Registry Editor.
- You can now run Mozilla Firefox just by: Start Menu> Run> type netnavig and press Ok.