Hey CoolAxe,
I’ve actually seen this happen before — it’s more common than you’d think when someone tries to mess with NTFS permissions using commands like cacls
on the system drive. What probably happened is that the permissions on your C:
drive (including critical system folders like C:\Users
, C:\Windows
, etc.) got wiped or misconfigured. That would explain why:
Your user accounts disappeared
You’re getting the “User Profile Service failed to sign in” error
System restore points vanished
And your reset attempts aren’t working properly
The good news is that your files are still there — and since you can see them while browsing from recovery mode, there’s still a safe way to get them out.
Here’s What You Can Do to Save Your Files
Use Recovery Mode’s File Explorer Trick
- Boot into Windows Recovery by turning your PC on and off 3 times during boot (this usually forces it into recovery).
- Choose Advanced Options > Command Prompt.
- Once it opens, type:
Sounds weird, but it works. Go to File > Open, then change file type to All Files.Copy notepad.exe
- Plug in a USB drive — it should show up on the left or under “This PC”.
- Navigate to:
C:\Users\<your username>
- Copy and paste your files to the USB drive.
If That Doesn’t Work: Boot from a Linux USB
This method saved me once:
- On another computer, download Ubuntu: https://ubuntu.com/download/desktop
- Create a bootable USB with Rufus: https://rufus.ie/
- Plug it into your laptop and boot from it (usually F12 or ESC during startup).
- Choose “Try Ubuntu” (don’t install).
- Once the desktop loads, open the file manager. Your Windows drive should show up.
- Open it, find your files, and copy them to an external drive.
What to Do After You’ve Saved Your Files
Once your data is safe, the cleanest fix is to reinstall Windows completely.
Use the Windows 10 Media Creation Tool to make a bootable USB
Boot from the USB
Choose Custom Install, delete all partitions, and install fresh
That’ll give you a clean slate and fix all the permission/profile issues.
Let me know if you want help creating the USB or walking through the steps — happy to guide you. Just don’t try more permission resets with command line tools — it usually makes things worse from here.
Hope this helps,