Back to Index Page

Windows Utilities

KillProcess 4.3



Tell your Friends about KillProcess 4.3



KillProcess 4.3 Menu

Fast Track
What's New in KillProcess 4.3
Awards of KillProcess 4.3
Feedback about KillProcess 4.3
Download Counters of KillProcess
Support of KillProcess 4.3
Download KillProcess 4.3 animated-download

Safe Use of KillProcess 4.3
TGMDev KillProcess History

Kill Process

Process Enumeration
Process Data
Scan and Kill Processes
Process Context Menu
Command-Line Mode
Event Logging
Database Maintenance
KillProcess 4.3 Stress Testing

Animated Icon from animatedimages.org

About KillProcess 4.3    
Language:Visual C++
IDE:Visual Studio 2019
Microsoft
App. Version:4.3
Appl. Size:8.12 MB
8.520.192 bytes
Creation Date:30-May-2020 15:17:59
GMT+1
Link Type:Statically Linked
Installer Size:3.02 MB
3.170.152 bytes
Installer Date:‎30-May-2020 15:30:06
GMT+1




Thanks for bringing support to TGMDev
through PayPal Donations...


      Windows Processes Enumeration

KillProcess 4.3 uses the standard and recommended way to enumerate the process(es) currently running in a computer with Windows 7, Windows 8 or Windows 10.

KillProcess 4.3
<

Remember that the process enumeration represents the situation at the time the snapshot is taken. If a new the process starts after the enumeration takes place, it does not appear in the application control. But, at anny time, process list can be updated by clicking the button 'Refresh' on the Ribbon Bar.

Refresh ProcessEnumeration in KillProcess 4.3


The actual processes enumerated by KillProcess 4.3 depends on the OS and on the user privileges. Complete Process Enumeration is possible when Running as an Administrator.

There are two ways to switch to the Administrator privilege:
  • Right-Click KillProcess.exe in Windows Explorer and Select the Menu 'Run as administrator'

    Run KillProcess 4.3 as Admin


  • Select the Ribbon Category 'Advanced' and Click the Button 'Run as Admin' to Switch to Administrator Mode

    Run KillProcess 4.3 as Admin

Notice that you need to confirm the switch to Admin Mode ...

Switch to Admin Mode

Notice the amount of processes enumerated in Admin Mode (Click on the image to enlarge)

Run KillProcess 4.3 in Admin Mode


Watch Out !!! In Admin Mode, All Critical Processes are Listed ...
Killing Critical Process could lead to a Forced Computer Reboot or a Blue Screen Crash ...


Processes Enumeration: How it works



They are several ways to enumerate processes running in Windows space:
  • the Process Status Helper (PSAPI) library
  • the ToolHelp32 API
  • the undocumented ZwQuerySystemInformation function
  • the performance counters
  • the WMI (Windows Management Instrumentation) interface

KillProcess 4.3 uses the function ZwQuerySystemInformation to perform this enumeration.