Will a program that was started by a Scheduled Task with the Highest Privileges open other programs and give them the same privileges?
For example, myApp.exe is ran by a Scheduled Task [SYSTEM user] with "Run with highest privileges" checked, and it opens other programs that also need Highest Privileges. Are these other programs given the same privileges when opened by myApp.exe [thus bypassing UAC and restricted folders] or do they run with the current user privileges [thus prompting UAC or Access Denied errors]?
Last edited by ramires; May 9th, 2012 at 05:14 AM.