Skip to content

Instantly share code, notes, and snippets.

@tobiasschulz
Created March 25, 2017 21:37
Show Gist options
  • Save tobiasschulz/4d2d11745067a11d9a8c96e828558828 to your computer and use it in GitHub Desktop.
Save tobiasschulz/4d2d11745067a11d9a8c96e828558828 to your computer and use it in GitHub Desktop.
VS2017 Disable File Arrows
http://stackoverflow.com/a/42690759
Instructions for Visual Studio 2017:
- Close Visual Studio 2017
- Open Registry Editor (regedit), select HKEY_USERS
- File → Load Hive → %localappdata%\Microsoft\VisualStudio\15.0_<id>\privateregistry.bin where <id> is some hexadecimal gibberish. Set Key Name to the one you like e.g. vs2017
- Go to HKEY_USERS\vs2017\Software\Microsoft\VisualStudio\15.0_<id>
- Create new key UseSolutionNavigatorGraphProvider of DWORD (32-bit) type, value 0
- Select HKEY_USERS\vs2017, File → Unload Hive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment