diff --git a/scripts/Windows/Collections/Generic.ps1 b/scripts/Windows/Collections/Generic.ps1 index 236c1eef..6fd7afaf 100644 --- a/scripts/Windows/Collections/Generic.ps1 +++ b/scripts/Windows/Collections/Generic.ps1 @@ -45,6 +45,7 @@ function Restore-GenericApps([Context] $context) { winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Nightly; $context.RemoveTaskbarItem("*Firefox*"); + $context.RemoveDesktopIcon("*Firefox Developer*"); $context.RemoveDesktopIcon("*Brave*"); $context.RemoveTaskbarItem("*Brave*");