Skip to content

ProcX is a lightweight Windows utility that allows you to terminate processes by their Process IDs (PIDs).

Notifications You must be signed in to change notification settings

47hxl-53r/Proc-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ProcX

Overview

ProcX is a small and simple program based on c++ designed to help you stop processes on your Windows system. It allows you to terminate processes by their Process IDs (PIDs).

System Requirements

  • Windows operating system
  • g++ compiler
  • No additional software or libraries are required.

Usage

  1. Compile the c++ file using the compile command below.
  2. Double-click on ProcX to run it.
  3. A window will appear with a text box.
  4. Enter the PID (Process ID) of the process you want to stop.
  5. Click the "Kill" button.
  6. The program will attempt to terminate the specified process.
  7. You'll receive a message indicating whether the process was terminated successfully or if there was an error.

Compile Command (for developers)

If you're a developer and want to compile the program, you can use the following simple command:

gcc ProcX.cpp -o ProcX.exe -mwindows -luser32 

About

ProcX is a lightweight Windows utility that allows you to terminate processes by their Process IDs (PIDs).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages