How to hide the invoked window when using task scheduler and verify user?
0 views
Skip to first unread message
jchli...@gmail.com
unread,
Nov 11, 2008, 12:37:07 PM11/11/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
1) I am using Microsoft Task Scheduler 1.0: ITask::SetApplicationName to set application name. However, my urgly console applicatoin will always be invoked which is not necessary. Is there some way that I can hide it?
2) I can use CredUIPromptForCredentials to ask user to enter user name / password. But how this credential info be authenticated (user name / password to be one user of the admin group?) This is a desktop application.