No description
This repository has been archived on 2026-03-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-11-02 20:33:12 -05:00
src this is a mess but I can't be bothered 2025-11-02 20:33:12 -05:00
.gitignore Initial commit from local repo 2025-09-04 03:12:32 -04:00
build.sh update readme 2025-10-30 20:25:32 -04:00
README.md update readme 2025-10-30 20:25:32 -04:00
taskmngr.pro this is a mess but I can't be bothered 2025-11-02 20:33:12 -05:00

7sTaskMngr

Windows Vista/Windows 7 Task Manager ported to Qt, component of Sevulet

⚠️ WARNING: This application is under heavy development and considered not ready for regular use. ⚠️

Building

To build, you'll need Qt6 installed, as well as MSYS2 on Windows. Then, either run ./build.sh/./build.bat, or run these commands:

mkdir build
cd build
qmake6 ..
make

If you need help setting up a proper build environment, check out this snippet here.