Need command line

Mavicator

Distinguished
Apr 14, 2001
1,196
0
19,280
What would be the command line if I wanted to disable and re-enable IIS in XP Pro? This machine will be running a web server and HTPC, so I want to put a button to disable IIS in there for times when I need full system resources devoted to HTPC. Thanks!

-- Ah sh*t! sys64738 --
 
if iis is started as just a simple service, go to the cmd line and enter "net stop (iis service name)" to start it again, replace stop with start.

my computer is so fast, it completes an endless loop in less than 4 seconds!
 
Thanks! I'll give that a try. I'm creating a DesktopX application for the HTPC. Hopefully it will execute that command properly. :)

-- Ah sh*t! sys64738 --