Wingetlywingetly
← All apps

QTop

by Code-iXv1.0.0

Last updated

Elevated Windows process manager.

Install with winget

$ winget install --id Code-iX.QTop --exact --version 1.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for QTop

QTop uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i QTop-1.0.0-x64.msi /quiet /norestart

See the full silent install reference for QTop

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

QTop is a Windows desktop process manager focused on quick triage. It shows all processes as an expandable parent/child tree with icons, CPU %, CPU time, memory, and instance counts, and categorizes them into Apps, Background, Services, and Windows/System with filter pills showing live match counts and total CPU %. It supports fast search across process name, PID, executable path, and service names, a detail panel with command line, user/session, integrity level and version metadata, and a safe kill flow with graceful close for apps, force kill with process tree, and PID-reuse protection. The app requires administrator rights when launched.

Installers · v1.0.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for QTop.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • QConvertCode-iX
    Code-iX.QConvertv1.0.2

    Fast image conversion and editing from Windows Explorer.

  • QTilesCode-iX
    Code-iX.QTilesv1.0.1

    Visual georeferencing and XYZ tile rendering for Windows.

  • B
    BrieffensterCode-iX
    Code-iX.Brieffensterv1.0.1

    Brieffenster creates print-ready PDF letters for window envelopes.

  • QNetworkCode-iX
    Code-iX.QNetworkv1.0.1

    Live per-process network traffic monitor.

  • System InformerWinsider Seminars & Solutions, Inc.
    WinsiderSS.SystemInformerv4.0.26241.138

    System Informer is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

  • HWiNFO®Martin Malik, REALiX s.r.o.
    REALiX.HWiNFOv8.50

    Comprehensive Hardware Analysis, Monitoring and Reporting for Windows and DOS.

More from Code-iX or browse kill, monitor, process.

Frequently asked questions

How do I install QTop on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Code-iX.QTop --exact --version 1.0.0. winget downloads the installer from Code-iX and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install QTop silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Code-iX.QTop --exact 1.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for QTop?
QTop uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i QTop-1.0.0-x64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall QTop via winget?
Run: winget uninstall --id Code-iX.QTop --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from QTop's Apps & Features entry.
Is QTop free?
QTop is distributed under MIT. Refer to the publisher (https://github.com/Matt-17/QTop) for the full license terms - Wingetly itself does not charge for installation.
Does QTop work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls QTop directly from the publisher.
How do I keep QTop up to date?
Run winget upgrade --id Code-iX.QTop --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of QTop from microsoft/winget-pkgs.