Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

windows 10 sfc scan

#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
 
PREVIOUS NEXT
Tagged: #windows #sfc #scan
ADD COMMENT
Topic
Name
9+5 =