nssm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Feb 2023 00:39:25 +0200
changeset 2554 c83fb8d3809f
parent 2518 2c9ff9ccc87d
permissions -rw-r--r--
Removed unrelated data.


======
 nssm
======

README
======

https://github.com/kirillkovalenko/nssm
  Github.
https://github.com/kirillkovalenko/nssm/blob/master/README.txt
  README

Accounts
========

The following well-known usernames do not need a password. The password parameter can be omitted
when using them::

  "LocalSystem" aka "System" aka "NT Authority\System"
  "LocalService" aka "Local Service" aka "NT Authority\Local Service"
  "NetworkService" aka "Network Service" aka "NT Authority\Network Service"
  Virtual service account "NT Service\<servicename>"

https://docs.microsoft.com/en-us/windows/win32/services/networkservice-account
  NetworkService Account.
https://docs.microsoft.com/en-us/windows/win32/services/localservice-account
  LocalService Account.