mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
242 stars 17 forks source link

Edge Personal profile #133

Open mphelt opened 3 months ago

mphelt commented 3 months ago

Some time ago Microsoft added a feature to Edge which automatically differences between Work and Personal profiles. Would it be possible to have both of those visible in the browser list?

benborra commented 1 month ago

You should be able to achieve this. You can go to edge://version, there you'll have a "Profile path". Next you can launch this version of the browser using run (Windows+R) and using the following command: "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="" with replaced by the one in your edge version.

This will work and you can configure a new custom browser with arguments from inside the tool. However I'm new to this and it just seems to be eating up those links that match the pattern that I have.

Not sure if there's any logging to indiciate what's going on.