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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
When importing the AppLocker Popup Alert Task into Windows 2019 Task Scheduler the task as designed doesn't work because the Action type of "Display a message" has been deprecated. You can do the following instead now to provide popup information.
Action = Start a program
Program/script = msg
Add arguments = * Message to pop up
The * and a space before the message is important so that it sends to all interactive users otherwise you have to know the user to send to. I used the exact syntax from the previous popup and it works as expected here too.
The text was updated successfully, but these errors were encountered:
When importing the AppLocker Popup Alert Task into Windows 2019 Task Scheduler the task as designed doesn't work because the Action type of "Display a message" has been deprecated. You can do the following instead now to provide popup information.
Action = Start a program
Program/script = msg
Add arguments = * Message to pop up
The * and a space before the message is important so that it sends to all interactive users otherwise you have to know the user to send to. I used the exact syntax from the previous popup and it works as expected here too.
The text was updated successfully, but these errors were encountered: