Remove unwanted desktop icons
This commit is contained in:
parent
06f8394423
commit
dae4c35c2a
4 changed files with 9 additions and 0 deletions
scripts/Windows/Collections
|
@ -43,4 +43,7 @@ function Restore-PersonalApps([Context] $context) {
|
|||
choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium;
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"';
|
||||
choco install -y epicgameslauncher steam goggalaxy;
|
||||
|
||||
$context.RemoveDesktopIcon("*Epic Games*");
|
||||
$context.RemoveDesktopIcon("*Steam*");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue