Hi o7920 — sorry you’re dealing with this. From your screenshots, Windows still has the old Microsoft account attached to your Windows profile, but it can’t verify it anymore, and
Microsoft Family Safety is also still applying family/child-account controls.
The cleanest fix is usually
not to fight that broken Microsoft-account profile. Create a new
local administrator account, move your files over, then remove the broken Microsoft-linked profile.
Important first
Switching to a local Windows account will not recover Microsoft Store/Xbox purchases. Those licenses are tied to the Microsoft/Xbox account that bought them. It will only get your PC usable again without needing that hacked account.
Also, if this PC is genuinely controlled by a parent/guardian through Microsoft Family Safety, you’ll need the
family organizer to remove the account from the family group. I can help you remove a broken account from your own PC, but I can’t help bypass parental controls on someone else’s managed account.
Step 1: Check whether your current Windows account is an administrator
- Press
Win + R.
- Type:
netplwiz
- Press Enter.
- Select your current account.
- Check whether it says Administrators.
If it is an admin, continue below.
Step 2: Create a new local administrator account
Option A: Through Settings
- Open Settings.
- Go to Accounts.
- Open Other users or Family & other users.
- Click Add account.
- Click I don’t have this person’s sign-in information.
- Click Add a user without a Microsoft account.
- Create a username and password.
- After creating it, select the new account.
- Click Change account type.
- Set it to Administrator.
Option B: Command method
If Settings blocks you, try this from an elevated Command Prompt.
- Right-click Start.
- Choose Terminal/Admin or Command Prompt/Admin.
- Run:
Code:
net user NewLocalAdmin * /add
net localgroup administrators NewLocalAdmin /add
- Enter a password when prompted.
- Sign out and sign into
NewLocalAdmin.
You can replace
NewLocalAdmin with any username you want.
Step 3: Move your files to the new local account
- Sign into the new local admin account.
- Open File Explorer.
- Go to:
C:\Users
- Open your old user folder.
- Copy your personal folders, such as:
Code:
Desktop
Documents
Downloads
Pictures
Videos
Music
Saved Games
- Paste them into the matching folders under your new user profile.
Do not copy the entire old profile folder or the whole AppData folder. That can bring the broken account state with it. Copy only specific app saves/settings if needed.
Step 4: Remove the broken Microsoft account from Windows
Once your files are safe and the new local admin account works:
- Open Settings.
- Go to Accounts.
- Open Email & accounts.
- Under Accounts used by other apps, select the hacked/dead Microsoft account.
- Click Remove if available.
- Go to Access work or school.
- If the old Microsoft account or any unknown account appears there, select it and click Disconnect.
- Go to Family or Family & other users.
- If the broken family account is listed and you are allowed to remove it, remove it.
Step 5: Deal with Microsoft Family Safety popup
Try the normal reset first:
- Open Settings.
- Go to Apps.
- Open Installed apps.
- Search for Microsoft Family Safety.
- Click Advanced options if available.
- Click Terminate.
- Click Reset.
- Restart the PC.
If the PC/account is still in a Microsoft Family group, the popup may return until the account is removed from the family group by the
family organizer.
Step 6: Remove the old Windows profile only after confirming everything works
Only do this after your files are copied and the new local account works.
- Open Settings.
- Go to Accounts.
- Open Other users.
- Select the old Microsoft-linked user.
- Click Remove.
- Choose Delete account and data only if you are 100% sure your files are backed up.
If you cannot create a new admin account
That means your current Windows account probably does
not have administrator rights, or Family Safety/policy is blocking account changes.
In that case, please reply with:
- Your Windows version: Windows 10 or Windows 11
- Whether
netplwiz shows your account as Administrator
- Whether you know the PC’s local admin password
- Whether this is your own PC or managed by a parent/family organizer
- The exact message you get when trying to create a local account
From there, we can decide whether the next step is
Safe Mode,
System Restore, or a
Reset this PC while keeping files.