You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using BurntToast just a few days ago, and I’m a beginner with PowerShell.
I want to create a Toast notification with a custom button that launches an application or a link when clicked:
After running the script, I found that it didn’t work. However, when I replaced "C:\Users\quling\Documents\StarRail.exe.lnk" with "https://www.bing.com", it worked and opened the link successfully.
After checking the documentation, I thought the issue might be related to the -ActivationType parameter. So, I modified the script as follows:
Qu-Ling
changed the title
[Feature Request Summary]Clicking the button can launch a specific application.
Clicking the button can launch a specific application.
Jan 18, 2025
Cause
I started using BurntToast just a few days ago, and I’m a beginner with PowerShell.
I want to create a Toast notification with a custom button that launches an application or a link when clicked:
After running the script, I found that it didn’t work. However, when I replaced "C:\Users\quling\Documents\StarRail.exe.lnk" with "https://www.bing.com", it worked and opened the link successfully.
After checking the documentation, I thought the issue might be related to the -ActivationType parameter. So, I modified the script as follows:
But it still doesn't work; the button behaves just like New-BTButton -Dismiss. What should I do?
The text was updated successfully, but these errors were encountered: