mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
7 lines
79 B
Batchfile
Executable File
7 lines
79 B
Batchfile
Executable File
@echo off
|
|
rem start me as sysadmin
|
|
|
|
sfc /VERIFYONLY
|
|
|
|
echo DONE.
|
|
exit /b 0 |