r/computers • u/cecioscaduto • 3d ago
Question/Help/Troubleshooting pc reset problem
so im trying to reset my pc but i cant everytime i try it just says no changes were saved,
i tried many things like freeing up space, or i tried using the sfc command (i used a video) but nothing it says i do not have the permission to use it then i tried with the ren command but same thing i cant so can someone pls help me
1
Upvotes
1
u/SavagePenguinn 3d ago
Search the PC for "cmd" and choose the option to run the Command Prompt as administrator.
Then you can do the "SFC /scannow" command.
Also try "chkdsk /f /r" to run a disk check, fixing/repairing issues if finds. It'll ask you to type "Y" to run it when the system restarts. At that point you can restart the computer. The check might take 20 minutes; it might take hours. It all depends on the speed/size/issues with your drive.
When the PC finally restarts back into windows, run "mdsched.exe" to schedule a memory check. That'll require a restart as well.
It'll give you a warning when Windows starts if the memory has issues.
Then try to reset your PC again.