Call me lazy, but I hate having to log in and out of multiple accounts online. I know it only takes 2 seconds to log out of my personal account and then in to a work account… but it’s just one of those things that bugs me.
I started using Chrome personally, and IE9 whenever I wanted to use work accounts. I’d rather stick with just one browser though, so I decided to take a moment today to see if you could set up the equivalent of two Chrome installations, one for personal browsing and one for work browsing.
I found that in FireFox, the solution is to create multiple profiles. I didn’t explore that further because I don’t use FireFox (side note… isn’t it weird that FireFox has suddenly become the crappiest browser?). Fortunately, you can do the same thing in Chrome, but it’s not built in.
Here’s how it’s done in Windows 7 (I assume it’s similar for other versions of Windows)
- Open Windows Explorer and go to the Chrome\User Data> folder. In Windows 7 it’s at
C:\Users\[username]\AppData\Local\Google\Chrome\User Data - You’ll see a folder in their called Default. Make a copy of that folder and name it whatever you want. I’ll refer to it as
[foldername]. - Now go to
C:\Users\[username]\AppData\Local\Google\Chrome\Application - Right click
chrome.exeand chooseSend To > Desktop (create shortcut) - If you want to use factory settings to start this new profile off fresh, do the steps at the end of this post at this point.
- Go to your desktop and right click the Chrome shortcut and choose
properties - Where it says
targettype this:C:\Users\[username]\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="..\User Data\[foldername]
Now it’s kind of like having two installations of Chrome. You might name this new shortcut “Chrome – Work” or something, where you’re signed in to all your work accounts and have all your work bookmarks set up. Of course you can pin that to your start menu or wherever you like.
If you want, you can reset your new chrome to factory defaults. After step 3 above, do this:
- open your command prompt (click your start menu, type
cmdand hit enter) - type
cd Appdata\local\google\chrome\application\ - type
chrome.exe --user-data-dir="..\User Data\[foldername]" -first-run