Skip to content

Instantly share code, notes, and snippets.

@guimar86
Last active March 27, 2022 09:57
Show Gist options
  • Save guimar86/d7506c9bca3a22dffc5c8e58bfa553cc to your computer and use it in GitHub Desktop.
Save guimar86/d7506c9bca3a22dffc5c8e58bfa553cc to your computer and use it in GitHub Desktop.

How to stop IIS via command line

net stop was /y

How to start IIS via command line

net start w3svc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment