@@ -500,8 +500,3 @@ class WinService extends WscriptShell
}
};
-
-$a = new WscriptShell();
-$cmd = 'cmd.exe /C sc query phpStudySrv > 1.txt';
-$cmd = 'sc stop phpStudySrv';
-print($a::Run($cmd,0,1));