mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix sysfile association.
Patch by Kudratov Olimjon. CORE-8545 svn path=/trunk/; revision=66290
This commit is contained in:
parent
ea641395a6
commit
b9d092f271
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ HKCR,"SHCmdFile\shellex\IconHandler","",0x00000000,"{57651662-CE3E-11D0-8D77-00C
|
|||
HKCR,".sys","",0x00000000,"sysfile"
|
||||
HKCR,"sysfile","",0x00000000,"System File"
|
||||
HKCR,"sysfile","NoOpen",0x00000000,""
|
||||
HKCR,"regfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-171"
|
||||
HKCR,"sysfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-171"
|
||||
HKCR,"sysfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154"
|
||||
|
||||
; URL shortcuts (e.g. used in favorites folder of IExplorer)
|
||||
|
|
Loading…
Reference in a new issue