Chrome User Switching Shortcuts

Asked 1 years ago, Updated 1 years ago, 112 views

Every time I click on the upper right corner to select a user, I find it troublesome.

How do I switch users with a keyboard shortcut in chrome?

Or is there any other good way to use different browsers?

google-chrome

2022-09-30 21:28

3 Answers

With Windows, you can switch users using Ctrl+Shift+M.

Chrome Keyboard Shortcuts - Google Chrome Help


2022-09-30 21:28

Windows: %USERPROFILE%\AppData\Local\Google\Chrome\User Data\
Mac: /Users/(Login ID)/Library/Application Support/Google/Chrome

The above directory contains user profile directories such as Profile1.
You can specify them with the --profile-directory option.

>chrome.exe --profile-directory="Default"
>chrome.exe --profile-directory="Profile1"

Also, I think you can deploy some kind of application launcher and launch it.


2022-09-30 21:28

If you are using Windows, in terms of using Chrome to switch between multiple users, will the user name " be displayed once you switch users and open the settings in the user's window?
If you click on this part, there will be an on/off item for "View Desktop Shortcuts" in addition to editing user names and icons, so if you turn it on, the shortcut will appear on the desktop.("Username" - Chrome)

This will be created as a new link on the desktop, but if you pin it to the start, it will be treated as "pinned the shortcut on the desktop", so if you want to copy it to %APPDATA%\Microsoft\Windows\Start Menu\Programs or less... on the taskbar.
If you just need to leave the icon on your desktop, simply "View Desktop Shortcuts."


2022-09-30 21:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.