Showing posts with label VMware View. Show all posts
Showing posts with label VMware View. Show all posts

Monday, January 30, 2012

View Desktop logon credentials screen takes 60 seconds to appear

When the Internet connectivity in your View desktop is disabled from a client using SSL, you experience these symptoms:
There is a delay of 60 seconds before you see the login credentials screen for the View desktop.
The login credentials screen may not appear and times out.
You may see a message stating that the certificate is invalid.
The View Client conducts a certificate revocation check when using SSL certificates. If the Internet connectivity is disabled, the client cannot complete this check and results in a 60 second delay before the logon screen is displayed.
To resolve this issue, reduce the timeout period for the certificate revocation check.
To reduce the certificate revocation check timeout:
  • In the client machine, click Start, type regedit, and click OK. The Registry Editor window opens.
  • Navigate to HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Cryptography > OID > EncodingType 0 > CertDllCreateCertificateChainEngine > Config.
  • Click Edit > New > DWORD Value.
  • In the Name field, type ChainUrlRetrievalTimeoutMilliseconds.
  • Right-click the entry and click Modify.
  • Under Base, select Decimal.
  • Under Value data, enter 15000.
  • Click Edit > New > DWORD Value.
  • In the Name field, type ChainRevAccumulativeUrlRetrievalTimeoutMilliseconds.
  • Right-click this entry and click Modify
  • Under Base, select Decimal.
  • Under Value data, enter 20000.
  • Close the Registry Editor.
  • Restart the client machine.
Use the View Client to connect to the desktop.
For more information read the following article from VMware.

Tuesday, July 13, 2010

Removing the Windows Logon and Forcing Users to the VMware View Client

From this link we read:
# Log in to Windows as the user whose shell you want to change.
# Start the Windows Registry Editor by entering regedit at a command prompt.
# Locate the following subkey:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
# Select Edit --> New --> String Value and give the new value the name Shell
# With the new value selected, select Edit --> Modify.
# Set the value data to the path of the new shell— for example
C:\Program Files\VMware\VMware VDM\client\bin\wswc.exe
Note: No quotations.
# Click OK, and then exit Registry Editor, log out of the user’s account, and log back in.
# Apply it to a group of computers via a GPO to their computer account.
# Turn on auto logon using this article from Microsoft KB.