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 f87ec9c commit 5374f90Copy full SHA for 5374f90
WinCustomizer/WinCustomizer.ps1
@@ -2291,7 +2291,7 @@ $WPFcop.Add_Click({
2291
2292
$WPFwsl.Add_Click({
2293
Log('Avvio WSL')
2294
- powerShell -ExecutionPolicy Bypass -File "Risorse\WinCustomizerWSL.ps1"
+ Start-Process powershell.exe -ArgumentList "-NoExit", "-File", "Risorse\WinCustomizerWSL.ps1"
2295
if (-not (Test-Path -Path "$currentPath\Risorse\WinCustomizerWSL.ps1" -PathType Leaf)) {
2296
Error('Programma non presente')} else {True('FATTO')}
2297
})
0 commit comments