mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
installer: launch MEMFS as LocalService
This commit is contained in:
parent
d6aaf0088a
commit
a7febb8265
@ -188,6 +188,10 @@
|
||||
Type="string"
|
||||
Name="CommandLine"
|
||||
Value="-i -F NTFS -n 65536 -s 67108864 -u %1 -m %2" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="RunAs"
|
||||
Value="LocalService" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="Security"
|
||||
@ -214,6 +218,10 @@
|
||||
Type="string"
|
||||
Name="CommandLine"
|
||||
Value="-i -F NTFS -n 65536 -s 67108864 -u %1 -m %2" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="RunAs"
|
||||
Value="LocalService" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="Security"
|
||||
@ -240,6 +248,10 @@
|
||||
Type="string"
|
||||
Name="CommandLine"
|
||||
Value="-i -F NTFS -n 65536 -s 67108864 -u %1 -m %2" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="RunAs"
|
||||
Value="LocalService" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="Security"
|
||||
|
Loading…
x
Reference in New Issue
Block a user