1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-04-17 07:28:18 +02:00
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