Skip to content

Instantly share code, notes, and snippets.

@andrijac
Created August 16, 2012 11:52
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 andrijac/3369602 to your computer and use it in GitHub Desktop.
Save andrijac/3369602 to your computer and use it in GitHub Desktop.
kill web
kill -f webdev.webserver webdev.webserver40 firefox iexplore iisexpress
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
iisreset
sync
kill -f webdev.webserver.exe
kill -f webdev.webserver40.exe
kill -f firefox
kill -f iexplore
kill -f iisexpress
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
iisreset
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment