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:04 -07:00
parent c1d7dbe846
commit 25d0eaeee5

View File

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