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

PowerShell: Setting WSUS Registry Setting On/Off for Client Windows

# setWsusOnOff.ps1function setWsus{ param( [switch]$on, [switch]$off ) function wuRegistryIsOn{ # Check if this machine has…

Remote Desktop Error Code 0x8000FFFF

Symptom: Terminal-Services-ClientActiveXCore Event ID 226 on RDP Server: rdpclient_ssl: an error was encountered when transitioning…

Windows Backup Tools

Legacy "NTBACKUP" - file-based, automatically installed with Windows   Scheduled task short-cut: taskschd.msc (Windows 2008…