Forum Discussion
vskorpen_
Oct 31, 2019Copper Contributor
How to create separate shortcuts for different profiles on mac?
I would like to have separate Edge Dev shortcuts on my dock for each of my profiles. Anyone know if this is possible to do with a parameter like --profile for instance? --profile-directory="Profile ...
causticnoodles
Dec 02, 2021Copper Contributor
Michael_Schneider No idea why, if you run the command at the console any errors?
There's no avatar over the icon feature I've found for Edge, but it's been a while.
I just tried it again and it's worked, interested if any errors are returned.
Michael_Schneider
Dec 02, 2021Copper Contributor
causticnoodles No, no errors the browser opens, but does not change the profile. It is just like clicking the normal edge icon. It starts the profile that has been used last time...
I guess there is not that much to misspell:
open -a "Microsoft Edge" --args --profile-directory=DefaultIt seems to ignore the profile argument.
- lucasflachOct 15, 2024Copper ContributorWow, I've been using OpenIn for a year now and never realized I could have multiple Edge profiles there. 😅 Thanks for sharing!
- zeleleAug 09, 2022MCT
I've found a new solution.
The first instance use:
open -a "Microsoft Edge" --args --profile-directory=Profile\ 1
To the second one use:open -a "Microsoft Edge" -n --args --profile-directory=Profile\ 2The -n
-n Open a new instance of the application(s) even if one is already running
- Traveler700Dec 11, 2021Copper ContributorSo I found a workaround for my situation. Although this workaround doesn't allow for CLI launching, it suffices for my needs. In the Mac app store there's an app called "OpenIn". It's a pretty robust app for customizing how macOS launches browsers, mail clients, and file extensions. It supports Chromium browser profiles, and it DOES work with Edge! So I configured OpenIn for my default and work profiles, and now I can launch whatever Edge browser instance I want. This doesn't give me a shortcut in the mac Dock, but I use a streamdeck and I assigned a button to a work site, and OpenIn automatically launches that site using my work Edge profile. Pretty slick.
- Traveler700Dec 07, 2021Copper ContributorI'm having the same problem. Edge seems to ignore the profile argument. I also have Profile 1 and default, and only one will open no matter the argument I use.