Google Chrome - same user using Chrome on multiple computers - possible?

06
2013-12
  • Keven Shaw

    I have a school domain network with children logging onto multiple computers running Windows 7 with a classroom login. Google Chrome has been deployed across the network. What I am finding is that if one student starts using Chrome, no one else using the same account can open chrome on their machines.They can use another browser, just not chrome. When Chrome user closes chrome browser, it is use able by someone else with same account, but again only one other user can have it open. Each class has their own bookmarks. Possible to make that work and if so how?

  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    browser - Is it possible to have a Google Chrome application shortcut use a different user agent than a standard Google Chrome window when both are open at the same time?
  • arathorn

    I am specifying a custom user agent in Google Chrome in order to access a legacy web site on my company's intranet (the site is needlessly requiring IE). I created an application shortcut for the site and added the --user-agent parameter to the shortcut.

    If I launch this shortcut without Chrome already running, things work fine. However, if I launch the application shortcut when another Chrome window is already open, the '--user-agent' parameter is ignored and the normal user-agent is used.

    So, it appears that whatever user agent string is used when the first Chrome window is opened, that's what will be used for all future windows or application shortcuts. Is there any way to get around this behavior?


  • Related Answers
  • Lasse V. Karlsen

    What you can do is create multiple profiles. This means that windows will not be shared, and likewise with favorites, cache, home-screen content, cookies, etc., but you'll be able to make your shortcut work the way you wanted it to.

    First, follow the steps in this article here to create a secondary profile for Google Chrome: Create Separate Profiles in Google Chrome for Family Members and Stay Extra Safe.

    Secondly, modify the shortcut by tucking on your --user-agent parameter. For instance, here's the command line I used to test:

    "path\to\chrome.exe" --user-data-dir="..\User Data\Test" --user-agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0)"
    

    Now you can double-click on your regular Chrome shortcut, and this new shortcut, and each will open their windows in distinct sessions, with their own user agents.

  • BenA

    The application window may be picking up and sharing the session started by your other window. If you aren't attached to browsing history etc. you could try tagging your shortcut with the --incognito parameter as well. Worth a shot!