I have a Windows service that run in NT AUTHORITY\SYSTEM
(SERVICE_WIN32_OWN_PROCESS
) account during system startup.
Now i have a doubt:
Suppose that i want change the way of automatic execution to TaskScheduler.
TaskScheduler will execute my service normally like before and mainly in NT AUTHORITY\SYSTEM
account?