Author: mjansen
Date: Wed Sep 21 19:04:07 2016
New Revision: 72761

URL: http://svn.reactos.org/svn/reactos?rev=72761&view=rev
Log:
[NETSHELL] Register some COM interfaces to fix a few tests. Patch by Jared 
Smudde. CORE-12016 #resolve #comment Thanks!

Modified:
    trunk/reactos/dll/shellext/netshell/res/netshell.rgs

Modified: trunk/reactos/dll/shellext/netshell/res/netshell.rgs
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/netshell/res/netshell.rgs?rev=72761&r1=72760&r2=72761&view=diff
==============================================================================
--- trunk/reactos/dll/shellext/netshell/res/netshell.rgs        [iso-8859-1] 
(original)
+++ trunk/reactos/dll/shellext/netshell/res/netshell.rgs        [iso-8859-1] 
Wed Sep 21 19:04:07 2016
@@ -23,6 +23,77 @@
             }
         }
         ForceRemove {7007ACCF-3202-11D1-AAD2-00805FC1270E} = s 'Network 
Connections Status Icon'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acd1-3202-11d1-aad2-00805fc1270e} = s 'Network Common 
Connections Ui'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+            DefaultIcon = s '%MODULE%'
+        }
+        ForceRemove {7007acc8-3202-11d1-aad2-00805fc1270e} = s 'Network 
Connections Enum'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acc1-3202-11d1-aad2-00805fc1270e} = s 'Dial-up 
Connection UI Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acc2-3202-11d1-aad2-00805fc1270e} = s 'Direct 
Connection UI Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acc3-3202-11d1-aad2-00805fc1270e} = s 'Inbound 
Connection UI Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acc4-3202-11d1-aad2-00805fc1270e} = s 'Internet 
Connection UI Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acd3-3202-11d1-aad2-00805fc1270e} = s 'Net 
Connections UI Utilities Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acd5-3202-11d1-aad2-00805fc1270e} = s 'Shared Access 
Connection UI Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acd4-3202-11d1-aad2-00805fc1270e} = s 'PPPoE UI Class'
+        {
+            InprocServer32 = s '%MODULE%'
+            {
+                val ThreadingModel = s 'Both'
+            }
+        }
+        ForceRemove {7007acc6-3202-11d1-aad2-00805fc1270e} = s 'VPN Connection 
UI Class'
         {
             InprocServer32 = s '%MODULE%'
             {


Reply via email to