Logging out Windows built-it Mail App?


  1. Posts : 241
    Windows 10 Pro
       #1

    Logging out Windows built-it Mail App?


    Is there a way to sign out the Mail app? I did turn the Sync off, but I was wondering if there's a way to completely sign out, or even remove this app?
      My Computer


  2. Posts : 5,478
    2004
       #2

    You could try deleting you account from here. It may depend if you are signed on using Microsoft account or local account though - I don't think you can remove the MS account you sign on with.

    Logging out Windows built-it Mail App?-accounts.png

    You can only delete the mail app if you delete the calendar app as well as they are part of one package.

    If you want to do that, copy and paste this into an elevated powershell window
    Code:
    $app="microsoft.windowscommunicationsapps"
    
    Get-AppxPackage -Name $app -AllUsers | 
    	Remove-AppxPackage
    
    Get-AppXProvisionedPackage -Online |
    	where DisplayName -EQ $app |
    		Remove-AppxProvisionedPackage -Online
    (From Apps - Uninstall in Windows 10 - Windows 10 Forums). You can always download it again from the store if you want to.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:59.
Find Us




Windows 10 Forums