Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
add more regKeys to clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhu87 committed Jul 19, 2016
1 parent 5d31d0f commit e6cf40d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VS.ConfigurationManager/Primitives.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ public void CleanupVisualStudioRegistryHives()
@"SOFTWARE\Microsoft\VisualStudio\12.0_Config",
@"SOFTWARE\Microsoft\VisualStudio\14.0_Config",
@"SOFTWARE\Microsoft\VisualStudio\15.0_Config",
@"SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0",
@"SOFTWARE\Microsoft\DevDiv\vs\Servicing\14.0",
@"SOFTWARE\Microsoft\DevDiv\vs\Servicing\15.0",
};

foreach(var keyPath in keyPaths)
Expand Down

0 comments on commit e6cf40d

Please sign in to comment.