How to Create Profiles in Google Chrome Browser

Unlike Firefox that ships with a Profile Manager, you can only manually create user profiles in Google Chrome. Here’s how:
Step 1: Launch Google Chrome and use the keyboard shortcut Ctrl + Shift + Del to clear your entire web browsing history.
Step 2: Open Windows Explorer and switch to Chrome’s User Data folder available at:
For Windows 7 and Windows Vista 
C:\Users\<username>\AppData\Local\Google\Chrome\User Data 

For Windows XP 
C:\Documents and Settings\<username>\Local Settings\Application Data\Google\Chrome\User Data
chrome-profileStep 3: While inside Windows Explorer, select the subfolder called “default” and make a copy of that folder inside the same “User Data” folder of Chrome. Rename that new folder copy to, say, Your_Name as shown in the screenshot.
Step 4: We will now reset this new “Your_Name” profile in Chrome to the factory defaults. Open “Command Prompt”, use the “cd” command to switch to the Chrome Application folder (where Chrome is installed) and run the following command:
chrome.exe --user-data-dir="..\User Data\Your_Name" -first-run
Step 5: Your new user profile in Chrome is ready for use. To run Google Chrome using this profile instead of the default profile, let’s create a shortcut. Right click anywhere on the desktop, choose New -> Shortcut and type the following in the location box:
For Windows 7 and Vista: 
C:\Users\<user>\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="..\User Data\Your_Name"

For Windows XP: 
C:\Documents and Settings\<user>\Local Settings\Application Data\Google\Chrome\Application\chrome.exe --user-data-dir="..\User Data\Your_Name"
chrome-iconsGive this shortcut a “hard to guess” name, change the shortcut icon to, say, Microsoft Word and you’re done. Now your web history, bookmarks, cookies, and search terms won’t be visible to anyone else in the family and there’s no need to switch to incognito browsing mode ever.