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 1"
20 Replies
Sort By
- FrancisvCopper Contributor
I've tried what is suggestion as answer but it didn't seem to work for me?
Any way I can get two Edge icons in my dock. Perhaps something like chrome where I see a bit of the profile picture to help me know which icon is which profile?
Francisv wrote:I've tried what is suggestion as answer but it didn't seem to work for me?
Any way I can get two Edge icons in my dock. Perhaps something like chrome where I see a bit of the profile picture to help me know which icon is which profile?
Yes I have 2 profiles in Edge and the profile picture is shown on Edge shortcut on taskbar, desktop etc.
- FrancisvCopper ContributorI think I'm just not getting it. I can't seem to get it to work.
Tried to create alias for edge and change destination that didn't work either. I can do it easily on windows but not sure why my mac don't cooperate or i'm simply doing it wrong
Hi,
https://superuser.com/questions/377186/how-do-i-start-chrome-using-a-specified-user-profile
Replace Google chrome with the correct equivalent from Microsoft Edge
on Windows I can do this:
"C:\Users\USERNAME\AppData\Local\Microsoft\Edge SxS\Application\msedge.exe" --profile-directory="Profile 3"
(this is on the Target of my Edge insider shortcut in properties)
--profile-directory="Profile 3"
The argument above tells Edge browser to load which folder from:
%LocalAppData%\Microsoft\Edge SxS\User Data
so if I create a different profile in Edge browser and name it "vskorpen", then Edge will create a new folder inside this folder
%LocalAppData%\Microsoft\Edge SxS\User Data
and name it "vskorpen"
so in the target of the Edge shortcut, i will add this argument:
--profile-directory="vskorpen"