CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    11

    Restart a Computer service on remote pc?

    I need to create a gui that should be pretty simple. One start button to stop a service on a remote pc. (meaning I'll need to hard code the domain account into the code for rights), then I just need a start button to start it back up. I am reaching out to you guys, because I have no clue on where to start and was hoping at least you could provide some simple code for me. Thanks in advance.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Restart a Computer service on remote pc?

    Bing or google "remotely manage a windows service" to get you started.

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

Featured