PDA

View Full Version : Creating 'App paths'...


The Dude
10-17-2007, 08:46 PM
To create an app path,so you can run an application from the Run dialog box you need to:

1. Run regedit and go to HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths

2. Create a new key with whatever you want to use as your run command

IE: HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\whatever.exe

3. In the key folder that you created,create a new string,call it 'Path' and modify the value to point the specific folder of your executable your running.

IE: C:\ProgramFiles\whatever

4. Use the default string and modify it's value to point to the executable you want to run.


I didnt realize just how many "App paths" i had!!! (I suppose i could delete the ones i wont ever use (to clean the reg))

Ride4Life
10-18-2007, 03:56 PM
Since I dont know squat about windows, exactly what is this supposed to do?

The Dude
10-18-2007, 06:49 PM
Makes it easy to open an application by going to START/RUN..

I have one for AIM i didnt even know about until i looked @ those keys!

Kind of conveinent.....

BorgHunter
10-18-2007, 07:14 PM
You know, in Linux, you don't have to go to all this fuss with the registry and whatnot to do this. Just drop a shortcut in /bin/ and that's all.