Ugh. I was useless today: my internet was down for most of the day and I was powerless.
I tried to make myself useful by writing blog posts that I have been meaning to write for a long time (it has been a long time, hasn’t it?!).
If you’re like me, you probably have a bazillion accounts on various Microsoft 365 tenants. I have one for each of my clients, sometimes two (one is a regular user, one is an admin user), plus one for each of my developer tenants, my MVP tenant, and one for when I collaborate with the nicest, most hard-working MVP that I know.
I have already shared how to use Edge profiles to log on to different tenants and even how to add custom images for each profile, but today I’ll show you the next step: creating shortcuts to launch an instance of the Edge browser as a different profile.
If you use an Elgato Streamdeck, I’ll also show you how you can create keys to launch your browser as a different profile from your Streamdeck.
For these instructions, I’ll assume that you already have more than one profile on Edge. If you don’t, please follow my instructions and come back when you’re done. I’ll be right here.
I recently moved to a new computer and I haven’t migrated all my accounts yet, but I’ll the profiles that I already have set up as an example.
Let’s say that I want to create a shortcut to launch the browser to my Warner.Digital tenant. I’d use the following steps:
[path to your Edge executable] [profile flag] [url]
. I usually open a file in Notepad to write down my shortcut path."c:\program files (x86)\Microsoft\Edge\Application\msedge.exe"
, but we’ll confirm it in the next step.--profile-directory="Your profile directory"
. To find your profile directory, follow these steps:edge://version
and hit Enter
NOTE: You may be tempted to use the value from Command-line, but it always points to the wrong profile path – at least in the version of Edge that I’m currently using.
\
of your Profile path. For example, my profile path is D:\Users\hugoa\AppData\Local\Microsoft\Edge\User Data\Profile 4
, so I’ll use Profile 4
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Profile 4"
. Note that if your profile path has any spaces in it, you’ll want to use double quotes ("
), like I did in mine."C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Profile 4" https://warnerdidigal.sharepoint.com
Warner Digital
and select Finish.That’s all you need! You should be able to add the shortcut to your Start Menu, your task bar, or anywhere on your desktop.
This is so easy, it probably doesn’t warrant a section, but I’ll say it anyway: you just need to need to make the URL portion of your shortcut https://teams.microsoft.com
.
That’s it.
So, to open Teams in my Warner Digital profile, my shortcut would be:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Profile 4" https://teans.microsoft.com
Also pretty easy, but I thought I’d share. Just make the URL portion of the shortcut https://teams.microsoft.com/l/chat/0/0?users=
, followed by the email address of the user (or users) you want to chat with.
For example, to chat with David Warner, I’d use:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Profile 4" https://teams.microsoft.com/l/chat/0/0?users=david.warner@fakeemail.com
To chat with David Warner and Luise Freese, I’d use:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory="Profile 4" https://teams.microsoft.com/l/chat/0/0?users=david.warner@fakeemail.com,luise.freese@fakeemail.com
Just like the previous tips, this one is pretty straight forward. Copy the URL from the join link of a Teams meeting, and add it as the URL portion of your shortcut.
For example, if I wanted to join the bi-weekly SPFx special interest group community call using my regular profile, I’d use:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory=Default https://aka.ms/spdev-spfx-call-join
I have a 15-key Elgato Streamdeck and I really enjoy it. I should probably get myself the XL Stream Deck one of these days…
One thing that many people don’t know (I myself learned it from David Warner, who is the king of gadgets) is that you can create folder buttons on your Streamdeck. Your folder can contain a different set of buttons – or even more folders!
To create a folder in Stream deck:
folder
and select Create folder from the Stream Deck group
Theoretically, you could create an infinite number of folders with buttons… so the possibilities are endless.
Here’s how I use my Streamdeck. I’m sure there are plenty of other ways to set it up, but this is how I like to set mine up:
At the root, I have folder for Edge profiles, one for Teams instances, and one for regular Meetings
In my Edge folder, I have all my most frequently used profile. The ones I use for my clients and my personal tenants.
In my Teams folder, I have all my frequent Teams clients that I use.
And, finally, in my Meetings folder, I have all the join links for all my regular meetings, as well as some frequent chat buttons.
Of course, I make sure to select fun icons so I can easily identify which button is for what meeting – complete with a warrior horse animated GIF for the General Microsoft 365 Special Interest Group bi-weekly call, because: Chris Kent.
You may wonder: why wouldn’t I just create a folder for each client/team I work with and put my Edge, Teams, and meetings buttons in each client folder? Sometimes I work with more clients than I have buttons available, and I still want to have enough room to have my ZoomIt, PowerPoint presentation, light control, and sound control buttons :-(
I hope that this will help you making the most of shortcuts with Edge profile.
Do you use Edge profile in creative ways? Let me know in the comments.