Is it possible to configure Windows 10 notifications to appear in the top right of the desktop? How?
14 Answers
Actually you can do it with some registry modifications. Here's the step to follow:
- Open the Registry Editor (with the command
regedit) - Go to following key:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer - Create a new DWORD(32bits) Value called
DisplayToastAtBottomand enter 0 as Value data - Restart your computer
Seems it can't be done:
We realize the inconvenience you are experiencing with not able to move the position of Toast notification from bottom to top. We will certainly help you.
Unfortunately, it looks like there isn't a way to change the position of the Toast notification.
Alternatively, you may want to change the location of your taskbar if constant pop-up notifications are getting in your way of accessing the system tray.
Simply do this by:
- Right-clicking on the taskbar
- Untick lock taskbar
- Drag the taskbar to any edge of your screen of your choosing, preferably on the left
- Relock your taskbar
It actually can be done!
I made a program that will put notifications at the top of the screen:
The way it works is by finding the window handle of the notification and changing the window's position with the windows API.
1