Skip to content

Instantly share code, notes, and snippets.

@wwahammy
Created May 13, 2014 15:22
Show Gist options
  • Save wwahammy/05db3154b2b88268399d to your computer and use it in GitHub Desktop.
Save wwahammy/05db3154b2b88268399d to your computer and use it in GitHub Desktop.
For when you want to REALLY clear your Visual Studio Experimental environment
Get-Item -Path "HKCU:\Software\Microsoft\VisualStudio\*Exp*" | Remove-Item -Recurse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment