Can somebody tell me why the below code wont work?
I am running as administrator by the way.
I am running as administrator by the way.
Code:
File.Run("C:\\windows\\system32\\wbem\\WMIC.exe", "wmic NIC where NetEnabled=true get Name, Speed >C:\\netspeed.txt", "C:\\windows\\system32\\wbem\\", SW_MINIMIZE, true);
Comment