|
Answer» Hi there,
I'm trying to figure out how to add a flash DECOMPILER into the right CONTEXT menu for Vista. I THOUGHT I have the key correct but when I merge it into the registry it doesn't set the command value. If I manually go into the registry and add the = from the key below everything works fine but I need to create a mergeable key so 50 other people on my team can have the functionality work and they're global so manually SETTING the key for all them isn't an option. It is driving me MAD. Can anyone help? I have the key listed below.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with ASV]
[HKEY_CLASSES_ROOT\*\shell\Open with ASV\command] ="C:\FlashChecker\asv5.exe %1\"Did it not work to add it manually to yours and then export it and use the exported key to merge to everyone elses?
Alternately, you can whip up a batch file that uses "REG add" to create the key.
|