Comment out the line which sets the default folder. Looks like our shell32 can not...
authorMaarten Bosma <maarten@bosma.de>
Mon, 17 Apr 2006 17:39:11 +0000 (17:39 +0000)
committerMaarten Bosma <maarten@bosma.de>
Mon, 17 Apr 2006 17:39:11 +0000 (17:39 +0000)
svn path=/trunk/; revision=21639

reactos/boot/bootdata/hivecls.inf

index 7208efd..f054441 100644 (file)
@@ -15,7 +15,7 @@ HKCR,"inffile\DefaultIcon","",0x00000000,"%SystemRoot%\System32\shell32.dll,-151
 HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
 
 ; Folders
-HKCR,"Folder\Defaulticon","",0x00000000,"%SystemRoot%\System32\shell32.dll,-4"
+;HKCR,"Folder\Defaulticon","",0x00000000,"%SystemRoot%\System32\shell32.dll,-4"
 HKCR,"Folder\shell\open\command","",0x00000000,"explorer.exe ""%1"""
 HKCR,"Folder\shell\explore\command","",0x00000000,"explorer.exe /e,""%1"""
 HKCR,"Folder\shell\rootexplore","",0x00000000,"Explore from here"