I appreciate your detailed update-you're making great strides, even with a really stubborn system. Given all the attempts and all the things that seem to be failing here's the next best action step to gain access to the old data without completely clearing/resetting everything;
New Plan: Creation of temporary local admins via recovery console
Because:
Cannot be signed in using PIN.
The Internet is not available in safe mode (so PIN reset is out of the question).
System restore has no valid option.
The hidden Admin account is enabled (net user administrator /active:yes)-but you may still be stuck at the login screen.
We'll proceed to create a new local admin account manually from the Command Prompt in the Recovery Mode and then log in through that account to resolve the PIN problem.
Stepwise: Create Local Admin Account from Recovery
- Boot into Windows Recovery Environment (WinRE)
Force shutdown your PC 3 times in a row during the boot screen (hold power button when Windows starts loading).
On the third time, it should enter into the Recovery menu.
In case it doesn't work, you can utilize a Windows 11 installation USB instead, then choose:
Repair your computer > Troubleshoot > Advanced options > Command Prompt
- Open Command Prompt
From the blue recovery menu, go to: mathematica
Troubleshoot > Advanced Options > Command Prompt
- Create a New Admin Account
Type the following commands one at a time, pressing Enter after each:
net user TempAdmin P@ssword123 /add
net localgroup administrators TempAdmin /add
This creates a local admin account named TempAdmin with the password P@ssword123.
You can use a different name or password if you want — just remember what you choose.
- Reboot and Log In
Type: cmd
exit
Then click Continue to Windows 11 (or just reboot the PC).
On the login screen, you should now see TempAdmin as an account option.
Select it and log in using the password you just set: P@ssword123
- Inside Windows: Fix Your PIN
Once logged in with the new account:
Go to Settings > Accounts > Sign-in options.
Try removing or resetting the PIN for your main account (if it appears there).
Or create a new password for your original account:
Open Control Panel > User Accounts > Manage another account
Select your original account > Change password
If your original account is a Microsoft account and doesn’t show a password option, try this in Settings > Accounts > Your Info under your old user.
- (Optional but Recommended): Delete the Temporary Account Later
Once your main account is working again, you can delete the TempAdmin account:
Go to Settings > Accounts > Other users
Select TempAdmin > Remove
Please try these steps and let me know how it goes. If you run into any issues, just reply back with the details.
Best regards,
Tin