Saturday, December 05, 2015

How to remove Windows 10 Mail and Calendar app

c:\> Get-AppxPackage | Where-Object {$_.Name -like "*microsoft.windowscommunications*"} | Remove-AppxPackage

Note that you have to run PowerShell in elevated mode.

No comments:

Emacs with SLIME for interactive development with SBCL on Windows 11

Emacs with SLIME for interactive development with SBCL Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) ...