Hello,

Last week-end, someone came to me with a peculiar issue: their Windows account was linked to a Microsoft account that somehow no longer exists, preventing them from logging in. From then, the solution appeared simple: transform the account into a local one.

Unfortunately, all the resources I found online presumes that you are logged into the account you want to unlink, which wasn’t possible. And unfortunately, you can’t unlink said account from an Administrator account either.

Since the computer was brand new and barely touched, I ended up enabling the Administrator account, creating a new local account and deleting the problematic account.

My question is: if the situation was to happen again, but I cannot delete spare to lose data on the locked account, what should I do?

  • DomeGuy@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    Depends on the data you want to save, and how friendly the apps that put it there are to the data being moved.

    Assuming the data is all file-based and well behaved, and you’re an administrator on the local PC the steps would be something like:

    1. Create the new local account and sign in once.
    2. Sign out new account and in as admin.
    3. Take a copy of the new account’s folder in C:\Users
    4. Replace that folder’s contents with (a copy of) the old account’s contents.
    5. Drop the new folder’s data over the old, replacing any conflicts.
    6. Replace the permission for all contents of the new folder.

    And, of course:

    *Implement a real backup plan for any actually important files. Cloud service folders are ONE copy, and don’t count as backups of themselves.