10-17-2016, 06:12 PM
(10-17-2016, 02:11 AM)bucminhqua Wrote: Thanks man.
Another question about change profile path. Can you tell me which is right? I'll put it in my .bat/.cmd file to run.
OR
- "C:\...\chrome.exe" --allow-running-insecure-content --flag-switches-begin --enable-tab-audio-muting --save-page-as-mhtml --enable-features=enable-password-force-saving --disable-features=AutomaticTabDiscarding --flag-switches-end --user-data-dir="C:\New Path"
Have a nice day!
- "C:\...\chrome.exe" --user-data-dir="C:\New Path"
Just use the latter one, because other flags are added by the browser itself.