Jump to content

Restart/Shutdown System

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Leion

Leion

    Newbie

  • Members
  • Pip
  • 2 posts
Is it possible to restart the system using C#? My goal is to create a TCP Server/Client. Using the client I can reboot the machine when it needs to be fixed.

Any ideas?

#2
neo1erk

neo1erk

    Newbie

  • Members
  • PipPip
  • 11 posts
http://support.microsoft.com/kb/317371

windows has a program called shutdown.exe which can remotely shutdown windows machines, i guess u could just call it and pass it the proper parameters