Remove Firefox taskbar icon

This commit is contained in:
Manuel Thalmann 2024-08-08 02:29:09 +02:00
parent 137a41bdc1
commit 3ac5e0b712

View file

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