Remove Firefox taskbar icon

This commit is contained in:
Manuel Thalmann 2024-08-08 02:29:09 +02:00
parent f7f3df82c6
commit 5313698fe1

View file

@ -40,4 +40,6 @@ Start-SoftwareInstaller @PSBoundParameters `
foreach ($scheme in $schemes) { foreach ($scheme in $schemes) {
Set-DefaultAppAssociation -Identifier $scheme -ProgId "${appName}URL$progIdSuffix" -ApplicationName $appName; Set-DefaultAppAssociation -Identifier $scheme -ProgId "${appName}URL$progIdSuffix" -ApplicationName $appName;
} }
Remove-TaskbarItem "*Firefox*";
}; };