Wingetlywingetly
← All apps

ParkControl

by Bitsumv5.5.4.4

Last updated

ParkControl is free software to display and tweak CPU core parking settings in real-time. It also has an assortment of complimentary power automation features.

Install with winget

$ winget install --id BitSum.ParkControl --exact --version 5.5.4.4

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

Silent install command for ParkControl

ParkControl uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, machine scope)
parkcontrolsetup64.exe /S

See the full silent install reference for ParkControl

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

ParkControl is free software to display and tweak CPU core parking settings in real-time. It also has an assortment of complimentary power automation features.

CPU Parking is a low-power sleep state (C6) supported by most modern processors and operating systems. It dynamically disables CPU cores in an effort to conserve power when idle. Unfortunately, this power saving comes at a price: Latency when CPUs need unparked to execute code.

Initially, core parking was controlled entirely by the operating system. The aggressive core parking of Windows led to a great deal of inefficiency during bursting CPU loads. Intel moved core parking control onto the chip in the Skylake generation, and AMD followed, but still the parameters of the Windows power plans are set to aggressively park CPU cores. Even the default ‘High Performance’ power plan is not immune. The new ‘Ultra Performance’ power plan copies what Bitsum did with our own ‘Bitsum Highest Performance’ power plan and finally disables core parking entirely.

ParkControl (and Process Lasso) not only let one more easily configure CPU core parking and frequency scaling, but also allow for dynamic entrance into a higher performance power plan. For instance, with Process Lasso, you can automatically enter ‘Bitsum Highest Performance’ will you start a game, then go back to ‘Balanced’ when you exit.

ParkControl has Dynamic Boost to allow you to set active and idle power plans. Process Lasso has a similar feature with its IdleSaver.

Installers · v5.5.4.4

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
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 ParkControl.

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 LassoBitsum
    BitSum.ProcessLassov18.3.0.34

    Real-Time CPU Optimization and Automation

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

    Real-Time CPU Optimization and Automation

  • CoreprioBitsum
    BitSum.Corepriov0.0.6.8

    Coreprio is a free, open source CPU optimization utility for the AMD 2990wx and 2970wx processors on Windows. It offers two features: (1) our implementation of AMD’s Dynamic Local Mode and (2) our new ‘NUMA Dissociater’.

More from Bitsum.

Frequently asked questions

How do I install ParkControl on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id BitSum.ParkControl --exact --version 5.5.4.4. winget downloads the installer from Bitsum and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install ParkControl silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id BitSum.ParkControl --exact 5.5.4.4 --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 ParkControl?
ParkControl uses EXE (NSIS). Run the downloaded installer with: parkcontrolsetup64.exe /S. The silent switches are /S.
How do I uninstall ParkControl via winget?
Run: winget uninstall --id BitSum.ParkControl --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from ParkControl's Apps & Features entry.
Is ParkControl free?
ParkControl is distributed under Proprietary. Refer to the publisher (https://bitsum.com/parkcontrol/) for the full license terms - Wingetly itself does not charge for installation.
Does ParkControl 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 ParkControl directly from the publisher.
How do I keep ParkControl up to date?
Run winget upgrade --id BitSum.ParkControl --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of ParkControl from microsoft/winget-pkgs.