天天看点

XenApp 5.0 如何管控U盘的映射一

在XenApp 5.0中,策略中并没有提供对USB设备的映射。

不过官方提供了如下方案:

新建如下键值:

On XenApp 32-bit Edition

HKEY_LOCAL_MACHINE\Software\Citrix\Policies\DisableUSBDriveRedirection

On XenApp 64-bit Edition

HKEY_LOCAL_MACHINE\Software\Wow6432Node\Citrix\Policies\DisableUSBDriveRedirection

Type: DWORD

Values:   

1 = redirection disabled    

0 = redirection enabled

Note: HDX Plug-n-Play for USB storage devices is enabled when the registry key is not present.

这些设置针对所有用户。

继续阅读