Skip to content

Commit aa94f5a

Browse files
committed
Update Remove-AppxApps.ps1
Add packages to $SafePackageList
1 parent 6bacf55 commit aa94f5a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/Remove-AppxApps.ps1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,15 @@ param (
5050
"Microsoft.WindowsNotepad_8wekyb3d8bbwe", # Notepad app
5151
"Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe", # Voice recording app
5252
"Microsoft.WindowsTerminal_8wekyb3d8bbwe", # Essential terminal app
53+
"Microsoft.ZuneMusic_8wekyb3d8bbwe", # Windows Media Player, video and music player
54+
55+
# Apps and packages on a Microsoft 365 / Intune managed desktop
56+
"Microsoft.CompanyPortal_8wekyb3d8bbwe", # Intune Company Portal
5357
"Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe", # Microsoft Edge browser
5458
"Microsoft.Edge.GameAssist_8wekyb3d8bbwe", # Microsoft Edge browser component
55-
"Microsoft.ZuneMusic_8wekyb3d8bbwe", # Windows Media Player, video and music player
59+
"Microsoft.OfficePushNotificationUtility_8wekyb3d8bbwe", # Microsoft 365 apps
60+
"Microsoft.Office.ActionsServer_8wekyb3d8bbwe", # Microsoft 365 apps
61+
"aimgr_8wekyb3d8bbwe", # Microsoft 365 apps, Artificial Intelligence Manager
5662

5763
# System applications
5864
"Microsoft.WindowsStore_8wekyb3d8bbwe",

0 commit comments

Comments
 (0)