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/Software/Thunderbird

View file

@ -0,0 +1,7 @@
#!/bin/pwsh
param($context)
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
choco install -y thunderbird --params "/NoTaskbarShortcut /NoDesktopShortcut";