HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-10-2007, 07:34 PM
SWDWS
 
Posts: n/a
Default Start services.msc connected to remote machine

I would like to be able to do something like services.msc /target:<machine>.
Is this possible?
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 08-10-2007, 07:42 PM
Darhl Thomason
 
Posts: n/a
Default Re: Start services.msc connected to remote machine


"SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com...
>I would like to be able to do something like services.msc
>/target:<machine>.
> Is this possible?


When you have Services open, click "Action", then "Connect to another
computer". I don't know if you can do it with command line switches, but
you can browse for the computer you want to control.

Darhl


Reply With Quote
  #3  
Old 08-10-2007, 07:48 PM
Pegasus \(MVP\)
 
Posts: n/a
Default Re: Start services.msc connected to remote machine


"Darhl Thomason" <darhlt@papamurphys.nospamplease.com> wrote in message
news:%23nZE8432HHA.1208@TK2MSFTNGP03.phx.gbl...
>
> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
> news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com...
>>I would like to be able to do something like services.msc
>>/target:<machine>.
>> Is this possible?

>
> When you have Services open, click "Action", then "Connect to another
> computer". I don't know if you can do it with command line switches, but
> you can browse for the computer you want to control.
>
> Darhl
>


sc.exe would be the Command Line equivalent.


Reply With Quote
  #4  
Old 08-10-2007, 10:30 PM
SWDWS
 
Posts: n/a
Default Re: Start services.msc connected to remote machine

Of course I already know how to do this within the gui. I want to, from a
list, right click and launch services.msc already remoted to <machine>.

"Darhl Thomason" wrote:

>
> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
> news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com...
> >I would like to be able to do something like services.msc
> >/target:<machine>.
> > Is this possible?

>
> When you have Services open, click "Action", then "Connect to another
> computer". I don't know if you can do it with command line switches, but
> you can browse for the computer you want to control.
>
> Darhl
>
>
>

Reply With Quote
  #5  
Old 08-10-2007, 10:39 PM
Doug Knox - [MS-MVP]
 
Posts: n/a
Default Re: Start services.msc connected to remote machine

There's no way to do that I've found.

--
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart
Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.

"SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
news:56E15143-D2A5-4C9A-9DC1-2C89A338064B@microsoft.com...
> Of course I already know how to do this within the gui. I want to, from a
> list, right click and launch services.msc already remoted to <machine>.
>
> "Darhl Thomason" wrote:
>
>>
>> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
>> news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com...
>> >I would like to be able to do something like services.msc
>> >/target:<machine>.
>> > Is this possible?

>>
>> When you have Services open, click "Action", then "Connect to another
>> computer". I don't know if you can do it with command line switches, but
>> you can browse for the computer you want to control.
>>
>> Darhl
>>
>>
>>


Reply With Quote
  #6  
Old 08-10-2007, 10:54 PM
SWDWS
 
Posts: n/a
Default Re: Start services.msc connected to remote machine

I just did it with WSH appactivate and sendkeys. Not the best way but it works.

"Doug Knox - [MS-MVP]" wrote:

> There's no way to do that I've found.
>
> --
> Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart
> Display\Security
> Win 95/98/Me/XP Tweaks and Fixes
> http://www.dougknox.com
> --------------------------------
> Per user Group Policy Restrictions for XP Home and XP Pro
> http://www.dougknox.com/xp/utils/xp_securityconsole.htm
> --------------------------------
> Please reply only to the newsgroup so all may benefit.
> Unsolicited e-mail is not answered.
>
> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
> news:56E15143-D2A5-4C9A-9DC1-2C89A338064B@microsoft.com...
> > Of course I already know how to do this within the gui. I want to, from a
> > list, right click and launch services.msc already remoted to <machine>.
> >
> > "Darhl Thomason" wrote:
> >
> >>
> >> "SWDWS" <SWDWS@discussions.microsoft.com> wrote in message
> >> news:AC8E147C-CCCF-4676-B8A9-B820930662BD@microsoft.com...
> >> >I would like to be able to do something like services.msc
> >> >/target:<machine>.
> >> > Is this possible?
> >>
> >> When you have Services open, click "Action", then "Connect to another
> >> computer". I don't know if you can do it with command line switches, but
> >> you can browse for the computer you want to control.
> >>
> >> Darhl
> >>
> >>
> >>

>

Reply With Quote
  #7  
Old 06-23-2008, 03:05 PM
Junior Member
 
Join Date: Jun 2008
Posts: 2
gatchaman is on a distinguished road
Default

The correct format is:

services.msc /Computer=<computername>

This also works with other consoles such as compmgmt.msc.
Reply With Quote
  #8  
Old 06-23-2008, 03:07 PM
Junior Member
 
Join Date: Jun 2008
Posts: 2
gatchaman is on a distinguished road
Default Re: Start services.msc connected to remote machine


The correct format is:

services.msc /Computer=<computername>

This also works with other consoles such as compmgmt.msc.


--
gatchaman
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Remote Computer Services in Workgroup scenario Dhaval Windows XP 1 08-06-2007 12:30 PM
Mapping a folder on a remote machine onto the desktop Nick Cooper Windows XP 3 07-17-2007 11:23 PM
Slow local file opening in Explorer when connected in remote c-p Windows XP 0 06-29-2007 11:44 PM
Controlling a scanner connected to XP machine Qu0ll Windows Vista 8 06-16-2007 11:58 PM
Remote Desktop does not work with machine name. Rick Rodriguez Windows XP 5 04-15-2007 04:06 PM


All times are GMT. The time now is 04:17 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger