How to hard reset a Visual Studio Instance
When developing extensions, sometimes you just mess up, others do others. If you start getting errors downloading even the most common extensions, these are instructions for hard resetting your instance.
Close Visual Studio (if you haven't already). Open the registry editor (regedit.exe) Delete the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{version} Delete the HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{version}_Config Delete the %USERNAME%\AppData\Local\Microsoft\VisualStudio\{version} directory.
Enjoy the new instance of Visual Studio.
- Use {version} = 10.0 for Visual Studio 2010
- Use {version} = 11.0 for Visual Studio 2012
- Use {version} = 12.0 for Visual Studio 2013
If on the other hand you want to reset the experimental bush, you can do the same with "{version} Exp.
Happy coding!
Source: http://www.corvalius.com/site/hacks/how-to-hard-reset-visual-studio-instance/
Rodolpho Brock Aug 21 '14 at 1:24 2014-08-21 01:24
source share