On Windows 10, does it work to run the Plex server using a local user account where Plex is launched from Task Scheduler? Alternatively, would it work to run Plex from a Windows service shim?
I assume I’d need to install the Plex server while logged on as a local user. Additionally, updates would need to be run while logging in with the same account.
It appears that the Plex server is designed to run under a user acct while actively logged into Windows. Services are not supposed to interact with the desktop (but can if you know how), so I’m guessing that Plex has a design requirement that it must use desktop services? If so, why? If not, why can’t we run PMS via Services or Task Scheduler; and, therefore, what specific requirements block us from doing so?
In my case, I run Active Directory so my acct doesn’t have to be a machine local acct; I can use a domain service acct instead.
PS I’m an advanced Windows systems developer. You’ve challenged me. Now please work with me on a solution.