Install Brave globally

This commit is contained in:
Manuel Thalmann 2024-10-17 01:15:10 +02:00
parent 189435fe8b
commit 0c9df9b555

View file

@ -151,7 +151,7 @@ function Deploy-SoftwareAction {
# Internet Access
if ($install) {
if (Test-Program "brave") {
Install-WingetPackage Brave.Brave;
Install-WingetPackage Brave.Brave -ArgumentList "--scope", "machine";
Remove-DesktopIcon "*Brave*";
Remove-TaskbarItem "*Brave*";
}