任务管理器查询mighost.exe程序的PID(如20088代入命令行OID)
CMD 命令行查询
wmic process where Processid=PID get ParentProcessid
如20088 代入 PID
(wmic process where Processid=20088 get ParentProcessid)
查询返回的PID所对应的程序,结束该程序的进程树。
查询到的旧程序
任务管理器查询mighost.exe程序的PID(如20088代入命令行OID)
CMD 命令行查询
wmic process where Processid=PID get ParentProcessid
如20088 代入 PID
(wmic process where Processid=20088 get ParentProcessid)
查询返回的PID所对应的程序,结束该程序的进程树。
查询到的旧程序