PowerShell/Scripts/check_windows_system_files.bat

7 lines
79 B
Batchfile
Raw Normal View History

2020-06-15 15:33:24 +02:00
@echo off
rem start me as sysadmin
sfc /VERIFYONLY
echo DONE.
exit /b 0