Create this script and run it in user context
I called my script RemoveMailApp.ps1
# Important: set to run this in user context
Get-AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
Create this script and run it in user context
I called my script RemoveMailApp.ps1
# Important: set to run this in user context
Get-AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
0 Comments