google-chromeautohotkeyshortcutprofiles

Open Chrome with specific user using Auto Hot Key (AHK)


Simply put to open chrome with a specific user you can use a shortcut like,

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Default"

with auto hotkey I'm not sure how to format this shortcut as such.

Does not work:

Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Default"

Does not Work

Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --profile-directory="Default""

Thanks for any and all help!


Solution

  • This does work fine, I had a mistake in another part of my overall program caused an error.

    Run, "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Default"