mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-02 07:45:31 +00:00
Remove privilege restrictions due to app compat issues
This commit is contained in:
parent
0fdbee831b
commit
20e7374480
@ -1 +1 @@
|
|||||||
Subproject commit 25d0eaeee5d2c2e4c4d51abab074f77a8150a7c5
|
Subproject commit b7a5c7be4b9afa17d6713c71dad88faee38009bd
|
@ -47,9 +47,7 @@
|
|||||||
Account="NT AUTHORITY\LocalService"
|
Account="NT AUTHORITY\LocalService"
|
||||||
ErrorControl="ignore"
|
ErrorControl="ignore"
|
||||||
Interactive="no">
|
Interactive="no">
|
||||||
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted">
|
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted"/>
|
||||||
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
|
|
||||||
</ServiceConfig>
|
|
||||||
</ServiceInstall>
|
</ServiceInstall>
|
||||||
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="MISS" Wait="yes" />
|
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="MISS" Wait="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user