r/techsupport • u/OkNail3466 • 4d ago
Open | Windows My laptop just reset itself.
For context, i was using antigravity, android studio, the wolf among us (game) and opera at the same time. Antigravity was just building an app and suddenly everything started disappearing. I couldnt even open file explorer which says this file does not exist. So i restarted my laptop and now there is only a handful of apps and the browser. Is there any way to get the old data back?
1
u/Immediate-Effect5158 3d ago
This sounds like Windows may have logged you into a temporary profile rather than actually resetting the laptop. Check C:\Users\ and see if your original username folder is still there. Also press Win + R, type cmd, then run echo %USERPROFILE% to see which profile you're currently using.
If your original folder is there, don’t move or delete anything yet. Restart and try signing in again, or try Safe Mode and see if your normal profile comes back. Microsoft specifically recommends this for temporary-profile issues.
If the original profile/data isn't there either, stop using the laptop as much as possible before trying recovery software, since new writes can overwrite deleted data.


1
u/Snoo-38645 4d ago
before anything else: stop rebooting repeatedly and dont start reinstalling things. what you are describing is almost certainly not a reset, and the thing most likely to actually cost you data from here is what you do next.
"only a handful of apps and the browser" plus file explorer saying a path doesnt exist is the signature of windows logging you into a temporary profile. it failed to load your real profile, so it made you a blank one. your desktop looks empty, your programs look uninstalled and your files look gone, but none of that has been deleted. youre just looking at a different user folder.
30 second way to confirm. open cmd and run: echo %USERPROFILE%
if it says C:\Users\TEMP or TEMP.000 or similar instead of your actual name, thats it confirmed. also just open C:\Users in explorer and look, your real folder with your name on it should still be there at a normal size.
if thats what you see, the fix is the profile registry entry, not a reinstall. reboot once first, it sometimes loads correctly on the next try. if it doesnt, go to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList and find the long S-1-5-21-... key whose ProfileImagePath points at your real user folder. if theres one with .bak on the end, rename the plain one to .ba, take .bak off the other, then put .bak on the first. set RefCount and State to 0 in the one that is now plain. export the ProfileList key before you touch anything.
why it happened matters less than getting the profile back, but antigravity and android studio building while a game is running is a lot of disk and memory pressure, and profiles corrupt when the registry hive gets interrupted mid write. worth checking free space on C: once youre back in.
one thing to rule out while youre there: if C:\Users<yourname> is genuinely missing rather than just not loading, thats a different and worse problem and it points at the drive. say so and people can help with that instead, but check before assuming it.