PowerShell/Scripts/check_windows_system_files.bat
2020-06-15 15:33:24 +02:00

7 lines
79 B
Batchfile

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