Windows:Virtual Accounts: Difference between revisions
From Devguid
No edit summary |
(→About) |
||
Line 1: | Line 1: | ||
== About == | == About == | ||
Virtual account is a | Virtual account is an account associated with a specific Windows service. It's the same name as of the specific service. | ||
== Adding port opening to service == | |||
<code> | |||
netsh http add urlacl url=http://+:8101/ user="NT Service\MyServiceName" | |||
</code> | |||
== Links == | == Links == |
Revision as of 09:45, 11 May 2023
About
Virtual account is an account associated with a specific Windows service. It's the same name as of the specific service.
Adding port opening to service
netsh http add urlacl url=http://+:8101/ user="NT Service\MyServiceName"
Links
https://superuser.com/questions/1035324/how-to-create-local-windows-desktop-service-accounts
https://superuser.com/questions/1035324/how-to-create-local-windows-desktop-service-accounts