XenDesktop 5 – unregistered desktops

There should be events in the log before the one you give (probably within the first minute after the VM restarts) that might be more helpful. However, if you can’t find anything then there’s an alternative way of configuring the VM which might help. On the desktop VM, create the registry key below (a string, REG_SZ) and set its value to the FQDN of your XenDesktop controller (DDC): HKLM\Software\Citrix\VirtualDesktopAgent\ListOfDDCs (on a 64-bit VM you need “HKLM\Software\Wow6432Node\Citrix\VirtualDesktopAgent\ListOfDDCs”) Now reboot the VM and see if it registers. In this mode you will certainly find event log messages from the Citrix Desktop Service that show the list of known DDCs (just one here), their names, which one the VM is attempting to register with, and the result of that registration. This is a perfectly valid way of configuring the desktop VM and is what you would have obtained had you not used Quick Deploy to install the VM.

 

from http://forums.citrix.com/message.jspa?messageID=1553025

Smart Auditor Records problems IOS

Try this.

SmartAuditor Issues
The SmartAuditor Player might fail to correctly display sessions launched with Citrix Receiver for Windows 3.0, instead showing a black screen in the Player window. To prevent this, disable the gradient fill feature on the XenApp server hosting the sessions by creating this DWORD registry on the server and setting its value to 1: HKLM\SOFTWARE\Citrix\Ica\Thinwire\DisableGdiPlusSupport.
http://support.citrix.com/proddocs/topic/xenapp65-w2k8/ps-knownissues-w2k8-xa65.html

from http://forums.citrix.com/thread.jspa?threadID=303802

限制USB儲存裝置

限制USB裝置只能讀取只要用這個註冊表就可以辦到了

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]

“WriteProtect”=dword:00000001

如果你要禁用USB Storage,有現成的小程式可以幫你做到這個功能:

遠端enable/disable: http://www.intelliadmin.com/USBRemoteDisabler_Free.exe

local端enable/disable: http://www.intelliadmin.com/DisableUSB_Free.exe

執行完重開機就行了…

原始出處:http://ithelp.ithome.com.tw/question/10034971