Help for this page

Select Code to Download


  1. or download this
    C:\>TASKKILL /F /IM ProgramName.exe
    
    ...
        TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*
    +"
    
  2. or download this
    C:\>TASKKILL /F /IM "My Program.exe"
    
    ...
    
    SUCCESS: The process "My Program.exe" with PID 1032 has been terminate
    +d.