👨‍🏫 Tutorial How to Disable the Annoying Check Disk (CHKDSK) on Windows Startup

NJNS2022

Journeyman
Hello mga ka-PHC!

Ever turn on your computer and get stuck on that blue screen saying it's "Scanning and Repairing Drive C:"? This is the Windows Check Disk utility, or chkdsk. While it's a useful tool for fixing disk errors, sometimes it can run on every single boot-up, which can be very annoying, especially when you're in a hurry.
1758011828500.webp


This tutorial will show you how to disable it. Let's get started!


⚠️ Quick Warning

Before we begin, it's important to understand why Check Disk runs. It usually happens after an improper shutdown (like a power outage or forcing your PC off) or if your hard drive might actually have some issues.
Disabling it is like ignoring your car's "check engine" light. It stops the annoyance, but it might hide a real problem. It's best to let it run completely at least once. If it keeps happening, you might want to check your hard drive's health.


Method 1: Using the Command Prompt (The Easy Way)

This is the fastest and safest method. You're telling Windows to exclude a specific drive from being automatically checked at startup.
  1. Open Command Prompt as an Administrator.
    Click the Start Menu, type cmd, then right-click on "Command Prompt" and select "Run as administrator".
  2. Type the Command.
    To disable the automatic check for your C: drive, type the following command and press Enter: chkntfs /x C:
    • chkntfs is the command to check an NTFS drive.
    • /x tells Windows to exclude or disable the automatic check.
    • C: is the drive letter.
  3. Done!
    That's it. The next time you restart, Windows should skip the disk check for that drive.
What if you have other drives (D:, E:, etc.)?
You can disable the check for multiple drives at once. Just list them in the command like this:
chkntfs /x c: d: e:


How to Re-enable Check Disk?
If you want to turn the automatic check back on, you can restore the default settings.
  1. Open Command Prompt as an Administrator again.
  2. Type this command and press Enter:
    chkntfs /d
    The /d switch restores the machine to its default behavior.

I hope this guide helps you out! Stay safe and happy computing! 👍

~NJNS2022
 

About this Thread

  • 2
    Replies
  • 88
    Views
  • 3
    Participants
Last reply from:
Markmayat25

Online now

Members online
1,068
Guests online
1,237
Total visitors
2,305

Forum statistics

Threads
2,287,237
Posts
29,043,208
Members
1,216,429
Latest member
danpatacsil
Back
Top