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",