I have looked at the past posts in the forum regarding Window's Toast for Windows 10 and found most of them no longer work.
If you have Windows 11 installed, then I would highly recommend use death.crafter's RainToaster; it is much more versatile.
RainToaster's only issue is Windows 10 system limit the notifications to one per session; you have to log off and back on to see additional notifications.
So, I created simple skin (based on other here) that will convert a date/time to a Timestamp and when the current time Timestamp matches, activates a Powershell script in a RunCommand measure and display the title, message, and an optional toast icon.
A preview of your toast using Window's Light and Dark theme colors will show when adding a new popup.
A few notes...
Date/Time entries should be 2-digit and use 24-hour format time
The toast is strictly text, no option for images
The notification will be identified as a 'Windows Powershell' program post (I didn't try to change this)
The skin will run invisibly in the background, to check it !Refresh the config from Rainmeter
If a popup is set at a time in the future, a message will display giving details and offering to delete it and create a new one
Two skins are included, to create additional popup toasts simply copy/paste one of the current subfolders, rename it, and !Refresh-All
Hopefully it will be useful for quick reminders.
It is currently October 14th, 2024, 8:43 pm
Popup Toast Notifications for Win10
-
- Rainmeter Sage
- Posts: 5540
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Popup Toast Notifications for Win10
You do not have the required permissions to view the files attached to this post.
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Rainmeter Sage
- Posts: 16658
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Popup Toast Notifications for Win10
Hello eclectic-tech.
Two questions related to your skin / procedure:
Two questions related to your skin / procedure:
- I see you're recommending not to use the PowerShell procedure on Windows 11, but since I have no access yet to a computer using this latest Windows, I'm not entirely sure if the procedure does work on Windows 11. Does it? Hope it does, but am I right?
- Is there a site which describes the used parameters of the PowerShell command? I tried to look for this but couldn't find a good source. I hope you have one.
-
- Rainmeter Sage
- Posts: 5540
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Popup Toast Notifications for Win10
Forum Member AC posted several very useful links concerning Toasts in Windows in the thread for RainToaster by death.crafter.balala wrote: ↑November 22nd, 2022, 2:33 pm Hello eclectic-tech.
Two questions related to your skin / procedure:Thank you very much for this tool. I tried once (more times?) in past to create such pop-ups from skins but didn't get it working well. Now, thanks to you, I did.
- I see you're recommending not to use the PowerShell procedure on Windows 11, but since I have no access yet to a computer using this latest Windows, I'm not entirely sure if the procedure does work on Windows 11. Does it? Hope it does, but am I right?
- Is there a site which describes the used parameters of the PowerShell command? I tried to look for this but couldn't find a good source. I hope you have one.
If you are using Windows 11, I would definitely use death.crafter's version.
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Rainmeter Sage
- Posts: 16658
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Popup Toast Notifications for Win10
Thank you for the links, have to study a little bit those descriptions, but thanks anyway.eclectic-tech wrote: ↑November 22nd, 2022, 5:35 pm Forum Member AC posted several very useful links concerning Toasts in Windows in the thread for RainToaster by death.crafter.
No, Im not using Windows 11, but Windows 10:eclectic-tech wrote: ↑November 22nd, 2022, 5:35 pm If you are using Windows 11, I would definitely use death.crafter's version.
This is why I asked you to let me know if even if it's not recommended the PowerShell procedure will work on Windows 11 as well. I'd not like to create two different versions of my skin, one for Windows 10 and another for Windows 11. Yep, I know there are procedures to create one single skin, which depending on Windows version might apply one or the other procedure to show the ToolTip balloon, but this would complicate the skin. If the PowerShell approach works on Windows 11 as well, I'd not complicate things.
-
- Rainmeter Sage
- Posts: 5540
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Popup Toast Notifications for Win10
I am also still on Windows 10, so I can't test this on the new OS. So as far as I know, this PowerShell approach should work on either OS.
The only reason I recommend using death.crafter's RainToaster version on Windows 11 is because it offers more versatility, not due to this version not being able to work just as well.
Perhaps another member will discover if there are any problems using this method on Windows 11...{hint}
The only reason I recommend using death.crafter's RainToaster version on Windows 11 is because it offers more versatility, not due to this version not being able to work just as well.
Perhaps another member will discover if there are any problems using this method on Windows 11...{hint}
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Rainmeter Sage
- Posts: 16658
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Popup Toast Notifications for Win10
Sorry, I thought you're on Windows 11. Seems I misunderstood something...
I see.eclectic-tech wrote: ↑November 22nd, 2022, 9:36 pm The only reason I recommend using death.crafter's RainToaster version on Windows 11 is because it offers more versatility, not due to this version not being able to work just as well.
I'd delighted to know, so if anyone using Windows 11 can tell exactly if it's working, please tell.eclectic-tech wrote: ↑November 22nd, 2022, 9:36 pm Perhaps another member will discover if there are any problems using this method on Windows 11...{hint}
-
- Rainmeter Sage
- Posts: 2746
- Joined: March 23rd, 2015, 5:26 pm
Re: Popup Toast Notifications for Win10
eclectic-tech wrote: ↑November 22nd, 2022, 9:36 pm Perhaps another member will discover if there are any problems using this method on Windows 11...{hint}
PowerShell in Windows 11...
You do not have the required permissions to view the files attached to this post.
-
- Rainmeter Sage
- Posts: 2746
- Joined: March 23rd, 2015, 5:26 pm
Re: Popup Toast Notifications for Win10
There is some sort of weirdness using this command. Every toast message leaves behind a residual icon in the system tray notification area. The icon goes away if you mouseover it.
-
- Rainmeter Sage
- Posts: 16658
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: Popup Toast Notifications for Win10
Thank you for confirming it works. This is what I was curious about.
Right, same here, on Windows 10. But same thing goes on as well when for instance Rainmeter crashes. A residual icon remains in the Notification Area and disappears if I'm hovering the mouse over it.SilverAzide wrote: ↑November 23rd, 2022, 3:24 am There is some sort of weirdness using this command. Every toast message leaves behind a residual icon in the system tray notification area. The icon goes away if you mouseover it.
-
- Rainmeter Sage
- Posts: 5540
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Popup Toast Notifications for Win10
I saw a note in the info I used to create the powershell toast that mentions the powershell icon will appear in the tray when the popup is posted.SilverAzide wrote: ↑November 23rd, 2022, 3:24 am There is some sort of weirdness using this command. Every toast message leaves behind a residual icon in the system tray notification area. The icon goes away if you mouseover it.
So yes, there is an icon in the system tray when the message is posted.The ballon tooltip seems very nice. But it adds an icon to the toolbar and you have to run a code to kill it:
$script:balmsg.Dispose()
The problem is that you don’t know if the user saw the notification… So you don’t have a way to know when to kill that icon.
If you mouse over that Powershell icon in the tray before opening the notification sidebar, the popup message will disappear This means you could inadvertently remove the message before you see it!
Any solutions are welcomed.
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::