Remove Firefox Developer icon
This commit is contained in:
parent
e8055c1474
commit
d884514678
1 changed files with 1 additions and 0 deletions
|
@ -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*");
|
||||
|
||||
|
|
Loading…
Reference in a new issue