From 54297235d41a66575e7c26739b0067081eae9b8f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 5 Mar 2017 21:36:38 +0000 Subject: [PATCH] [INETCOMM] I guess I asked too much from svn when I renamed the existing file and then added a new one with the same name as the old. svn path=/trunk/; revision=74106 --- reactos/dll/win32/inetcomm/inetcomm.rgs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 reactos/dll/win32/inetcomm/inetcomm.rgs diff --git a/reactos/dll/win32/inetcomm/inetcomm.rgs b/reactos/dll/win32/inetcomm/inetcomm.rgs new file mode 100644 index 00000000000..dbbae08812f --- /dev/null +++ b/reactos/dll/win32/inetcomm/inetcomm.rgs @@ -0,0 +1,13 @@ +HKCR +{ + NoRemove PROTOCOLS + { + NoRemove Handler + { + ForceRemove mhtml = s 'MHTML Asynchronous Pluggable Protocol Handler' + { + val CLSID = s '{05300401-bcbc-11d0-85e3-00c04fd85ab4}' + } + } + } +}