N Nedeljko Tadic Nov 8, 2004 #1 How do I exit windows from c#, without using ExsitWindows API function???
S Shiva Nov 8, 2004 #2 Is WMI ok? Check out Win32_OperatingSystem WMI class's Win32ShutDown() method. How do I exit windows from c#, without using ExsitWindows API function???
Is WMI ok? Check out Win32_OperatingSystem WMI class's Win32ShutDown() method. How do I exit windows from c#, without using ExsitWindows API function???