I base this on creating and using the browser with multiple accounts. It appears the profile is the same for all users.
How can I modify the configuration to support multiple profiles. Ideally, the profile being in their account and not a public profile. Examples are welcome.
--------------------------
"on 2/5/2023 at 10:42 AM,
UCyborg said:
Add this to 360chrome.exe launch parameters:
--user-data-dir="%USERPROFILE%\Local Settings\Application Data\360Chrome\Chrome\User Data"
Though I prefer to add LOCALAPPDATA to user environment variables (only needed on XP which doesn't support it natively: My Computer->Properties->Advanced->Environment Variables) and set it to: %USERPROFILE%\Local Settings\Application Data
Then I can use --user-data-dir like so:
--user-data-dir="%LOCALAPPDATA%\360Chrome\Chrome\User Data"
So the Target field in shortcut's properties pointing to 360chrome.exe would look something like:
"C:\Program Files (x86)\360Chrome\Chrome\Application\360chrome.exe" --user-data-dir="%LOCALAPPDATA%\360Chrome\Chrome\User Data"
The shortcut may be placed on the public desktop / start menu->programs folder, then everyone will have it that way by default, presuming they use the shortcut."
---------------------
I will give it a try. thanks.
Since I do not have a default account on here, I just did the following.
360Loader.ini:
changed --user-data-dir to..
"%USERPROFILE%\Local Settings\Application Data\360Chrome\User Data"
working.