mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
installer: register MEMFS to accommodate bigger file sizes and more files
This commit is contained in:
parent
6d1b9e95db
commit
1bb6d2a0e7
@ -155,7 +155,7 @@
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="CommandLine"
|
||||
Value="-i -u %1 -m %2" />
|
||||
Value="-i -n 65536 -s 67108864 -u %1 -m %2" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="Security"
|
||||
@ -181,7 +181,7 @@
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="CommandLine"
|
||||
Value="-i -u %1 -m %2" />
|
||||
Value="-i -n 65536 -s 67108864 -u %1 -m %2" />
|
||||
<RegistryValue
|
||||
Type="string"
|
||||
Name="Security"
|
||||
|
Loading…
x
Reference in New Issue
Block a user