If you are a Windows 10 user and have encountered the issue of CHKDSK skipping to the login screen, you're in the right place. CHKDSK is a built-in Windows utility that helps to check and repair issues with the file system and hard drive. However, sometimes it may skip the process and go straight to the login screen, leaving you puzzled. But worry not, as we have some solutions to help you fix this problem.
Method 1: Run CHKDSK from Command Prompt
One way to fix the issue is by running CHKDSK manually from the Command Prompt. Here's how:
- Press the
Windows + Xkeys on your keyboard and select "Command Prompt (Admin)" from the menu. - In the Command Prompt window, type
chkdsk C: /f /r /xand press Enter. (ReplaceC:with the drive letter where your Windows is installed.) - Wait for the process to complete. It may take some time depending on the size of your hard drive and the number of issues found.
- Once the process finishes, restart your computer and see if the issue is resolved.
Method 2: Disable Automatic Repair
Another possible solution is to disable the Automatic Repair feature. Here's how:
- Restart your computer and press the
F8key repeatedly until you see the "Advanced Boot Options" menu. - Select "Troubleshoot" and then choose "Advanced options".
- Click on "Command Prompt" to open the Command Prompt window.
- Type the following command and press Enter:
bcdedit /set recoveryenabled No - Restart your computer and check if the issue is resolved.
Method 3: Check Hard Drive for Errors
If the above methods didn't work, it's possible that your hard drive has some errors. You can use the built-in Windows tool called "Error Checking" to scan and fix these errors. Here's how:
- Open File Explorer by pressing
Windows + Eon your keyboard. - Right-click on the drive where Windows is installed (usually
C:) and select "Properties". - In the Properties window, go to the "Tools" tab and click on "Check" under the "Error checking" section.
- Follow the on-screen instructions to complete the process.
- Once the process finishes, restart your computer and see if the issue is resolved.
We hope that one of these methods helped you fix the CHKDSK skipping to the login issue in Windows 10. If you are still experiencing the problem, it might be a good idea to seek further assistance from a professional or contact Microsoft support.
| Reference | Link |
|---|---|
| Microsoft Support | https://support.microsoft.com/ |