To start or stop a web server (windows)
Using a command line:
Open an elevated command-line window.
At the command prompt, type:
net stop WAS
type Y and then press ENTER to stop W3SVC as well.
To start the web server, type
net start W3SVC
and press ENTER to start both WAS and W3SVC.