Pemindaian Windows 10 SFC

#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
Xabos