killerbee Posted April 28, 2004 Posted April 28, 2004 hi,my UXPCD works perfectly now when installed to C:, but it can occur that the Windows Partition won't be C: and now i wanna use reg.exe with all Path dependant-keys.This works very good exept one small thin i can't figure out:How can i modify the (Default)-Key? It won't work with "@" or "(Default)" after the "/V" Option.I am working to convert this one atm:;Right click to (un)register DLL files, open in Notepad by default.[HKEY_CLASSES_ROOT\dllfile\shell]@="View"[HKEY_CLASSES_ROOT\dllfile\shell\Register][HKEY_CLASSES_ROOT\dllfile\shell\Register\command]@="C:\\WINNT\\system32\\REGSVR32.EXE \"%1\""[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister][HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command]@="C:\\WINNT\\system32\\REGSVR32.EXE /u \"%1\""[HKEY_CLASSES_ROOT\dllfile\shell\View][HKEY_CLASSES_ROOT\dllfile\shell\View\command]@="C:\\WINNT\\System32\\NOTEPAD.EXE \"%1\""any help would be appreciatedthx in advancecyaKiller Bee
maxXPsoft Posted April 28, 2004 Posted April 28, 2004 reg add /? /ve adds an empty value name <no name> for the keyI don't know where you got that View at but the Re&gister DLLREG ADD HKCR\dllfile\shell\Register /ve /t REG_SZ /d "Re&gister DLL"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now