diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index f32ccda1..56d0cb79 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -82,6 +82,8 @@ function Restore-PersonalApps([Context] $context) { $context.RemoveDesktopIcon("Inkscape*"); $context.RemoveDesktopIcon("Krita*"); $context.RemoveDesktopIcon("mRemoteNG*"); + $context.RemoveDesktopIcon("MetaX*"); + $context.RemoveDesktopIcon("OBS Studio*"); winget install --accept-source-agreements --accept-package-agreements -e --id AppWork.JDownloader; $context.RemoveDesktopIcon("JDownloader*"); @@ -95,6 +97,7 @@ function Restore-PersonalApps([Context] $context) { winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop; $context.RemoveDesktopIcon("YouTube Music*"); + $context.RemoveDesktopIcon("VLC*"); # Coding choco install -y --ignore-checksums ` diff --git a/scripts/Windows/Software/VisualStudio/Manage.ps1 b/scripts/Windows/Software/VisualStudio/Manage.ps1 index 3cc9c399..0a2aebf9 100644 --- a/scripts/Windows/Software/VisualStudio/Manage.ps1 +++ b/scripts/Windows/Software/VisualStudio/Manage.ps1 @@ -46,6 +46,8 @@ $null = New-Module { } choco install -y $version[0] --params "$arguments"; + $context.RemoveDesktopIcon("CocosCreator*"); + $context.RemoveDesktopIcon("Unity Hub*"); } } }