Skip to content

Instantly share code, notes, and snippets.

@jayhawks
Last active December 22, 2015 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayhawks/6401079 to your computer and use it in GitHub Desktop.
Save jayhawks/6401079 to your computer and use it in GitHub Desktop.
Windows .bat script to help get WAMP Server off the ground (NOTE: You must run as Administrator)
net stop http /y
net stop was /y
net stop MsDepSvc
pause
@jayhawks
Copy link
Author

Several people have trouble getting port 80 free so they can run Apache on their local machine. This is a little script I wrote to free it up for me.

I am curious about users who have Skype installed and if it works for them, I would appreciate any feedback.

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