Skip to content

Commit

Permalink
Merge branch 'main' of git@github.com:technoluc/winutil.git
Browse files Browse the repository at this point in the history
  • Loading branch information
technoluc committed May 21, 2022
2 parents 78209f9 + 41bbe0a commit a973a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ $WPFinstall.Add_Click({
$wingetResult = New-Object System.Collections.Generic.List[System.Object]
foreach ( $node in $wingetinstall )
{
Start-Process powershell.exe -Verb RunAs -ArgumentList "-command winget install -e --accept-source-agreements --accept-package-agreements --silent $node | Out-Host" -Wait
Start-Process powershell.exe -Verb RunAs -ArgumentList "-command winget install -e --accept-source-agreements --accept-package-agreements --silent $node | Out-Host" -Wait -WindowStyle Maximized
$wingetResult.Add("$node`n")
}
If ( $wingetinstall -eq "Microsoft.OfficeDeploymentTool" )
Expand Down

0 comments on commit a973a06

Please sign in to comment.