By acting as part of the operating system, you can do something like create login tokens. It is unlikely that you will ever need to write a service that uses this privilege if you are not writing an authentication provider.
Since you can create access tokens, you can act like any user. Of course, this means that you can run programs under the SYSTEM account, but there are much simpler ways to run something like SYSTEM.
source
share