Creating a Windows toast system without third party installations. #94
Unanswered
AshutoshAvadhani
asked this question in
General
Replies: 1 comment
-
Hey there @AshutoshAvadhani, what're you trying to achieve with this "Windows Service"? When generating your toast notification from a PowerShell script, all you have to do is run the script. You could do this by calling powershell and specifying a file to run (e.g. powershell.exe -file toast.ps1). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Sir, my name is Ashutosh Avadhani. As you know that I have to create a toast system without using any third-party installations. I have created a PowerShell script that can display a toast notification but I wanted a way to import this into a windows service. Can this be done where my existing application consume the new said service to display toast notifications?
Thank You for you time and help.
Beta Was this translation helpful? Give feedback.
All reactions