Get the new PortableApps.com Platform 10.0: Gorgeous themes, a full portable app store and advanced functionality
Announcing the World's Best Flash Drive: The PortableApps.com Companion | Did you see a malware warning on Friday?

Portable Google Chrome

bobdotexe - November 13, 2008 - 3:53pm

Here's how to get Google Chrome Portable,

Requirements:

1. Latest Version of Google Chrome

2. Notepad

Time:
less than 5 min

Step 1

Install the latest version of Google Chrome and any computer,

Step 2
run it at least once to get a profile

step3
open My computer and in the address bar
enter
%userprofile%\Local Settings\Application Data\Google\Chrome
now copy the 2 folders to your flash drive
step 4
make a bat script with the code:

echo "Now Loading google chrome..."
Application\chrome.exe --user-data-dir="User Data"

run the bat to GO Portable!

if you get errors from Chrome, try using sandbox mode

change your code to:
echo "Now Loading google chrome..."
Application\chrome.exe --user-data-dir="User Data" --no-sandbox"

Have Fun!!!

how to make a bat file:

1.open notepad
2. write your code
3.go to save as:
4.in the "save as" box make shure you "save type as" is set to "all files"
5. give it a name ending with ".bat" such as google.bat

P.S I am using Portable Google chrome, to write this!


( categories: )

Uh-hmmm

Open Source...., the choice of a GNU generation.