Apr 21 2023 11:12 PM - edited Apr 21 2023 11:13 PM
I have been getting random prompts from my W11 PC telling me that in order to synchronise my lists I have to authenticate, but when I click on this to do so, the dialog that pops up has the wrong account displayed (another one of mine that I use for professional work as opposed to my personal account, which is what should be in use) and there is no way for me to tell it that this is the wrong account; I checked my OneDrive settings (since it's an M365 tool) and it is already set to use the correct account.
I have established that the executable responsible for this is Microsoft.SharePoint.exe - yes, a desktop executable called SharePoint. It is a Microsoft application and it resides at C:\Program Files\Microsoft OneDrive\23.071.0402.0001, so it would appear that it may be something to do with OneDrive . I have attached a screenshot so you can see what I am talking about.
I need a mechanism by which to instruct this login dialog that it is using the wrong account.
Apr 22 2023 08:55 PM
How about M365 account under your PC, may locate more information under Credential Manager
Apr 22 2023 10:27 PM
Jun 18 2023 11:31 PM
I had the identical issue you're describing and solved it with the following link sharepointdiary.com/2021/06/how-to-reset-onedrive-for-business-sync-client (shorten link)
Just simply do:
Step 3: Type in the Reset Command
In the Command Prompt window, type in the below command and press enter:
%localappdata%\Microsoft\OneDrive\onedrive.exe /reset
, Where %localappdata% is the direct path to onedrive.exe
Hope this resolve your issue