Tag: regedit


Disable Citrix API hooks for Chrome, Firefox


If you have Citrix XenApp 6.5, you’ll need to disable the Citrix API hooks for Chrome.

  1. Open Registry Editor.
  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\CtxHook.
  3. Change the value of registry key ExcludedImageNames to chrome.exe,nacl64.exe,firefox.exe.
    Note: If registry key ExcludedImageNames doesn’t already exist, you’ll need to create it.


Затребованный пакет безопасности не существует


При попытке подключиться по RDP с Windows XP SP3 к терминальному серверу на Windows 2008 R2 выходит сообщение: “Затребованный пакет безопасности не существует”

Что бы это вылечить надо сделать следующее:

 

  1. Click Start, click Run, type regedit, and then press ENTER.
  2. In the navigation pane, locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. In the details pane, right-click Security Packages, and then click Modify.
  4. In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.
  5. In the navigation pane, locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
  6. In the details pane, right-click SecurityProviders, and then click Modify.
  7. In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.
  8. Exit Registry Editor.
  9. Restart the computer.