Posted On July 18, 2022

How to Disable Disk Checking on Windows Bootup

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Disable Disk Checking on Windows Bootup

Run CMD or PowerShell as Administrator

Issue this command to exclude checking of Systems volume

chkntfs /x c:

To exclude other volumes, simply rerun the above command in this format

chkntfs /x {driveLetter}:

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to configure IPMonitor for a server

After enabling the SNMP service via Server Manager > Features, go into Services and locate…

PortQuery GUI Version

It's always a good idea to verify that there's nothing on the network and application…

Penetration Testing of Active Directory

Foreword: the following information is intended as educational contents and advisories on security topics. Please…