This commit is contained in:
Manuel Thalmann 2023-07-19 22:24:30 +02:00
parent a736000796
commit 52b27f62ce

View file

@ -113,7 +113,7 @@ function Restore-PersonalApps([Context] $context) {
# Media
choco install -y k-litecodecpackmega;
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop;
$context.RemoveDesktopIcon("YouTube Music");
$context.RemoveDesktopIcon("YouTube Music*");
# Coding
choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;