Remove unnecessary desktop icons

This commit is contained in:
Manuel Thalmann 2024-02-11 14:21:51 +01:00
parent ed7dc181c0
commit 5d790d3060
2 changed files with 5 additions and 0 deletions
scripts/Windows/Software/VisualStudio

View file

@ -46,6 +46,8 @@ $null = New-Module {
}
choco install -y $version[0] --params "$arguments";
$context.RemoveDesktopIcon("CocosCreator*");
$context.RemoveDesktopIcon("Unity Hub*");
}
}
}