Skip to content

Instantly share code, notes, and snippets.

@hlaueriksson
Last active October 17, 2018 13:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlaueriksson/ec683b9d3ec81f97551d3bd8f5f90137 to your computer and use it in GitHub Desktop.
Save hlaueriksson/ec683b9d3ec81f97551d3bd8f5f90137 to your computer and use it in GitHub Desktop.
Delete bin/obj folders with PowerShell (Admin)
Get-ChildItem -inc bin,obj -rec | Remove-Item -rec -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment