Skip to content

Commit 24b1726

Browse files
committed
It would have been weird if I did get it right
1 parent 6549f7c commit 24b1726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/CreateVSHive.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $vsDir = Split-Path -Parent $devenvExePath
3535

3636
$vsRegEdit = Join-Path (Join-Path (Join-Path $vsDir 'Common7') 'IDE') 'VsRegEdit.exe'
3737

38-
&$vsRegEdit set "$vsDir" $hive HKLM "Profile" DisableFirstLaunchDialog dword 1
38+
&$vsRegEdit set "$vsDir" RoslynDev HKLM "Profile" DisableFirstLaunchDialog dword 1
3939

4040
Write-Host "-- VS Info --"
4141
$isolationIni = Join-Path $vsDir 'devenv.isolation.ini'

0 commit comments

Comments
 (0)