From 50b8c0ca9c775000038a4a8ed2ff17cab01f4af2 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 28 Jul 2016 19:36:40 +0000 Subject: [PATCH] [0.4.2] * Merge the RDP files association fix by Jared in r72032. CORE-11655 svn path=/branches/ros-branch-0_4_2/; revision=72038 --- reactos/boot/bootdata/hivecls.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index 4f536d1e671..e26fba466e4 100644 --- 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""" +; 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"