I've been all over Google, trying to find a way (in PowerShell) to set LocalSystem as the LogOn identity for a Windows service. All scripts/functions I found are for setting a "real user", I need to set LocalSystem
Just to clarify, I am talking about an existing service, not installing a new service. I would create it this way but I have no control over the creation of the service.
Anyone has any idea how to do this?
Thanks