Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

change profile names #37

Open
iljavs opened this issue Jun 8, 2023 · 1 comment
Open

change profile names #37

iljavs opened this issue Jun 8, 2023 · 1 comment

Comments

@iljavs
Copy link

iljavs commented Jun 8, 2023

It looks like there's no way to change the profile names once they're created. You also can't rename the default profile name. This would be a useful feature to have.

@rprouse
Copy link

rprouse commented Aug 3, 2023

I was wondering the same so I looked at the code. The code just iterates through all of the directory names in %LOCALAPPDATA\Microsoft\Teams\CustomProfiles and uses them for the profile names.

I haven't tried it, but as a workaround, I think you can close all instances of Teams and rename the directories. As long as there are no references to the full path within the profiles it should work.

As for the default profile, that is hard coded. You could change it and recompile, https://github.com/TonCunha/multi-microsoft-teams/blob/2eb173d0d4d0aac1561a419f763c2070bff7c856/src/MMT.Core/ProfileManager.cs#L118C18-L118C18

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants