How to Uninstall Alarms and Clock in Windows 10

Alarm application is the inbuilt application in Windows 10 it comes as default in all Windows 10 devices. We can use it, to set alarm, World clock, Timer and Stop watch. Alarms & Clock is one of the new applications in Windows 10. In this article, I’ll show you how to uninstall this app entirely.

1. In the Cortana search bar, search for Windows PowerShell.

2. Right click the correct result and select Run as administrator.

How to Uninstall Alarms and Clock in Windows 10 IkhYBNE

3. Type the following command to uninstall Alarms & Clock app, and then press Enter.

Code:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage


How to Uninstall Alarms and Clock in Windows 10 7a12B7e

If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.