Config: update policy values

This commit is contained in:
binarymaster 2014-12-13 14:39:58 +03:00
parent 5a37f663bc
commit 657ee646d5
2 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
; Do not modify without special knowledge ; Do not modify without special knowledge
[Main] [Main]
Updated=2014-12-10 Updated=2014-12-13
LogFile=\rdpwrap.txt LogFile=\rdpwrap.txt
SLPolicyHookNT60=1 SLPolicyHookNT60=1
SLPolicyHookNT61=1 SLPolicyHookNT61=1
@ -31,8 +31,14 @@ TerminalServices-RDP-7-Advanced-Compression-Allowed=1
TerminalServices-RemoteConnectionManager-45344fe7-00e6-4ac6-9f01-d01fd4ffadfb-LocalOnly=0 TerminalServices-RemoteConnectionManager-45344fe7-00e6-4ac6-9f01-d01fd4ffadfb-LocalOnly=0
; Max Sessions (hard limit) ; Max Sessions (hard limit)
TerminalServices-RemoteConnectionManager-8dc86f1d-9969-4379-91c1-06fe1dc60575-MaxSessions=1000 TerminalServices-RemoteConnectionManager-8dc86f1d-9969-4379-91c1-06fe1dc60575-MaxSessions=1000
; EasyPrint ; Allow EasyPrint
TerminalServices-DeviceRedirection-Licenses-TSEasyPrintAllowed=1 TerminalServices-DeviceRedirection-Licenses-TSEasyPrintAllowed=1
; Allow PnP Redirection
TerminalServices-DeviceRedirection-Licenses-PnpRedirectionAllowed=1
; Allow Media Foundation plugins
TerminalServices-DeviceRedirection-Licenses-TSMFPluginAllowed=1
; Allow DWM Remoting
TerminalServices-RemoteConnectionManager-UiEffects-DWMRemotingAllowed=1
[PatchCodes] [PatchCodes]
nop=90 nop=90

View File

@ -61,6 +61,9 @@ Known failures
Source code changelog (rdpwrap library): Source code changelog (rdpwrap library):
2014.12.13 :
- Added more policy values to INI file
2014.12.10 : 2014.12.10 :
- C++ version seems to work well now! - C++ version seems to work well now!
- added support for termsrv.dll 6.4.9879.0 - added support for termsrv.dll 6.4.9879.0