I have a vbscript which I want to run at user logon using task scheduler. The task is set to run the script using the SYSTEM account (which I have to use because UAC is endabled).
The script works fine, but no message boxes in the script are displayed. I assume this is because it's running under the SYSTEM account as opposed to the logged on user.
Has anyone here conquered this issue? I need the script to run under the SYSTEM account but I also need the MsgBox in the script to get displayed.