How to check which files are corrupted in PowerShell
I often run chkdsk /f X:(X here stands for actual drive letters), to check and fix filesystem errors, but it doesn’t report which files are corrupted. I use PSCore7.1 on Windows 10 20H2 x64, I want to …