zoukankan      html  css  js  c++  java
  • How to hard reset Visual Studio instance

    When developing extensions sometimes you just mess up, others someone else does. If you start getting errors loading even the most mundane extensions, these are the instructions to hard reset your instance.

    • Close Visual Studio (if you haven’t already).
    • Open the registry editor (regedit.exe)
    • Delete the HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio{version}
    • Delete the HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio{version}_Config
    • Delete the %USERNAME%AppDataLocalMicrosoftVisualStudio{version} directory.
    • Enjoy your brand new Visual Studio instance.

    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 side you want to reset the experimental hive you can do the same to with the ‘{version}Exp’ ones.

    Happy coding!

  • 相关阅读:
    Sqli-labs less 25a
    Sqli-labs less 26
    Sqli-labs less 26a
    Sqli-labs less 27
    Sqli-labs less 27a
    Sqli-labs less 28
    Sqli-labs less 28a
    Python3之sys模块
    Python3之os模块
    Python3之XML模块
  • 原文地址:https://www.cnblogs.com/sekihin/p/7345200.html
Copyright © 2011-2022 走看看