Windows – Can the “Alarm & Clock” application be executed via command line

command linewindows 10

I would like to be able to quickly set a timer using the Alarms & Clock app in Windows 10. Ideally, I would prefer to press the Win key and type something to create (and potentially start) a timer, using an argument I could provide.

Is this possible? Is there already a means of doing so, or can I create a *.bat executable to accomplish this? How would I approach this?

Alarms & Clock

Best Answer

To launch the Alarm app of Windows 10 run this command:

explorer.exe shell:Appsfolder\Microsoft.WindowsAlarms_8wekyb3d8bbwe!App

enter image description here

Related Question