News & Training

TECHNICAL Q&A

XPe Shutdown

  • no.2263
  • 2005-06-14
I need a simple method to shutdown XPe from a VB .Net application. Upon XP Pro, I use the following successfully: System.Diagnostics.Process.Start("Shutdown", "/s /f /t 00") Any components that assist with this task? Any alternative command and/or entirely different solution would be much appreciated.