File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ function Invoke-WPFSystemRepair {
55 Checks for disk failure using Chkdsk
66
77 . DESCRIPTION
8- 1. Chkdsk - Checks for disk errors, which can cause system file corruption and notifies of early disk failure
9- 2. SFC - scans protected system files for corruption and fixes them
10- 3. DISM - Repair a corrupted Windows operating system image
8+ 1. SFC - scans protected system files for corruption and fixes them
9+ 2. DISM - Repair a corrupted Windows operating system image
1110 #>
1211
13- Start-Process cmd.exe - ArgumentList " /c chkdsk /scan /perf" - NoNewWindow - Wait
1412 Start-Process cmd.exe - ArgumentList " /c sfc /scannow" - NoNewWindow - Wait
1513 Start-Process cmd.exe - ArgumentList " /c dism /online /cleanup-image /restorehealth" - NoNewWindow - Wait
1614
You can’t perform that action at this time.
0 commit comments