I created a GIT repository on GitHub, then created a TFS Project with Git scm and Agile process template, then I chose Import Repository and specified the G
To edit a Application Hive. Ref: Access Visual Studio 2017's private registry hive
This key appears to be stored in VS application hive file:
C:\Users\<user name>\AppData\Local\Microsoft\VisualStudio\15.0_05fc10d7\privateregistry.bin
Start regedit
as admin, load the hive file (privateregistry.user.bin) into regedit :
To fix the problem either create the missing keys or edit existing ones
When finished select the VSRegHive and select File | Unload Hive... , before exiting the RegEdit.exe utility, otherwise VS will fail to start. Keeping the hive loaded in regedit creates some sort of lock that prevents DevEnv.exe from launching.