Context-menu regsvr32 in Windows XP
What problems are you having?
The following should work. Save the bit between the lines as dll.reg or something, and import it.
8<--------8<--------8<--------8<--------8<--------8<--------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\Register DLL]
[HKEY_CLASSES_ROOT\dllfile\shell\Register DLL\command]
@="regsvr32 \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister DLL]
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister DLL\command]
@="regsvr32 /u \"%1\""
8<--------8<--------8<--------8<--------8<--------8<--------
If you don't want the messages from regsvr32, add the /s option
The following should work. Save the bit between the lines as dll.reg or something, and import it.
8<--------8<--------8<--------8<--------8<--------8<--------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\Register DLL]
[HKEY_CLASSES_ROOT\dllfile\shell\Register DLL\command]
@="regsvr32 \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister DLL]
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister DLL\command]
@="regsvr32 /u \"%1\""
8<--------8<--------8<--------8<--------8<--------8<--------
If you don't want the messages from regsvr32, add the /s option
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM
hardcoreimpreza
Computer & Technology Related
21
Oct 11, 2015 03:40 PM




