I am attempting to make a modification of the regfile type in the registry via command line. I have read over the reg command.
Reg add "HKLM/Software/Classes/regfile/shell/open/command" /V (Default) /d "%systemroot%\System32\Notepad.exe %1" This works but nor really. I actually need it to modify the (default) value that is already there. I tried doing a delete first and then the add But then I end up with two (Default) values. Anyone have any clue how the default Value can be modified. List info : http://www.activedir.org/List.aspx List FAQ : http://www.activedir.org/ListFAQ.aspx List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
