Page Contents
Why “Your PC ran into a problem…” error happen?
This error happened mostly when your PC turn off suddenly without proper shutdown. The other possibility is when you plugin an external drive or USB drive that not compatible with your hardware. My laptop running Windows 10 Pro edition, the laptop’s battery already dead, only last several seconds before the laptop turn off, at that time I forgot to plugged in the charger and got into this trouble 🙂
How to solve this problem?
Before try any solution below please try turn off the PC, wait for 1-2 minutes and turn it back on. Most of the time the problem will resolved.
1. Copy config file from last known good configuration
This is actually little bit complex steps but it’s worth to try:
On my case it straight goes to command prompt, some people report that they ask for username and password, just enter your windows username and the password.
I was in X: drive after click command prompt. You have to change to drive where your Windows folder exist. In my case C: drive, it could be D: or other drive, just make sure you have windows folder.
On the command prompt window:
Make backup folder contain your config files.
Go to c drive
x:windowssystem32> cd c:
go to c:windowssystem32config>
c:> cd windowssystem32config
make a backup folder:
c:windowssystem32config> md backup
Copy all item in current folder(config) into backup folder
c:windowssystem32config> copy *.* backup
There about 10 files copied from config folder to backup folder.
Copy all files from Regback to Config
c:windowssystem32config>cd Regback
c:windowssystem32configregback>copy *.* ..
It should copy 9-11 item to config folder, choose overwrite when asking.If you found not copy anything, it means your Regback folder is empty as mine, you should try solution no:2.
After completed try to restart your computer should back to normal.
2. Run checkdisk command on drive that contain Windows folder