Author: mbosma Date: Mon Apr 17 21:39:11 2006 New Revision: 21639
URL: http://svn.reactos.ru/svn/reactos?rev=21639&view=rev Log: Comment out the line which sets the default folder. Looks like our shell32 can not handle it. Now folders got a folder icon again. Thanks to EmuandCo for regression testing.
Modified: trunk/reactos/boot/bootdata/hivecls.inf
Modified: trunk/reactos/boot/bootdata/hivecls.inf URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?re... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls.inf (original) +++ trunk/reactos/boot/bootdata/hivecls.inf Mon Apr 17 21:39:11 2006 @@ -15,7 +15,7 @@ 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"