Forum Discussion

USMA56795's avatar
USMA56795
Brass Contributor
Aug 22, 2019

How do you create separate shortcuts for different profiles?

The default shortcut has this as a Target:   "C:\Program Files (x86)\Microsoft\Edge Dev\Application\msedge.exe" --profile-directory="Default"  I think if I substitute other values for the profile-...
  • AndyBrunner's avatar
    AndyBrunner
    Jan 20, 2020

    AllanRoss 

     

    if I pin Edge to the taskbar I get a shortcut with this command

     

    "C:\Program Files (x86)\Microsoft\Edge Beta\Application\msedge.exe" --profile-directory="Profile 1"

     

    open the directory
    C:\Users\<username>\AppData\Local\Microsoft\Edge Beta\User Data\

    and check if there are Profile folders called like

    • Profile 0
    • Profile 1
    • etc....

    if you need to identify them:

    inside these directories you have a file called Preferences

    open it with a text editor (i.e. notepad.exe) copy everything into https://jsonbeautifier.org/ click Format/Beautify and then open the profile tree

    there you find the name of the Profile associated to your profile folder "Profile x"

Resources