Creating Program Aliases in Windows
A hidden feature in the Windows registry allows you to create program aliases. Allowing you to create, for example, an alias called JBLOGGS.EXE that when executed actually runs another program, e.g. NOTEPAD.EXE
- Open your registry and find the key below. Under it should be a number of sub-keys.
- To create a new alias create a sub-key, and call it the name of the alias you wish to create (e.g. 'JBLOGGS.EXE').
- Modify the (default) value of the sub-key to equal the fully qualified path and filename of the application you want to be launched when you execute the alias (e.g. 'c:\windows\notepad.exe').
- Exit Regedit, and to test use the Start | Run command type in the name of your alias (i.e. 'JBLOGGS.EXE') and the aliased program should be launched, in this case Notepad.
Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths]
Value Name: (Default)
Data Type: REG_SZ
Data: Fully Qualified File Name (e.g. c:\windows\notepad.exe)
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.