You are here

Which is more private, using Chrome Portable or --user-data-dir argument for installed Chrome?

4 posts / 0 new
Last post
boogadie
Offline
Last seen: 2 months 3 weeks ago
Joined: 2013-04-03 20:26
Which is more private, using Chrome Portable or --user-data-dir argument for installed Chrome?

I use Chrome Portable because official Chrome doesn't let me choose an install location and I don't want my user data on my C: drive. I recently learned you can use the --user-data-dir argument in a shortcut to specify a profile location in official Chrome which would basically make it like a portable version.

Since I'm already using Chrome Portable I wonder if I should bother. Is one more private and secure than the other? I can see that Chrome Portable's data is temporarily in AppData while in use and then after I close the browser the folder gets deleted.

If I use the --user-data-dir method does any user data get written to AppData folder? If not then that would seem to be the more secure method.

John T. Haller
John T. Haller's picture
Online
Last seen: 13 min 46 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Portable

Chrome Portable uses the --user-data-dir command line argument to point to the profile. It also cleans up stray files and registry entries after Chrome is closed

Sometimes, the impossible can become possible, if you're awesome!

boogadie
Offline
Last seen: 2 months 3 weeks ago
Joined: 2013-04-03 20:26
But Chrome Portable has to

But Chrome Portable has to write info to the AppData folder which is not ideal if I don't want any data on C: drive. If I install Chrome, set my profile to a different drive, and use --user-data-dir argument, installed Chrome doesn't write data to AppData folder first right? All data writes to the specified profile location?

John T. Haller
John T. Haller's picture
Online
Last seen: 13 min 46 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Nope

The --user-data-dir directive does not make Chrome only write to a single directory. We use that switch for Chrome Portable to point it to GoogleChromePortable\App\Data\profile but then we also have to handle all the other stuff Chrome writes everywhere else (LOCALAPPDATA, multiple registry keys, etc) with the GoogleChromePortable.exe launcher.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments