# Notifications on windows

**URL:** https://discourse.processing.org/t/notifications-on-windows/1918
**Category:** Coding Questions
**Created:** [July 19, 2018, 5:50pm UTC](https://discourse.processing.org/t/notifications-on-windows/1918 "2018-07-19T17:50:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AidanLand](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/aidanland/32/614_2.png) [@AidanLand](https://discourse.processing.org/u/AidanLand)
#### Post date: [July 19, 2018, 5:50pm UTC](https://discourse.processing.org/t/notifications-on-windows/1918/1 "2018-07-19T17:50:27Z")

</div>

I’m writing an alarm clock program, and right now  
You have to be looking at the program to see the alarm. I would like to be able to make my program to display a notification when the alarm goes off, like the built in alarm in Windows.

---

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [July 20, 2018, 1:11am UTC](https://discourse.processing.org/t/notifications-on-windows/1918/2 "2018-07-20T01:11:10Z")

</div>

I read a while ago that you need to register your app as a service in window. This will require to place the executable in certain folder and register it with Windows service manager (?). I suggest you do a little research over the net. If you find something interesting, share with the community. I hope this helps and good luck!

Kf
