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 |
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
* iisreset /start
* services.msc * eventvwr You can also start/stop individual service with "net start xxx" / "net stop xxx".
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 |
|
Powered by FogBugz


