Prevent creation of shortcuts for thunderbird

This commit is contained in:
Manuel Thalmann 2023-07-25 18:55:35 +02:00
parent f135727dc2
commit 6464f32396
2 changed files with 10 additions and 2 deletions
scripts/Windows/Collections

View file

@ -98,8 +98,9 @@ function Restore-PersonalApps([Context] $context) {
inkscape `
krita `
obs-studio `
openvpn `
thunderbird;
openvpn;
. "$PSScriptRoot/../Software/Thunderbird/Install.ps1" $context;
$context.RemoveDesktopIcon("GPU-Z*");
$context.RemoveDesktopIcon("WinDirStat*");