diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 348bbadf..6941dc75 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -71,10 +71,13 @@ function Restore-PersonalApps([Context] $context) { . "$PSScriptRoot/../Software/MSEdgeRedirect/Install.ps1"; winget install --accept-source-agreements --accept-package-agreements ` + -e --id Mozilla.Firefox.DeveloperEdition ` + -e --id Mozilla.Firefox.Nightly ` -e --id Brave.Brave ` -e --id Brave.Brave.Beta ` -e --id Brave.Brave.Nightly; + $context.RemoveTaskbarItem("*Firefox*"); $context.RemoveDesktopIcon("*Brave*"); $context.RemoveTaskbarItem("*Brave*");