projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9813657
)
[HIVECLS] Add support for RDP files. Patch by Jared Smudde. CORE-11655
author
Robert Naumann
<gonzomdx@gmail.com>
Thu, 28 Jul 2016 13:27:33 +0000
(13:27 +0000)
committer
Robert Naumann
<gonzomdx@gmail.com>
Thu, 28 Jul 2016 13:27:33 +0000
(13:27 +0000)
svn path=/trunk/; revision=72032
reactos/boot/bootdata/hivecls.inf
patch
|
blob
|
history
diff --git
a/reactos/boot/bootdata/hivecls.inf
b/reactos/boot/bootdata/hivecls.inf
index
4f536d1
..
e26fba4
100644
(file)
--- a/
reactos/boot/bootdata/hivecls.inf
+++ b/
reactos/boot/bootdata/hivecls.inf
@@
-341,6
+341,14
@@
HKCR,"regfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.e
HKCR,"regfile\shell\open","",0x00000000,%MERGE%
HKCR,"regfile\shell\open\command","",0x00000000,"regedit.exe ""%1"""
HKCR,"regfile\shell\open","",0x00000000,%MERGE%
HKCR,"regfile\shell\open\command","",0x00000000,"regedit.exe ""%1"""
+; Remote Desktop File
+HKCR,".rdp","",0x00000000,"rdpfile"
+HKCR,"rdpfile","",0x00000000,"Remote Desktop Connection"
+;HKCR,"rdpfile","FriendlyTypeName",0x00020000,"%SystemRoot%\mstsc.exe,-4004"
+HKCR,"rdpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\mstsc.exe,0"
+HKCR,"rdpfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mstsc.exe %1"
+;HKCR,"rdpfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\mstsc.exe -edit %1"
+
; Screen Savers
HKCR,".scr","",0x00000000,"scrfile"
HKCR,"scrfile","",0x00000000,"Screen Saver"
; Screen Savers
HKCR,".scr","",0x00000000,"scrfile"
HKCR,"scrfile","",0x00000000,"Screen Saver"