mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
15 lines
297 B
Batchfile
15 lines
297 B
Batchfile
|
sfc /scannow
|
||
|
dism /online /cleanup-image /checkhealth
|
||
|
pause
|
||
|
|
||
|
dism /online /cleanup-image /scanhealth
|
||
|
pause
|
||
|
|
||
|
dism /online /cleanup-image /restorehealth
|
||
|
|
||
|
echo mount Win10 ISO on E:
|
||
|
pause
|
||
|
|
||
|
dism /online /cleanup-image /restorehealth /source:e:\sources\install.esd /limitaccess
|
||
|
REM skip using win updt
|