Security rights of the SetIPConnectionMetric Method (Win32_NetworkAdapterConfiguration class) in Windows 7
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to set the IPConnectionMetric parameter of a network adapter in Windows 7. The method that I need to use is the "SetIPConnectionMetric" in the Win32_NetworkAdapterConfiguration class. The problem is that the method returns an error code of 91 - Access Denied in Windows 7. However, this method works fine on Windows XP. Can someone give me pointers to a solution? I played around with the Local Security Policies, but couldn't find anything :| Here is more information about the method: http://msdn.microsoft.com/en-us/library/aa393303%28v=VS.85%29.aspx[^] Thanks, Karthik