mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Add open action for exefile
svn path=/trunk/; revision=7299
This commit is contained in:
parent
3b85b43844
commit
578b0d16ed
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ HKCU,"Control Panel\desktop","DragFullWindows",0x00000000,"0"
|
|||
; Show icons for executables in shell views
|
||||
HKCR,".exe","",0x00000000,"exefile"
|
||||
HKCR,"exefile\Defaulticon","",0x00000000,"%1"
|
||||
|
||||
HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
|
||||
; install notepad as handler for .txt files
|
||||
HKCR,".txt","",0x00000000,"txtfile"
|
||||
HKCR,".txt","Content Type",0x00000000,"text/plain"
|
||||
|
|
Loading…
Reference in a new issue