Wingetlywingetly
← All apps
P

ProcessCap

by Azat Tazayanv1.0.0

Last updated

Launch Windows applications with configurable CPU affinity and memory limits.

Install with winget

$ winget install --id tazayan.ProcessCap --exact --version 1.0.0

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

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

ProcessCap launches a Windows executable inside a Windows Job Object and applies configurable processor-affinity and total job-memory restrictions to the application and its child processes. Limits apply immediately and do not require a system restart.

Installers · v1.0.0

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
userDirect
x64ZIP
archive
userDirect
arm64ZIP
archive
userDirect

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 ProcessCap.

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

  • Process ExplorerSysinternals
    Microsoft.Sysinternals.ProcessExplorerv17.13

    Process Explorer shows you information about which handles and DLLs processes have opened or loaded.

  • Process LassoBitsum
    BitSum.ProcessLassov18.2.3.42

    Real-Time CPU Optimization and Automation

  • Process MonitorSysinternals
    Microsoft.Sysinternals.ProcessMonitorv4.05

    Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity.

  • LockHunterCrystal Rich Ltd
    CrystalRich.LockHunterv3.4.3.146

    A foolproof file unlocker

  • Process Lasso (Beta)Bitsum
    BitSum.ProcessLasso.Betav18.3.0.27

    Real-Time CPU Optimization and Automation

  • P
    procgovSebastian Solnica
    LowLevelDesign.ProcessGovernorv4.1.26190

    Process Governor allows you to put various limits on Windows processes.

More from Azat Tazayan or browse cpu-affinity, job-object, memory-limit.

Frequently asked questions

How do I install ProcessCap on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id tazayan.ProcessCap --exact --version 1.0.0. winget downloads the installer from Azat Tazayan and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install ProcessCap silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id tazayan.ProcessCap --exact 1.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall ProcessCap via winget?
Run: winget uninstall --id tazayan.ProcessCap --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from ProcessCap's Apps & Features entry.
Is ProcessCap free?
ProcessCap is distributed under MIT. Refer to the publisher (https://github.com/tazayan/ProcessCap) for the full license terms - Wingetly itself does not charge for installation.
Does ProcessCap 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 ProcessCap directly from the publisher.
How do I keep ProcessCap up to date?
Run winget upgrade --id tazayan.ProcessCap --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of ProcessCap from microsoft/winget-pkgs.