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