⚡ Windows – Create a Toast Notification

Right click and “save as” to download Icon

Download the Toast Notification PowerShell Script

  • Select Plugin System Open
  • In the App/File field, enter: cmd /c start /min "" powershell -WindowStyle Hidden -executionpolicy bypass -noninteractive <path to the Toast Notification PowerShell Script> '<toast main title>' '<notification title>' '<notification text>'

To escape a space in the path to the PowerShell script, place a ` (a backtick. Usually found as SHIFT+ESC) before the space.

Example: C:\Users\Krabs\Downloads\Development\Windows`

Example usage: cmd /c start /min “” powershell -WindowStyle Hidden C:\Users\Krabs\Downloads\Development\Windows` Applications\ToastNotification.ps1 ‘Test Main Title’ ‘Test Notification Title’ ‘This is a test!’

Avatar photo

By Krabs

Stream Deck Plugin Developer

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments