sfc /scannow "/System File Checker (sfc)"

System File Checker (sfc)
Scans and verifies the versions of all protected system files after you restart your computer.
Syntax
sfc [/scannow] [/scanonce] …

Deprecated: Function eregi() is deprecated in …

find:
PHP Code:
//set the level of error reporting
error_reporting(E_ALL & ~E_NOTICE);
replace with:
PHP Code:
//set the level of error reporting
error_reporting(E_ALL & …

Page 1 of 11