[How-to] Creating Your Own Run Commands


Welcome back to Technoloze, today I am going to teach you how to create your own Run Commands.Using this tutorial you can create any run command, for instannce opening Windows Media Player you can go to start–>run–>wmplayer.exe .
Just follow the instructions as shown below carefully :
  1. Firstly go to Click  Start–>Run—>then type regedit and hit enter
  2. Now navigate to:
    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurr entVersionApp Paths
  3. Right-Click on App Paths and select> New> Key
  4. Title the new key the name of the application, in this case lets consider you want create a run command for Opera.exe.
  5. Right-Click the default string value and click Modify.
  6. Change the value to the path of the executable you want to run. E.g. C:Program FilesOpera 9opera.exe.
  7. Now, in the white space below right click anywhere and select New> String Value.
  8. Name it Path and enter the value as C:Program FilesOpera 9opera.exe.
  9. That’s it, the two keys should like as shown below, now close the registry editor. 
  10. Go to start> Run> type your run command and hit enter. In the above case its Opera.exe. Opera will launch within seconds.

blog comments powered by Disqus