Share via


AppXPackage for Mail and Calendar

Question

Thursday, April 6, 2017 8:39 AM

Hello everyone,

can someone please telle me which of the following AppX Packages is linked to the Mail and which one is linked to the Calendar App in Windows 10?

Or is there even a AppX Package for them?

Microsoft.AAD.BrokerPlugin               

Microsoft.BioEnrollment                  

Microsoft.Windows.CloudExperienceHost    

Microsoft.Windows.ShellExperienceHost    

windows.immersivecontrolpanel            

Microsoft.Windows.Cortana                

Microsoft.AccountsControl                

Microsoft.LockApp                        

Microsoft.MicrosoftEdge                  

Microsoft.PPIProjection                  

Microsoft.Windows.Apprep.ChxApp          

Microsoft.Windows.AssignedAccessLockApp  

Microsoft.Windows.ContentDeliveryManager 

Microsoft.Windows.ParentalControls       

Microsoft.Windows.SecondaryTileExperience

Microsoft.Windows.SecureAssessmentBrowser

Microsoft.XboxGameCallableUI             

Windows.ContactSupport                   

Windows.MiracastView                     

Windows.PrintDialog                      

microsoft.windowscommunicationsapps      

Microsoft.VCLibs.140.00                  

Microsoft.VCLibs.140.00                  

Microsoft.BingWeather                    

Microsoft.NET.Native.Framework.1.3       

Microsoft.NET.Native.Framework.1.3       

Microsoft.NET.Native.Runtime.1.3         

Microsoft.NET.Native.Runtime.1.3         

Microsoft.Getstarted                     

Microsoft.DesktopAppInstaller            

Microsoft.Windows.Photos                 

Microsoft.WindowsCamera                  

Microsoft.WindowsFeedbackHub             

Microsoft.WindowsStore                   

Microsoft.XboxApp                        

Microsoft.XboxIdentityProvider           

Microsoft.ZuneMusic                      

Microsoft.WindowsAlarms                  

Microsoft.SkypeApp                       

Microsoft.ZuneVideo                      

Microsoft.WindowsSoundRecorder           

Microsoft.WindowsPhone                   

Microsoft.WindowsMaps                    

Microsoft.WindowsCalculator              

Microsoft.StorePurchaseApp               

Microsoft.People                         

Microsoft.OneConnect                     

Microsoft.Office.OneNote                 

Microsoft.MicrosoftStickyNotes           

Microsoft.MicrosoftSolitaireCollection   

Microsoft.Advertising.Xaml               

Microsoft.Advertising.Xaml               

Microsoft.Services.Store.Engagement      

Microsoft.Services.Store.Engagement      

Microsoft.NET.Native.Runtime.1.4         

Microsoft.NET.Native.Runtime.1.4         

Microsoft.MicrosoftOfficeHub             

Microsoft.Messaging                      

Microsoft.BingSports                     

Microsoft.BingFinance                    

Microsoft.Appconnector                   

Microsoft.3DBuilder

Thank you very much in advance!

Regards Nikolai

All replies (6)

Friday, April 7, 2017 9:49 AM âś…Answered | 1 vote

Well, AppBlocker is does a proper choice.

Please refer to this link below, though it is aimed at uninstalling built-in app, you could get the need information from those command.

https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/

Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, April 6, 2017 9:17 AM | 2 votes

Get-AppxPackage *windowscommunicationsapps*

S.Sengupta, Windows Insider MVP


Friday, April 7, 2017 6:22 AM

Hi Nikolai,

If you want to Uninstall Calendar and Mail:

Just run the following PowerShell command.

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Regards

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Friday, April 7, 2017 8:23 AM

Many thanks for the answer!

I just recognized a few more Apps. Can you tell me the AppX for the following?

- OneDrive

- Paid WiFi & Cellular

- Settings

- Search

- Cortana


Friday, April 7, 2017 8:27 AM

Hi,

I decided not to uninstall them but rather block them with the AppBlocker (Windows 10 Enterprise), so it is more adaptable.


Wednesday, April 19, 2017 1:21 PM

Thank you very much, did help a lot!