找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 10731|回复: 1

XenApp6.x发布个人文件夹

[复制链接]

238

主题

329

帖子

2119

积分

超级版主

Rank: 8Rank: 8

积分
2119
QQ
发表于 2015-2-28 10:51:34 | 显示全部楼层 |阅读模式
问题描述:

在通过Citrix XenApp 6.5发布资源管理之后,不能正常使用。
[size=13.63636302948px]如果发布c:\windows\explorer.exe,当用户打开资源管理器应用图标时,资源管理器窗口打开之后会马上关闭;

[size=13.63636302948px]如果发布c:\program files (x86)\internet explorer\iexplorer.exe -e或iexplorer.exe -e x:\或iexplorer.exe -e \\172.16.0.10,在用户登录之后注销时,资源管理器窗口并不会注销;

[size=13.63636302948px]

[size=13.63636302948px]解决步骤:
  • 在XenApp 6.5服务器上执行开始菜单—>运行—>regedit.exe打开注册表编辑器;
  • 在注册表编辑器中导航到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix\Wfshell\TWI路径,新建DWORD(32位)键名LogoffCheckerStartupDelayInSeconds,键值基数为16进制,值为10,如下图所示:

  • 保存退出注册表编辑器;





http://support.citrix.com/article/CTX131423


Publish Explorer.exe in a New XenApp 6.x Farm
  • CTX131423
  • Created onMar 26, 2014
  • Updated onApr 23, 2014
  • 4 found this helpful



ArticleTopic: Interoperability

[size=0.95em]See Applicable Products

Symptoms or Error
This article contains procedure to publish Explorer.exe in a New XenApp 6.x Farm Windows 2008 R2 x64-bit.
When publishing Explorer.exe either with the direct path "c:\windows\explorer.exe" or "%windir%\explorer.exe, the application starts to load and at finish, the window terminates displaying a box with drive letters.
Publishing the Explorer as an internet.exe /e /n (and so on) does not work.
There are no event logs generated.
Requirements
Download AutoIt, from here.
Note: See here for more on -e switch being obsolete as of Internet Explorer 7.


Solution
Complete one of the following workarounds to successfully publish Explorer.exe in a New XenApp 6.x Farm Windows 2008 R2 x64-bit:
Workaround 1
Use the following code in AutoIt:
Dim $PIDIE$PIDIE = Run( "C:\Program Files\Internet Explorer\IEXPLORE.EXE", @SW_MINIMIZE)Sleep(2000)Run("C:\Windows\explorer.exe H:\")Sleep(2000)ProcessClose($PIDIE)Sleep(2000)Workaround 2
Browse to the registry of the affected server and add the following registry key:
HKEY_LOCAL_MACHINESYSTEM\CurrentControlSet\Control\Citrix\Wfshell\TWI
DWord (32bit) – LogoffCheckerStartupDelayInSeconds
Set it to a value of 10.
The setting is active for every subsequent session launched, a restart is not necessary.
Workaround 3
Add the following ADM-Template to your XenApp Policy:
CLASS MACHINECATEGORY "Citrix Settings"KEYNAME "SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI"POLICY "Startup Delay"PART "Set delay" NUMERIC REQUIRED SPIN 1VALUENAME "LogoffCheckerStartupDelayInSeconds"END PARTEND POLICYEND CATEGORY


Problem Cause
This issue might occur if Windows 2008 R2 does not allow the Explorer dll to open in shell mode.

Additional Resources
DisclaimerCaution! Using Registry Editor incorrectly can cause serious problems that might require you to reinstall your operating system. Citrix cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Be sure to back up the registry before you edit it.




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表