The Joel on Software Discussion Group (CLOSED)

A place to discuss Joel on Software. Now closed.

This community works best when people use their real names. Please register for a free account.

Other Groups:
Joel on Software
Business of Software
Design of Software (CLOSED)
.NET Questions (CLOSED)
TechInterview.org
CityDesk
FogBugz
Fog Creek Copilot


The Old Forum


Your hosts:
Albert D. Kallal
Li-Fan Chen
Stephen Jones

Command line for following...

Google is not returning back information for the following question.

From command line (start/run), how could I launch the following applications:

iis
event viewer
services

etc.
frustrated
Tuesday, July 10, 2007
 
 
> iis

%SystemRoot%\system32\inetsrv\iis.msc

> event viewer

%SystemRoot%\system32\eventvwr.msc /s

> services

%SystemRoot%\system32\services.msc /s
Ritchie Swann Send private email
Wednesday, July 11, 2007
 
 
* iisreset /start
* services.msc
* eventvwr

You can also start/stop individual service with "net start xxx" / "net stop xxx".
Ionuţ Bizău Send private email
Wednesday, July 11, 2007
 
 
I haven't read it, so I don't know the level of quality, but I saw this in the bookstore the other week & it looked interesting.

http://www.amazon.com/Microsoft-Windows-Command-Line-Administrators-Consultant/dp/0735620385
xampl Send private email
Wednesday, July 11, 2007
 
 
Thank you very much..
frustrated
Wednesday, July 11, 2007
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz