P
petrula
Guest
Microsoft Windows 10 Pro (64-bit)
Version: 1903, OS Build: 10.0.18362
UEFI BIOS
GPT NTFS 6TB Disks
Goal: I want to run ALL the chkdsk stages (i.e. stage 1, stage 2, etc.) entirely offline for my system partition C:, and data partition D:
In Windows 10, I open cmd using Run as administrator.
The following commands run some of the stages online and the remaining stages offline.
"chkdsk c: /r"
"chkdsk d: /r"
"chkdsk c: /r /offlinescanandfix"
"chkdsk d: /r /offlinescanandfix"
What is the proper set of parameter to make everything (stage 1, stage 2, etc.) occur offline?
And to not have it ask the [Y/N] question?
By-the-way, it is unclear what "/offlinescanandfix" by itself does.
See chkdsk command.
Is it doing "/f"?
"chkdsk c: /offlinescanandfix"
"chkdsk d: /offlinescanandfix"
Thanks in advance.
More...
Version: 1903, OS Build: 10.0.18362
UEFI BIOS
GPT NTFS 6TB Disks
Goal: I want to run ALL the chkdsk stages (i.e. stage 1, stage 2, etc.) entirely offline for my system partition C:, and data partition D:
In Windows 10, I open cmd using Run as administrator.
The following commands run some of the stages online and the remaining stages offline.
"chkdsk c: /r"
"chkdsk d: /r"
"chkdsk c: /r /offlinescanandfix"
"chkdsk d: /r /offlinescanandfix"
What is the proper set of parameter to make everything (stage 1, stage 2, etc.) occur offline?
And to not have it ask the [Y/N] question?
By-the-way, it is unclear what "/offlinescanandfix" by itself does.
See chkdsk command.
Is it doing "/f"?
"chkdsk c: /offlinescanandfix"
"chkdsk d: /offlinescanandfix"
Thanks in advance.
More...