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

Commit e6cf40d

Browse files
committed
add more regKeys to clean up
1 parent 5d31d0f commit e6cf40d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/VS.ConfigurationManager/Primitives.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ public void CleanupVisualStudioRegistryHives()
200200
@"SOFTWARE\Microsoft\VisualStudio\12.0_Config",
201201
@"SOFTWARE\Microsoft\VisualStudio\14.0_Config",
202202
@"SOFTWARE\Microsoft\VisualStudio\15.0_Config",
203+
@"SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0",
204+
@"SOFTWARE\Microsoft\DevDiv\vs\Servicing\14.0",
205+
@"SOFTWARE\Microsoft\DevDiv\vs\Servicing\15.0",
203206
};
204207

205208
foreach(var keyPath in keyPaths)

0 commit comments

Comments
 (0)