1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-24 04:38:18 +01:00

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