I have created a scheduled task on my system and I want it to show an error message in a Message Box.
I have tried below options but they're not working.
/Create /RU SYSTEM /SC /ST /TN /TR /ITMessageBox.Showoption withMessageBoxOptions.ServiceNotification
MessageBox.Show option with MessageBoxOptions.ServiceNotificationsupposed to be your code? If so this is not valid C#. If not can you please post your code. Also, how is it "not working"? – Abe Miessler Aug 03 '11 at 17:16