Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[CMDUTILS] Implement /t (tree) parameter in taskkill. CORE-15998

Open khanhnt2 opened this issue 5 years ago • 2 comments

Purpose

I have reversed taskkill in Windows and see it may use WMI via COM but I don't know how to implement it so I just use CreateToolhelp32Snapshot API to list child processes.

JIRA issue: CORE-15998

Proposed changes

Describe what you propose to change/add/fix with this pull request.

  • Use CreateToolhelp32Snapshot API to list child processes.
  • Use an array pkill_list to contain process id then iterate it to kill processes.

khanhnt2 avatar Mar 01 '20 08:03 khanhnt2