Tagged Questions

1
vote
2answers
70 views

The best way to always detect a removable device

In my previous question "How to find the unique serial number of a flash device?" I ended up asking for a way to get the drive letter. That problem is solved. However, my initial question has not …
0
votes
1answer
57 views

Need RPC call example written in C#

Hi All ! I am dealing with WMI connection errors and timeouts and will try to check the RPC stack first. I found the following C code snippet, but do not understand if and how it works and where I …
0
votes
1answer
12 views

WMI Access denied excptn

string s = Form1.ipadd; string devic; devic = comboBox1.Text; groupBox2.Text = devic + " Information"; ConnectionOptions _Options = new …
1
vote
0answers
7 views

MSNdis_StatusMediaDisconnect and device Unique Name.

Hello, I'm using ManagementEventWatcher to watch the disconnection of network cable using System.Management. ManagementEventWatcher with the WQL: SELECT * FROM MSNdis_StatusMediaDisconnect, and …
0
votes
1answer
54 views
+100

Better Code Using Jacob and WMI

I am using JACOB to access system information through WMI. I have not found much documentation for WMI and Jacob on the web and was wondering if I could get some help in making the code a little more …
0
votes
2answers
70 views

Detecting Eject/Insert of Removeable Media

I am working on a project in which I need to be able to detect when a CD or a USB drive is inserted or removed. I found some source code that was supposed to do this very thing, however, nothing seems …
0
votes
2answers
76 views

How to convert WMI DateTime to standard DateTime?

I'm trying to read the install date from WMI (Win32_OperatingSystem.InstallDate). The return value looks like this: 20091020221246.000000+180. How can I get a valid Date?
1
vote
5answers
96 views

Powershell Command in C#

I am trying to query the names all of the WMI classes within the root\CIMV2 namespace. Is there a way to use a powershell command to retrieve this information in C# ?
1
vote
5answers
146 views

WMI vs Windows APIs

There are any advantages or disadvantages of using the WMI instead of Windows API to access to the information of the system? as speed, additional permissions, memory usage. or depends on the WMI …
0
votes
2answers
51 views

Change the settings of a single NIC using WMI (C#)?

Hi. I have read this article about using WMI to change the settings of NICs ( Article) But I can't figure out how to change the settings of a single NIC (based on MACaddress, ID or whatever) instead …
0
votes
4answers
106 views

Closing Open Files using C#

I have a situation where people are connected to files on a share and it's blocking me from overwriting the file. I'm trying to write a method that will look to see if a filePath that I provide is …
0
votes
2answers
49 views

Get Link Speed - Win32_PerfRawData_Tcpip_NetworkInterface

Hi, I found Determining the network connection link speed and now I am trying to correlate the data from Win32_PerfRawData_Tcpip_NetworkInterface with Win32_NetworkAdapter (or …
0
votes
2answers
75 views

“Access is denied” Exception with WMI

I am working on WMI. I want to access remote system information. The following code is working for loopback or on local host but when I try to access the remote machine it shows the following …
1
vote
3answers
79 views

C# get date/time a windows service started

Is there a way to get the date/time that a service last started in C#. I'm using this code now to check the status of services: ServiceController sc = new ServiceController(serviceName); // check …
1
vote
2answers
12 views

MsBuild Task: Register Com Component on remote/deployed-to machine?

I am currently still fiddling with our msbuild & deployment script and one of the steps is to register a (legacy) com component on the machine the code is deployed to. Is there any 'elegant' way …

1 2 3 4 5 20 next
15 30 50 per page