Google Chrome: Your profile could not be opened correctly.

Error: ————————— Google Chrome ————————— Your profile could not be opened correctly. Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents. ————————— OK —————————     Fix: This can happen if the Chrome is unable to spawn it’s default tab chrome sub-process which actually load the user profile. < p>Most possible that you are launching the chrome from a thin session clients like XenApp which doesn’t support Chrome to load fully.  In case you are using XenApp, you need to conver your app into Server Desktop so that  […]

Read more

Scripting Automation of Chrome Actions

Chrome Setup: The default browser based install of the Chrome installs browser for that user only.  To have chrome installed for all users and be able to manage it, you have to install a standalone version of Chrome browser that installs for all users on a system.   Browser based install places chrome in: C:Users<username>AppDataLocalGoogleChromeApplicationchrome.exe Standalone installer places chrome in: "C:Program Files (x86)GoogleChromeApplicationchrome.exe"   Scripting Automation: To start Chrome with launch/load of a website automatically: Start chrome exe with URL, examples below: "C:Program Files (x86)GoogleChromeApplicationchrome.exe" www.microsoft.com "C:Program Files (x86)GoogleChromeApplicationchrome.exe" http://www.microsoft.com/en-us/default.aspx "C:Program Files (x86)GoogleChromeApplicationchrome.exe" http://testserver/mysite/logon.aspx launch the shortcut with the URL […]

Read more

CTX127897 – Cannot Use the Mouse on Seamless Applications on XenApp 6 – Citrix Knowledge Center

Symptoms From some Windows XP machines using online plug-in 11.2, you cannot use the mouse properly in a Seamless Application on XenApp 6. The mouse pointer will be about two inches to the right when you click. The issue does not occur in a fixed Window. If you use the Shift+F2 key combination to change from Seamless to a Fixed Window, the application screen starts flickering and does not stop until you close the application. Resolution Upgrade to Online Plug-in 12.1 to solve the issue. This document applies to: XenApp 6.0 for Windows Server 2008 R2 Source: CTX127897 – Cannot […]

Read more