mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-04 00:35:26 +00:00
Revert to an unrestricted service SID to address some app-compat issues with 3rd party Winsock providers
This commit is contained in:
parent
b37b99e9c3
commit
0fdbee831b
@ -1 +1 @@
|
|||||||
Subproject commit c1d7dbe8462a75bae5d816c0c72b846a4bfb147d
|
Subproject commit 25d0eaeee5d2c2e4c4d51abab074f77a8150a7c5
|
@ -47,7 +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="restricted">
|
<ServiceConfig DelayedAutoStart="no" OnInstall="yes" OnReinstall="yes" ServiceSid="unrestricted">
|
||||||
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
|
<RequiredPrivilege>SeChangeNotifyPrivilege</RequiredPrivilege>
|
||||||
</ServiceConfig>
|
</ServiceConfig>
|
||||||
</ServiceInstall>
|
</ServiceInstall>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user