Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Created April 18, 2012 20:01
Show Gist options
  • Save chgeuer/2416146 to your computer and use it in GitHub Desktop.
Save chgeuer/2416146 to your computer and use it in GitHub Desktop.
Cleaning up some processes and deleting artefacts
Get-Process | Where-Object { $_.Name -eq "w3wp" } | Stop-Process -Force
Remove-Item -Recurse -Force D:\LogFiles\*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment