Windows 10: Remove Windows 10 mail app via Powershell in Endpoint

Discus and support Remove Windows 10 mail app via Powershell in Endpoint in Windows 10 Software and Apps to solve the problem; Hey, I tired this command get-appxpackage *microsoft.windowscommunicationsapps* remove-appxpackage to remove Windows 10 mail app from windows 10 as a... Discussion in 'Windows 10 Software and Apps' started by David.Wik, May 20, 2021.

  1. David.Wik Win User

    Remove Windows 10 mail app via Powershell in Endpoint


    Hey, I tired this command get-appxpackage *microsoft.windowscommunicationsapps* remove-appxpackage to remove Windows 10 mail app from windows 10 as a test before i upload Powershell in Endpoint for all users. butthe command not working. It didn't give an error but nothing happen and mail app still there.How to remove. I have Win 10 20H2Thanks

    :)
     
    David.Wik, May 20, 2021
    #1
  2. Brink Win User

    Mail app will not open on 10041.

    Hello Adam,

    This is the suggested solution below if you haven't already tried it. Remove Windows 10 mail app via Powershell in Endpoint :)

    In this Windows 10 build 10041, the Mail, Calendar, and People apps may be broken due to a licensing issue with the Store Beta. To get these apps working again, you need to follow these steps:

    • Open powershell as administrator
    • Run the command Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
    • Re-install Mail, People and Calendar from the Store (green tile)
     
    Brink, May 20, 2021
    #2
  3. philc43 Win User
    Cannot open mail app settings


    OK, my next suggestion was going to be uninstalling Mail and Calendar and reinstalling from the Windows Store. You can have a go at this by following these steps.

    1. Open the Start menu, type Windows PowerShell.
    2. Right click on the Windows PowerShell and select Run as administrator.
    3. Enter the below command to remove the Mail and calendar app.

    get-appxpackage *microsoft.windowscommunicationsapps* | remove-appxpackage

    After performing the above steps, install the Mail and calendar app from the Windows Store.

    Hope this helps, you will, of course, have to add you accounts back again.
     
    philc43, May 20, 2021
    #3
  4. Edwin Win User

    Remove Windows 10 mail app via Powershell in Endpoint

    Mail app will not open on 10041.

    Hey Shawn,
    I did that to no avail, then I ran WSReset.exe; now I'm good on all 3, Mail, Calendar and People! *Confused
    Go figure!

    Store Cache - Clear in Windows 8
     
    Edwin, May 20, 2021
    #4
Thema:

Remove Windows 10 mail app via Powershell in Endpoint

Loading...
  1. Remove Windows 10 mail app via Powershell in Endpoint - Similar Threads - Remove mail app

  2. App removal with PowerShell !

    in Microsoft Windows 10 Store
    App removal with PowerShell !: Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for this ? maybe a silly question. I removed the Windows photo app yesterday using PowerShell. I have been having problems with...
  3. App removal with PowerShell !

    in Windows 10 Gaming
    App removal with PowerShell !: Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for this ? maybe a silly question. I removed the Windows photo app yesterday using PowerShell. I have been having problems with...
  4. App removal with PowerShell !

    in Windows 10 Software and Apps
    App removal with PowerShell !: Most apps you can right click and uninstall using Windows 10. The Photo app and Windows media player you seem to need PowerShell! Is there a reason for this ? maybe a silly question. I removed the Windows photo app yesterday using PowerShell. I have been having problems with...
  5. no more endpoints available for endpoint mapper window apps

    in Windows 10 Software and Apps
    no more endpoints available for endpoint mapper window apps: no more endpoints available for endpoint mapper window apps https://answers.microsoft.com/en-us/windows/forum/all/no-more-endpoints-available-for-endpoint-mapper/51f4f7e8-e347-4e9c-9a1a-c4329261a546
  6. Configure Windows 10 Mail App With Powershell

    in Windows 10 Software and Apps
    Configure Windows 10 Mail App With Powershell: I have many non-domain joined computers running Windows 10 Pro that we use the native Mail application on. Is there a way to scrip the setup of the mailbox via Powershell or the command prompt? We are using Office365 as our email server....
  7. Starting the Windows Mail app via Powershell

    in Windows 10 Customization
    Starting the Windows Mail app via Powershell: Hi,I have a Powershell script that I run at the start of day to trigger my most used applications.I've been using the following command:start "shell:AppsFolder\$Get-StartApps "Your Phone" select -ExpandProperty AppId"Which launches the "Your Phone" app without issue. I have...
  8. Powershell - Remove Windows 10 Apps for All users

    in Windows 10 Software and Apps
    Powershell - Remove Windows 10 Apps for All users: I am trying to remove Several Windows 10 Apps via Powershell and I mean I have done extensive research but just can not seem to get it to work. It works great for 1 user but not all users. Am I doing something wrong or what cause this is getting annoying lol....
  9. How to disable and remove a PIN via Powershell

    in Windows Hello & Lockscreen
    How to disable and remove a PIN via Powershell: Hi All Not a question but an Answer, took me a while to figure out how I could remove and disable a Windows Hello for Business PIN via powershell. It's pretty simple actually, You can disable the PIN with the below two commands. Set-ItemProperty...
  10. Disable Mail app via GPO

    in Browsers and Email
    Disable Mail app via GPO: Hello, In our environment we have the problem that the default association for the mailto: protocol is not consistently set to open Outlook. So many users who click a mailto: link will be presented with the Mail app instead of Outlook. Then they end up logging in their...