Remove privilege restrictions due to app compat issues

This commit is contained in:
Cameron Gutman 2019-09-28 14:17:36 -07:00
parent 0fdbee831b
commit 20e7374480
2 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 25d0eaeee5d2c2e4c4d51abab074f77a8150a7c5
Subproject commit b7a5c7be4b9afa17d6713c71dad88faee38009bd

View File

@ -47,9 +47,7 @@
Account="NT AUTHORITY\LocalService"
ErrorControl="ignore"
Interactive="no">
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted">
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
</ServiceConfig>
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted"/>
</ServiceInstall>
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="MISS" Wait="yes" />
</Component>