# Cybersecurity Guide
October 05, 2015
[Windows] Force process termination
Misc
□ Compulsory Process termination method
○ taskkill /f pid xxx : kill using pid
○ taskkill /f im xxxx : kill using image name
□ pid and im can be identified as "tasklist"