mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-22 21:58:42 +01:00
Added check_windows_system_files.bat
This commit is contained in:
parent
342e699f40
commit
a128f2f49c
7
Scripts/check_windows_system_files.bat
Normal file
7
Scripts/check_windows_system_files.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
rem start me as sysadmin
|
||||
|
||||
sfc /VERIFYONLY
|
||||
|
||||
echo DONE.
|
||||
exit /b 0
|
Loading…
Reference in New Issue
Block a user