We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6549f7c commit 24b1726Copy full SHA for 24b1726
eng/scripts/CreateVSHive.ps1
@@ -35,7 +35,7 @@ $vsDir = Split-Path -Parent $devenvExePath
35
36
$vsRegEdit = Join-Path (Join-Path (Join-Path $vsDir 'Common7') 'IDE') 'VsRegEdit.exe'
37
38
-&$vsRegEdit set "$vsDir" $hive HKLM "Profile" DisableFirstLaunchDialog dword 1
+&$vsRegEdit set "$vsDir" RoslynDev HKLM "Profile" DisableFirstLaunchDialog dword 1
39
40
Write-Host "-- VS Info --"
41
$isolationIni = Join-Path $vsDir 'devenv.isolation.ini'
0 commit comments