using System.Diagnostics;
class DeviceDemo { static void Main() { Process.Start("rundll32.exe", "devmgr.dll, DeviceProperties"); } }