Remove unnecessary desktop icons
This commit is contained in:
parent
ed7dc181c0
commit
5d790d3060
2 changed files with 5 additions and 0 deletions
scripts/Windows/Software/VisualStudio
|
@ -46,6 +46,8 @@ $null = New-Module {
|
|||
}
|
||||
|
||||
choco install -y $version[0] --params "$arguments";
|
||||
$context.RemoveDesktopIcon("CocosCreator*");
|
||||
$context.RemoveDesktopIcon("Unity Hub*");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue