Added check_windows_system_files.bat

This commit is contained in:
Markus Fleschutz 2020-06-15 15:33:24 +02:00
parent 342e699f40
commit a128f2f49c

View File

@ -0,0 +1,7 @@
@echo off
rem start me as sysadmin
sfc /VERIFYONLY
echo DONE.
exit /b 0