Hi Steve,
Steve wrote:
This is what I have set to run in Windows Task Scheduler which works fine using a password in an Administrator account , but not in a Limited Account with the same credentials:
"C:\Program Files\Avira\Avira PersonalEdition Classic\preupd.exe"
I have added the executable itself and a shortcut with additional parameters to the SuRunners group which works fine. Is there anyway to apply SuRun to Windows Task Scheduler?
AFAIK Task Scheduler is a service that directly starts programs at scheduled events.
To start something from Task Scheduler with elevated rights through SuRun, you need to create a new task with the limited user credentials (as you already did) and insert "surun " to the start of command line.
"SuRun C:\Program Files\Avira\Avira PersonalEdition Classic\preupd.exe"
or
"C:\Windows\SuRun.exe C:\Program Files\Avira\Avira PersonalEdition Classic\preupd.exe"
should work just fine.