Index: boot/bootdata/hivecls.inf =================================================================== --- boot/bootdata/hivecls.inf (revision 74485) +++ boot/bootdata/hivecls.inf (working copy) @@ -34,6 +34,7 @@ HKCR,"rtffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\wordpad.exe,-103" HKCR,"rtffile\shell\open","",0x00000000,"Open" HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe %1" +HKCR,"rtffile\shell\print\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe /p ""%1""" ; Virtual Device Drivers HKCR,".386","",0x00000000,"vxdfile" @@ -274,8 +275,8 @@ HKCR,"inifile","",0x00000000,"Configuration Settings" HKCR,"inifile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-214" HKCR,"inifile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151" -HKCR,"inifile\shell\open\command","",0x00000000,"notepad.exe ""%1""" -HKCR,"inifile\shell\print\command","",0x00000000,"notepad.exe /p ""%1""" +HKCR,"inifile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe ""%1""" +HKCR,"inifile\shell\print\command","",0x00020000,"%SystemRoot%\system32\notepad.exe /p ""%1""" ; Setup Information Files HKCR,".inf","",0x00000000,"inffile" @@ -282,8 +283,8 @@ HKCR,"inffile","",0x00000000,"Setup Information" HKCR,"inffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\setupapi.dll,-2001" HKCR,"inffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151" -HKCR,"inffile\shell\open\command","",0x00000000,"notepad.exe ""%1""" -HKCR,"inffile\shell\Install","",0x00000000,%INSTALL% +HKCR,"inffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe ""%1""" +HKCR,"inffile\shell\Install","",0x00020000,%INSTALL% HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\system32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1" ; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32) @@ -321,7 +322,7 @@ HKCR,"txtfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\notepad.exe,-512" HKCR,"txtfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-152" HKCR,"txtfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1" -HKCR,"txtfile\shell\print\command","",0x00000000,"notepad.exe /p ""%1""" +HKCR,"txtfile\shell\print\command","",0x00020000,"%SystemRoot%\system32\notepad.exe /p ""%1""" ; XML Documents HKCR,".xml","",0x00000000,"xmlfile"