Author Topic: Super-Quick disk check  (Read 3601 times)

0 Members and 1 Guest are viewing this topic.

Offline Angelika

  • Sr. Member
  • ****
  • Join Date: Feb 2017
  • Posts: 307
  • Karma: -2
    • View Profile
Super-Quick disk check
« on: March 15, 2018, 07:54:46 am »
Quick disk check  . What parameter. How to run command Volume GUID: \\?\Volume{...............}. I do not remember this parameter. For example, checking 1 TB of disk takes about a minute. So really much, much faster than that:
Code: [Select]
chkdsk [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]]
Very slow SCAN 1 TB disk:
CHKDSK C: /I /C /V
« Last Edit: March 15, 2018, 08:00:53 am by Angelika »