PowerShell/Scripts/check_windows_system_files.bat
2020-06-18 18:00:36 +00:00

7 lines
79 B
Batchfile
Executable File

@echo off
rem start me as sysadmin
sfc /VERIFYONLY
echo DONE.
exit /b 0