📜  windows 10 sfc 扫描 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:48.731000             🧑  作者: Mango

代码示例1
#Windows 10 check windows file:
#proced to cmd and type:
/sfc scannow

##If you want to make this process auto then make a .bat file and type the above:
@echo off
/sfc scannow
/pause