Remove Firefox taskbar icon
This commit is contained in:
parent
cb3edcfa55
commit
31fb0406ca
|
@ -40,4 +40,6 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
foreach ($scheme in $schemes) {
|
||||
Set-DefaultAppAssociation -Identifier $scheme -ProgId "${appName}URL$progIdSuffix" -ApplicationName $appName;
|
||||
}
|
||||
|
||||
Remove-TaskbarItem "*Firefox*";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue