Click here to Skip to main content
15,887,596 members
Articles / .NET
Reference

VS 2017 Settings

Rate me:
Please Sign up or sign in to vote.
4.79/5 (8 votes)
30 Mar 2017CPOL1 min read 50.4K   4   3
How to change VS2017 settings

Was hunting around to figure out how to do a few things in 2017 that were fairly simple in previous versions. Turns out that the registry settings are handled differently now. Whilst searching for some insight on Google, I came across this very useful posting:

https://blog.agchapman.com/updating-registry-settings-for-visual-studio-2017/

All credit to A. G. Chapman - the above link and excellent post taken from Chapman's blog.

Here is the meat and 2 veg:

Here is how to update registry keys for Visual Studio 2017:

  1. Open regedit (for example, from Run...)
  2. Select HKEY_LOCAL_MACHINE from the left bar
  3. Select File > Load Hive...
  4. Load the privateregistry.bin file from %localappdata%\Microsoft\VisualStudio\15.0_[instanceid]{RootSuffix}\privateregistry.bin. The RootSuffix for a normal VS installation will be blank. This is mostly used for the experimental instance
  5. Name the key whatever you want (e.g. "VS") when prompted
  6. From there, you should be able to view the entries just like any normal registry.
  7. Once you're finished, you need to make sure that you "Unload" the private registry, by selecting the "root" key ("VS" in this example) and selecting File > Unload Hive . If you don't do this, VS won't be able to read the privateregistry.bin file when it runs, causing major problems.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionQoute the important part Pin
Jörgen Andersson30-Mar-17 18:55
professionalJörgen Andersson30-Mar-17 18:55 
GeneralMy vote of 5 Pin
Marco Bertschi30-Mar-17 3:31
protectorMarco Bertschi30-Mar-17 3:31 
GeneralRe: My vote of 5 Pin
R. Giskard Reventlov30-Mar-17 3:58
R. Giskard Reventlov30-Mar-17 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.