Author: janderwald Date: Tue Oct 30 19:00:50 2007 New Revision: 29980
URL: http://svn.reactos.org/svn/reactos?rev=29980&view=rev Log: - add required registry entries for "Open With" shell extension - currently commented out
Modified: trunk/reactos/boot/bootdata/hivecls.inf trunk/reactos/boot/bootdata/hivedef.inf
Modified: trunk/reactos/boot/bootdata/hivecls.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?r... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls.inf (original) +++ trunk/reactos/boot/bootdata/hivecls.inf Tue Oct 30 19:00:50 2007 @@ -3,6 +3,11 @@
[AddReg] HKLM,"SOFTWARE\Classes",,0x00000010 + + +; Default key +;HKCR,"*","",0x00000000,"" +;HKCR,"*\shellex\ContextMenuHandlers\Open With","",0x00000000,"{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
; Folders HKCR,"Folder","",0x00000000,"Folder" @@ -212,6 +217,14 @@ HKCR,"CLSID{4657278A-411B-11d2-839A-00C04FD918D0}","",0x00000000,"Shell Drag and Drop helper" HKCR,"CLSID{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","",0x00020000,"%SystemRoot%\system32\shell32.dll" HKCR,"CLSID{4657278A-411B-11d2-839A-00C04FD918D0}\InProcServer32","ThreadingModel",0x00000000,"Apartment" + +; Open With shell extension +;HKCR,"CLSID{09799AFB-AD67-11d1-ABCD-00C04FC30936}","",0x00000000,"Open With Context Menu Handler" +;HKCR,"CLSID{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","",0x00000000,"shell32.dll" +;HKCR,"CLSID{09799AFB-AD67-11d1-ABCD-00C04FC30936}\InProcServer32","ThreadingModel",0x00000000,"Apartment" +;HKCR,"CLSID{09799AFB-AD67-11d1-ABCD-00C04FC30936}\shellex\MayChangeDefaultMenu","",0x00000000,"" +;HKCR,"SystemFileAssociations","",0x00000000,"" +
; Recycle bin is not implemented ;HKCR,"CLSID{645FF040-5081-101B-9F08-00AA002F954E}","",0x00000000,"Recycle Bin"
Modified: trunk/reactos/boot/bootdata/hivedef.inf URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivedef.inf?r... ============================================================================== --- trunk/reactos/boot/bootdata/hivedef.inf (original) +++ trunk/reactos/boot/bootdata/hivedef.inf Tue Oct 30 19:00:50 2007 @@ -47,6 +47,7 @@ HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer",,0x00000012 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",,0x00000012 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders",,0x00000012 +;HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts",,0x00000012
HKCU,"SOFTWARE\Microsoft\Windows NT",,0x00000012