What should I do if Win7 prompts that Windows has encountered a critical problem and will automatically restart in one minute? Many Win7 users have encountered a system prompt as soon as they turn on the computer: Windows has encountered a critical problem and will automatically restart in one minute. Please Instantly save your work in question. How to solve this?
Introduction to solution steps: (Recommended learning: PHP video tutorial)
1, Disconnect the network in the lower right corner of the computer.
Press WIN R at the same time to open the "Run" command window.
2. Double-click inside, enter the "cmd" command and press the "Enter" key to open the administrator window.
Or click "Start" in the lower left corner - find "Accessories" - "Command Prompt".
3. Enter the "sfc/verifyonly" command in the administrator window and press Enter to start scanning the system.
Note: You can use the mouse to copy the sfc/verifyonly section and right-click and paste it into the command prompt.
4. After the scan, if "Resource Protection Found Integrity Violation" appears, it is the key reason for the computer restart problem( Because my computer has been repaired, it shows not found this time).
5, Then continue to enter the "sfc/scannow" command later - press Enter - start repairing - it will take a few minutes.
Note: You can use the mouse to copy the sfc/scannow section and right-click and paste it into the command prompt.
6, After the repair is completed, restart the computer to see if this situation will not happen again. If it still happens, you can enter shutdown-a in the management window now. The command forces the restart to be canceled.
For more PHP related technical articles, please visit the PHP Graphic Tutorial column to learn!
The above is the detailed content of Windows shuts down after critical 1 minute. For more information, please follow other related articles on the PHP Chinese website!