mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
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.
svn path=/trunk/; revision=21639
This commit is contained in:
parent
a6b77e1696
commit
ac88573f07
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue