mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +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 |