PowerShell/Scripts/check-windows-system-files.bat
2021-02-16 19:07:52 +01:00

7 lines
79 B
Batchfile
Executable File

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