Install Brave globally
This commit is contained in:
parent
189435fe8b
commit
0c9df9b555
|
@ -151,7 +151,7 @@ function Deploy-SoftwareAction {
|
||||||
# Internet Access
|
# Internet Access
|
||||||
if ($install) {
|
if ($install) {
|
||||||
if (Test-Program "brave") {
|
if (Test-Program "brave") {
|
||||||
Install-WingetPackage Brave.Brave;
|
Install-WingetPackage Brave.Brave -ArgumentList "--scope", "machine";
|
||||||
Remove-DesktopIcon "*Brave*";
|
Remove-DesktopIcon "*Brave*";
|
||||||
Remove-TaskbarItem "*Brave*";
|
Remove-TaskbarItem "*Brave*";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue