Windows:Virtual Accounts: Difference between revisions
From Devguid
(→About) |
|||
Line 6: | Line 6: | ||
<code> | <code> | ||
netsh http add urlacl url=http://+: | netsh http add urlacl url=http://+:8001/ user="NT Service\MyServiceName" | ||
</code> | </code> | ||
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://+:8001/ 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