Remove Firefox taskbar icon
This commit is contained in:
parent
cb3edcfa55
commit
31fb0406ca
1 changed files with 2 additions and 0 deletions
|
@ -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*";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue