Jump to content

Recommended Posts

Posted

Hi,

 

Can anyone link me to any articles or suggestions on how to implement roaming Chrome profiles and bookmarks? (without signing up for a google account)

Preferably the chrome profile needs to be stored on the user's homespace on the network as opposed to the computer's local roaming profile, so that saved passwords and bookmarks follow them regardless of which computer they log onto.

Posted

You can use --user-data-dir as a startup switch to do that, creates the folder if it doesn't exist

 

"c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="r:\Chrome\User Data"

 

The only downside of doing that on a network drive is you can't have chrome open on two different PC's with the same user at the same time as PC1 locks the User Data as in use

Andrew

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...