Results 1 to 3 of 3

Thread: [RESOLVED] [2005] shutdown windows

  1. #1

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,423

    Resolved [RESOLVED] [2005] shutdown windows

    how can i shutdown windows in vb.net?

  2. #2
    Lively Member
    Join Date
    Aug 2007
    Posts
    66

    Re: [2005] shutdown windows

    Code:
    Process.Start("shutdown", "-s")

  3. #3

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,423

    Re: [2005] shutdown windows

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width