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.
2 parents b30f1ee + 1ba3253 commit 4e77fb9Copy full SHA for 4e77fb9
eng/restore-toolset.ps1
@@ -112,7 +112,7 @@ function CreateVSShortcut()
112
$wsShell = New-Object -ComObject WScript.Shell
113
$shortcut = $wsShell.CreateShortcut($shortcutPath)
114
$shortcut.TargetPath = $powershellPath
115
- $shortcut.Arguments = "-WindowStyle Hidden -Command ""$commandToLaunch"""
+ $shortcut.Arguments = "-WindowStyle Hidden -ExecutionPolicy Bypass -Command ""$commandToLaunch"""
116
$shortcut.IconLocation = $devenvPath
117
$shortcut.WindowStyle = 7 # Minimized
118
$shortcut.Save()
0 commit comments