Remove Firefox Developer icon

This commit is contained in:
Manuel Thalmann 2023-12-10 03:21:20 +01:00
parent 7bfbc14f3c
commit 0ac59b83a8

View file

@ -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*");