Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote access Sevice

Status
Not open for further replies.
Joined
May 19, 2004
Messages
212
Location
US
Anyone know what the remote access service command line name is?

I want to run a bat file to stop and restart it. net stop RRAS isn't it. If I go into the service it shows the executeable that is to run, but there has to be a different name for the service. ANybody know what it is?

Thanks

 
should just be able to call it out, in quotes by its name, i.e. net stop "remote access
 
No go.

I tried this on the server that is running remote access no service found.
 
reiterating, you must use the quotes at the command line to stop the service, for example:
net stop "Remote Access Connection Manager
 
Forgive my original ignorance.

You my friend are a gentleman and a scholar.

That works great. I didn't know you could use the friendly name...

 
sorry should have specified that from the getgo, glad it worked for you :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top