top of page
Check For Corrupted Files Windows 11 -
if %choice%==1 goto SFC if %choice%==2 goto DISM if %choice%==3 goto FULLREPAIR if %choice%==4 goto CHKDSK if %choice%==5 goto REPORT if %choice%==6 exit
string output = process.StandardOutput.ReadToEnd(); string error = process.StandardError.ReadToEnd(); check for corrupted files windows 11
private async void BtnQuickScan_Click(object sender, EventArgs e) await RunSystemCommand("sfc /scannow", "Quick System File Checker"); if %choice%==1 goto SFC if %choice%==2 goto DISM
:CHKDSK cls echo Checking Disk for Errors... echo This may take a while... chkdsk /f /r echo. echo Press any key to return to menu... pause > nul goto MENU string error = process.StandardError.ReadToEnd()
bottom of page


