Revert to an unrestricted service SID to address some app-compat issues with 3rd party Winsock providers

This commit is contained in:
Cameron Gutman
2019-09-28 14:11:32 -07:00
parent b37b99e9c3
commit 0fdbee831b
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
Account="NT AUTHORITY\LocalService"
ErrorControl="ignore"
Interactive="no">
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="restricted">
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted">
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
</ServiceConfig>
</ServiceInstall>