wmic process where(description="mysqld.exe") >> mysql.logwmic process where(description="cmd.exe")wmic service where caption="zhudongfangyu" call stopservice
wmic service where name="zhudongfangyu" call stopservice
echo y|wmic process where processid=6428 call terminate 干掉pid
echo y|wmic process where name="SogouExplorer.exe" call terminate 干掉进程