Add a command to the context menu
Add a key to the
HKEY_CLASSES_ROOT\[EXTENSION]\shell
with the name of the application you'll be using (e.g. SourceEdit). In the default value, insert the name you want to appear in the context menu (e.g. "SourceEdit").Inside the currently created key, add another key called "command". In the default value of the command key, add the command that will be invoked (e.g.
"c:\Program Files\Source Edit\SrcEdit.exe" %1
).Note: [EXTENSION]can be "*" for all files.
Setting command completion in cmd
In the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
set the value of CompletionChar
to 9.Setting an application path to launch from the "run" window
In the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
create a new key with the name of the application you want to launch (e.g. ue.exe). Set the default entry to the application you REALLY want to launch (e.g. c:\Program Files\UltraEdit\uedit32.exe
)..reg Files
Adding an entry:
REGEDIT4
[HKEY_CURRENT_USER\DummyTree]
"ValueToBeRemoved"="Value"
Removing a tree:
REGEDIT4
[-HKEY_CURRENT_USER\DummyTree]
Remove an entry:
REGEDIT4
[HKEY_CURRENT_USER\DummyTree]
"ValueToBeRemoved"=-
No comments:
Post a Comment