From c54f828a95e52d0ff252ec3eacb6d6a338d2d25e Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Thu, 22 Feb 2024 00:00:27 +0300 Subject: [PATCH] Excluded more UWP packages --- src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 | 9 +++++++++ .../Module/Sophia.psm1 | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 index f1c9327a..01aaf4ea 100644 --- a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 @@ -11009,12 +11009,21 @@ function UninstallUWPApps "AppUp.IntelGraphicsControlPanel", "AppUp.IntelGraphicsExperience", + # Microsoft Application Compatibility Enhancements + "Microsoft.ApplicationCompatibilityEnhancements", + + # AVC Encoder Video Extension + "Microsoft.AVCEncoderVideoExtension", + # Microsoft Desktop App Installer "Microsoft.DesktopAppInstaller", # Store Experience Host "Microsoft.StorePurchaseApp", + # Cross Device Experience Host + "MicrosoftWindows.CrossDevice", + # Notepad "Microsoft.WindowsNotepad", diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 index 633d2152..729c33b3 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 @@ -11002,12 +11002,21 @@ function UninstallUWPApps "AppUp.IntelGraphicsControlPanel", "AppUp.IntelGraphicsExperience", + # Microsoft Application Compatibility Enhancements + "Microsoft.ApplicationCompatibilityEnhancements", + + # AVC Encoder Video Extension + "Microsoft.AVCEncoderVideoExtension", + # Microsoft Desktop App Installer "Microsoft.DesktopAppInstaller", # Store Experience Host "Microsoft.StorePurchaseApp", + # Cross Device Experience Host + "MicrosoftWindows.CrossDevice", + # Notepad "Microsoft.WindowsNotepad",