ParkControl is free software to display and tweak CPU core parking settings in real-time, among other features.
[64-bit] [32-bit]
now supports Power Modes!
Also try Process Lasso!
Tame unruly background processes
Set persistent CPU affinities and priorities
Automate power plans
ParkControl Pro
- Bitsum Dynamic Boost
Automatically switch power plans when your PC enters and leaves the idle state - Power Plan change Notifications
Notifications of when and what process changed your active power plan (image) - Support Bitsum’s Independent Innovation
Your support enables us to create new tools, and maintain our existing ones!
Entire Home licenses allow installation on up to 5 PCs based in the same home. Lifetime licenses are one-time payments for all future updates.
Introduction to CPU Core Parking
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.
Efficacy
Empirical evidence shows that disabling core parking can make a real difference in system performance. There are many factors that will determine precisely how effective it will be for a given situation. However, generally, Windows is too aggressive in its core parking, resulting in high latency during bursting CPU loads, stemming from the CPU cores needing to be unparked to handle the load. Since bursting CPU loads are the most common type for many workloads, core parking can be a substantial drag on system performance and responsiveness.
How to Restore Defaults
Any changes you make with ParkControl are easily reverted. To restore the default power plan settings:
- Click ‘Power Options’ in the ParkControl app
- Select the Power Profile you modified
- Click ‘Restore default settings for this plan’
- Repeat for all modified power plans
Changing Parking Settings Using PowerCfg.exe
You can also change these settings via Window’s Powercfg.exe. You must run this utility with elevated rights, so be sure to open an elevated console window by right-clicking ‘cmd.exe’ and selecting ‘Run as Administrator’.
Note that these commands adjust the currently active power profile. You can adjust specific ones by using their GUID, or switching to them prior to running these commands.
First, backup ALL your Power Settings by creating a dump of everything to a TXT file. It is unlikely you will ever need this, but…
powercfg /qh > powerconfig.txt
To mandate 50% of available cores always remain unparked, run:
powercfg -setacvalueindex scheme_current sub_processor 0cc5b647-c1df-4637-891a-dec35c318583 50
To adjust it so that only 25% of available cores remain active at all times, allowing 75% of available cores to be parked, you’d run:
powercfg -setacvalueindex scheme_current sub_processor 0cc5b647-c1df-4637-891a-dec35c318583 25
‘0’ <zero> indicates to park as many CPU cores as possible.
To enable maximum use of CPU Parking for the power profile you are currently using:
powercfg -setacvalueindex scheme_current sub_processor 0cc5b647-c1df-4637-891a-dec35c318583 0
To disable CPU Parking completely for the power profile you are currently using, you’d want to run:
powercfg -setacvalueindex scheme_current sub_processor 0cc5b647-c1df-4637-891a-dec35c318583 100
All the above configure core parking while the system is plugged into AC power. For DC (battery) power, core parking is usually forced, but to configure it you would instead use ‘-setdcvalueindex’.
APPLY New Settings, NOW!
After changing the power scheme settings for CPU Parking as desired, you then want to make the changes active by running the command:
powercfg -setactive scheme_current
With ParkControl, a reboot is NOT required for these changes to take effect – in contrast to direct registry edits or other core parking software.
After applying tweaks, check the Windows Resource Monitor (resmon.exe) and verify that CPU Parking is indeed as you intend,
How to Show Core Parking Options in Advanced Power Options
This gets tricky because not all settings apply to all models. There is, however, a general ON/OFF switch that DOES apply to all CPU models. Below we’ll present the most commonly used simple ON/OFF core parking switch, and how to show it in the Windows Advanced Power Options without any registry edits!
Execute the following commands to hide or un-hide the primary ON/OFF switch for core parking in the power plans.
Show Core Parking Settings:
powercfg -attributes SUB_PROCESSOR 0cc5b647-c1df-4637-891a-dec35c318583 -ATTRIB_HIDE
Hide Core Parking Settings:
powercfg -attributes SUB_PROCESSOR 0cc5b647-c1df-4637-891a-dec35c318583 +ATTRIB_HIDE
Core Parking and Intel Skylake and Above
Due to the inefficiencies of OS managed core parking, Intel took over core parking in Skylake and above. These thus have different core parking settings. The most important may simply be the ON/OFF switch of it’s Autonomous Mode, though there is also an aggressiveness %.
Autonomous Mode turns on/off the CPU’s ‘smart parking’, but does NOT turn off OS managed core parking. To do that, use ParkControl or the usual ways.
Unhide Skylake+ Core Parking Settings without direct registry edits (real-time, no reboot required!):
powercfg -attributes SUB_PROCESSOR 8baa4a8a-14c6-4451-8e8b-14bdbd197537 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 36687f9e-e3a5-4dbf-b1dc-15eb381c6863 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 4e4450b3-6179-4e91-b8f1-5bb9938f81a1 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR cfeda3d0-7697-4566-a922-a9086cd49dfa -ATTRIB_HIDE
Re-hide Skylake+ Core Parking Settings without direct registry edits (real-time, no reboot required!):
powercfg -attributes SUB_PROCESSOR 8baa4a8a-14c6-4451-8e8b-14bdbd197537 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 36687f9e-e3a5-4dbf-b1dc-15eb381c6863 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 4e4450b3-6179-4e91-b8f1-5bb9938f81a1 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR cfeda3d0-7697-4566-a922-a9086cd49dfa +ATTRIB_HIDE
Importantly, Skylake added an ‘Autonomous’ mode that you turn on or off to disable core parking. Within this is a percentage to adjust it’s aggressiveness.
8baa4a8a-14c6-4451-8e8b-14bdbd197537 – Processor performance autonomous mode (Enable/Disable) Specify whether processors should autonomously determine their target performance state.
36687f9e-e3a5-4dbf-b1dc-15eb381c6863 – Processor energy performance preference policy (Percent) Specify how much processors should favor energy savings over performance when operating in autonomous mode.
cfeda3d0-7697-4566-a922-a9086cd49dfa – Processor autonomous activity window (Microseconds) Specify the time period over which to observe processor utilization when operating in autonomous mode.
4e4450b3-6179-4e91-b8f1-5bb9938f81a1 – Processor duty cycling Specify whether the processor may use duty cycling.
Click here for AnandTech’s excellent article on Skylake.
Click here for all pertinent power GUIDs at this time (Skylake and legacy)
There are also a few other sub-GUIDs that we have yet to fully research. To unhide them in the Advanced Power Options of Windows, use (remember, these may do nothing on your CPU model!):
Execute the following commands to hide or un-hide the primary ON/OFF switch for core parking in the OS:
Show Unresearched Advanced Options
powercfg -attributes SUB_PROCESSOR 06cadf0e-64ed-448a-8927-ce7bf90eb35d -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 12a0ab44-fe28-4fa9-b3bd-4b64f44960a6 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 40fbefc7-2e9d-4d25-a185-0cfd8574bac6 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 4b92d758-5a24-4851-a470-815d78aee119 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 7b224883-b3cc-4d79-819f-8374152cbe7c -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 943c8cb6-6f93-4227-ad87-e9a3feec08d1 -ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 619b7505-003b-4e82-b7a6-4dd29c300971 -ATTRIB_HIDE
Hide Unresearched Advanced Options
powercfg -attributes SUB_PROCESSOR 06cadf0e-64ed-448a-8927-ce7bf90eb35d +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 12a0ab44-fe28-4fa9-b3bd-4b64f44960a6 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 40fbefc7-2e9d-4d25-a185-0cfd8574bac6 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 4b92d758-5a24-4851-a470-815d78aee119 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 7b224883-b3cc-4d79-819f-8374152cbe7c +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 943c8cb6-6f93-4227-ad87-e9a3feec08d1 +ATTRIB_HIDE
powercfg -attributes SUB_PROCESSOR 619b7505-003b-4e82-b7a6-4dd29c300971 +ATTRIB_HIDE
FAQ
You do not need it, but you may choose to also have it installed.
ParkControl offers these additional functions:
- A real-time system tray icon showing CPU core parking status
- Easy access to CPU core parking settings
- Power profile change notifications
Yes, they can be run together just fine. They are designed to. Do you need ParkControl though? Well, you already have ‘Bitsum Highest Performance’ power plan, and it can be automated via ‘Performance Mode’ and other mechanisms. You further have a non-system-tray ParkControl listed in the Tools menu of Process Lasso. The stand-alone distribution of ParkControl is for those who do not want to pay for, or use, a full-blown Process Lasso installation. The only other benefit to ParkControl is a system tray icon that dynamically changes when cores park, and perhaps easier access to quick core parking tweaks.
The overlays are ‘Power Modes’ of Balanced. See this post.
You can escape them and go back to traditional power plans by creating a new power plan in the Windows settings, then switching to it.
However, it is recommended that you instead tweak your overlay(s) to act like Bitsum Highest Performance, disabling core parking and frequency scaling.
Switching to Power Modes
Users can switch to Power Modes (overlays) by entering the ‘Balanced’ power plan, then opening the System Power settings and selecting one of the three Power Modes, as shown below. Alternatively, the battery icon in the tray can be used to select a Power Mode. After doing this, restart ParkControl for them to show up.
See this post for more information.
When your PC goes Idle, Dynamic Boost switches to ‘Power Saver‘. If you do not want your PC to sleep, you need to change that setting for the Power Saver power plan. To do this, open ‘Power Options‘, find ‘Power Saver‘, and edit it. You can also switch to it, then change the sleep settings in their separate config area in Windows.
CPU core parking and frequency scaling can have a dramatic impact on real-time performance of bursting loads like audio/video, gaming, VOIP, and more. That is a big reason we have made such a ‘fuss’ over them. It was nice to be ‘vindicated’ by Intel, who has moved core parking control to the hardware in new CPU generations because the OS’s management was so sub-optimal. As long as they retain the ability to disable core parking, and I’m sure they will, it should be a good change. Microsoft seemed to focus entirely on battery life in recent years, leaving performance to suffer, particularly for desktop users.
No, direct registry edits are not advisable. ParkControl makes these changes the correct way. The storage of the settings is backed in the registry, but why would you go hacking around in there when you can make these changes the right way and not risk damage? ParkControl’s changes to the system power plans are persistent, they don’t go away.
Check for any other energy (or ‘power’) related apps, and, if found, change them to something other than ‘Balanced’.
In other cases, you may need to escape the Balanced power mode. Go to the Windows Power Options and select ‘Create a new power plan’ to finish creation of a new power plan. Afterwards, restart ParkControl and it may now have the capability to modify the settings.
First, if you never saw your CPU cores park, then it may be that your system just doesn’t support core parking. If you have seen your cores park in the past, but aren’t seeing parking activity, double check with the Task Manager or Resource Monitor (resmon.exe) to make sure it is not just a display error in the ParkControl GUI.
ParkControl changes settings of the Windows power plans based on your selections. These changes persist even if ParkControl is not running or uninstalled. For system defined power plans, you can reset to defaults in the Windows Power Options (linked to from the ParkControl GUI).
First, ensure that you are using the right activation code. You can use any name. Do not confuse the ‘purchase key’ on the invoice with the activation code. They are the same format.
Otherwise, failure could be caused by a temporary network problem, or prior use of a pirated copy of our software that modified your system HOSTS file, preventing resolution of our servers.
Try installing Process Lasso from https://bitsum.com/. It will alert you if the HOSTS file was modified. If you don’t see a warning, then it wasn’t the cause. You can later uninstall Process Lasso.
Guidance also here: https://bitsum.com/activation-help/
If it continues to fail, contact us and we’ll refund your purchase.
ParkControl is normally used to disable core parking to achieve a performance boost, not enable it. Enabling core parking can cause performance problems with some CPUs, depending on how aggressive the parameters are. That said, yes, you can save energy by enabling core parking, but we recommend only doing that in select power plans, such as Power Saver.
Need More? Get Process Lasso!
Real-Time CPU Optimization and Automation
Process Lasso’s ProBalance technology helps maintain system responsiveness in the face of high loads. Background processes are kept in check and lags are reduced.
ParkControl Revision History
v3.0.1.2 – Jan 23, 2023
(1) Fix 'Show park settings in Windows Power Options' checkbox was dysfunctional in last version
v3.0.0.38 – Nov 10, 2022
- Support for Balanced Power Modes (overlays)
- Refactor Dynamic Boost feature
- Assortment of other enhancements
(3) Add support for Balanced Power Modes (overlays) (11) Refactored Dynamic Boost internals (13) Enhance update package integrity check (13) Show CPU Utility % instead of Time % on core utilization graphs, when available (17) Add support for topologies where a NUMA node contains more than 64 logical cores, spanning multiple groups (e.g. 3995wx on Win10 21H1+) (17) Add Dynamic Boost option to disable when device is in Battery Saver mode, defaults ON (17) Add Dynamic Boost option to disable when device on battery power (DC), defaults OFF (17) In free edition, allow Dynamic Boost config to be opened, but not enabled (25) Add app menu to main window (27) During uninstall on overlay systems, change to 'Better Battery' (mid) overlay (31) Add power line (AC/DC) and Battery Saver status (33) Cosmetic work (33) Allow defaults to be restored for power overlays (33) Limit unhide of core parking options specifically to that setting (33) On Win10 also unhide class 1 parking settings when unhide option checked (not applicable to Win11) (33) Hide install BHP syslink control on power mode systems (33) Add description to Dynamic Boost config dialog
ParkControl
для Windows
ParkControl — простенькая бесплатная утилита, которая позволяет настраивать отдельные параметры центрального процессора для наилучшей производительности вашего компьютера при разной нагрузке. Тут доступна регулировка таких опций как:
- парковка AC, парковка DC — минимальное число ядер (в %), которые должны оставаться незапаркованными (активными),
- частота пересчета AC, частота пересчета DC — минимальная частота центрального процессора (в %).
По умолчанию в программу уже встроено 9 основных режимов работы центрального процессора: высокая производительность, оптимизированный, сбалансированный, экономия энергии, игровой режим и т.д. Для каждого из них установлены свои показатели параметров в процентном соотношении. При желании вы можете их изменить, передвинув бегунок или прописав новые цифры.
В качестве дополнительной информации отображается частота процессора, количество его ядер и текущий статус припарковки.
Что нового в ParkControl 2.1.0.32?
- Исправлены ошибки
ТОП-сегодня раздела «Настройка, оптимизация»
CCleaner 6.08.10255
CCleaner — популярное приложение для оптимизации ПК, чистки реестра и удаления различного…
MSI Afterburner 4.6.4
MSI Afterburner — настоящая находка для истинного оверклокера, с помощью которой можно…
Mem Reduct 3.4
Mem Reduct — небольшая портативная утилита, которая позволяет высвободить до 25% используемой…
CCleaner Portable 6.08.10255
CCleaner Portable — портативная (переносная, не требующая инсталляции на компьютер) версия утилиты CCleaner для чистки системного мусора…
Win 10 Tweaker 19.3
Простой в использовании твикер для Windows, с помощью которого можно быстро и легко…
Reg Organizer 9.10
Reg Organizer — мощная программа, позволяющая следить за состоянием системного реестра и…
Отзывы о программе ParkControl
maksim про ParkControl 1.5.0.12 [14-12-2021]
она вообще не нужна,так как эту парковку можно включить в ручную
5 | 5 | Ответить
vbif про ParkControl 1.2.7.6 [23-03-2018]
добавьте portable пж очень нужно
28 | 31 | Ответить
Heckfy про ParkControl 1.2.7.6 [07-03-2018]
Нет русского
24 | 29 | Ответить
Greeny про ParkControl 1.2.7.2 [16-08-2017]
Эти настройки можно провести вручную в настройках электропитания
40 | 76 | Ответить
SHAULK про ParkControl 1.2.1.6 [28-01-2017]
Этот функционал есть в Process Lasso?
22 | 37 | Ответить
Bitsum ParkControl — это функциональная программа, позволяющая настраивать отдельные параметры центрального процессора для повышения производительности компьютера. Очень часто данное приложение используют для отключения парковки ядер CPU.
Что представляет собой парковка ядер? Это функция, которая находится в операционных системах Виндовс. Она создана для уменьшения энергопотребления компьютера.
Скачать бесплатно ParkControl Pro 3.0.1.2 + crack
Пароль ко всем архивам: 1progs
Все задачи переносятся на одно ядро процессора, а другие остаются в бездействии. Система может а автоматическом режиме выбрать то ядро, которое выполнит все поставленные задачи. Однако, если оно не может выполнить, то подключается другое.
В программу встроены следующие режимы работы центрального процессора:
- Экономия энергии.
- Высокая производительность.
- Оптимизация.
- Игровой режим.
- Сбалансированная работа.
В бесплатной версии программы есть некоторые ограничения, поэтому необходимо скачать ключ Bitsum ParkControl. Это можно сделать на сайте. Активация Bitsum ParkControl позволяет использовать функциональные возможности программы на постоянной основе.
Данная программа поддерживает различные виды современных процессоров, а также адаптирован под архитектуру ОС Виндовс. Помимо настроек можно проводить комплексную диагностику на компьютеру. Благодаря этому увеличится производительность ПК.
Через программу пользователи могут заходить в системные настройки, чтобы выбрать режим для управления питанием и яркости. В приложение разработчики встроили графический элемент и статус парковки, что очень удобно.
Bitsum ParkControl не каждому пользователю пригодится, но кому программа действительно нужна, то не пожалеет. Перед тем, как воспользоваться данной утилитой можно увидеть всплывающее окно. Оно рекомендует провести резервную копию всех настроек.
Аналоги программы вы всегда можете найти в наших подборках:
ParkControl — простая утилита для настройки параметров центрального процессора, с помощью которой можно добиться большей производительности компьютера.
Возможности ParkControl Pro
- Вывод данных о скорости работы центрального процессора в режиме реального времени;
- Позволяет эффективно повысить быстродействие ПК;
- Определение частоты пересчета AC/DC;
- Доступна настройка схемы питания ЦП при разной нагрузке;
- Отключение парковки ядер CPU без перезагрузки компьютера;
- Несколько режимов работы: высокая производительность, оптимизированный, сбалансированный, экономия энергии.
Преимущества
- Поддержка любых процессоров AMD и Intel;
- Быстрая смена плана питания ЦП в разделе Power Plans;
- Компактный размер установочного файла;
- Последняя версия оптимизирована с ОС Windows 10;
- Приятный графический интерфейс на русском языке;
- Стабильные обновления софта от официального сайта;
- Возможность изменять показатели параметров частоты процессора;
- Готовые профили для управления питанием и производительностью ПК.
Недостатки
- Не работает с Microsoft Windows XP и Vista;
- Функция динамического изменения параметров электропитания в Bitsum ParkControl Pro.
ParkControl Pro скачать бесплатно
Последняя версия:
1.3.1.8 от
24.11
2019
Лицензия: Бесплатно
Операционные системы:
Windows 7, 8, 10
Интерфейс: Русский
Размер файла: 1 Mb
Скачать ParkControl Pro
32 bit
ParkControl_x32_Setup.exe
Скачать ParkControl Pro
64 bit
ParkControl_x64_Setup.exe
Полное описание
ParkControl — программа для оптимизации ЦП и максимальной производительности вашего компьютера. Умеет переназначать задачи на одно ядро процессора, менять приоритеты, увеличивать ток с целью разгона и т.д.. Содержит несколько режимов работы, таких как: экономия энергии, игровой, сбалансированный, Bitsum Highest Performance (наиболее мощный) и так далее. Встроенная опция Disable Core Parking, позволяет отключить парковку ядер CPU.
Существуют версии ParkControl для 32 и 64 разрядных ОС. Приложение обладает простым и интуитивно понятным интерфейсом на русском языке. Оно выводит подробную информацию о текущем статусе припарковки, количестве ядер ЦП, следит за температурой. Даёт возможность изменять параметры многоядерных процессоров, при помощи специальных бегунков, расположенных в нижней части экрана.
jQuery(document).ready(function() {
App.init();
//App.initScrollBar();
App.initAnimateDropdown();
OwlCarousel.initOwlCarousel();
//ProgressBar.initProgressBarHorizontal();
});
Поставить оценку
Средний рейтинг 4.4, всего оценок — 5
- Скачать программу
- Описание и функции
- Скриншоты интерфейса
- Комментарии пользователей
Название→ | ParkControl |
---|---|
Версия→ | 1.3.1.8 |
Лицензия→ | Условно-бесплатно |
Поддержка→ | Windows 10, 8, 7 |
Размер файла→ | 1.0 Мб |
Разработчик→ | Bitsum Technologies |
Обновлено→ | 21 октября 2020 |
ParkControl — бесплатный инструмент, позволяющий настроить работу ядер центрального процессора.
Скачать для Windows
Скачайте последнюю версию ParkControl 1.3.1.8 с помощью MultiSetup или по прямой ссылке. Программа совместима с операционными системами Windows 10, 8, 7 разрядностью 32/64-bit, размер установочного файла — 1.0 Мб. Данный программный продукт разработан Bitsum Technologies и распространяется условно-бесплатно. Также вы можете скачать программу с официального сайта.
Описание программы
Программа обладает дружелюбным интерфейсом, благодаря чему в ней будет легко разобраться. С помощью ParkControl можно в считанные секунды настроить работу компьютера для запуска требовательных игр или включить режим энергосбережения для мобильных устройств.
Утилита позволяет выставить вручную парковку AC, DC в процентном соотношении. Для большего удобства в ParkControl имеются готовые профили, можно быстро включить режим максимальной производительности, сбалансированный, для работы с офисными программами, энергосберегающий. При этом каждый из режимов можно тонко настроить, перемещая ползунок вправо или влево.
В главном окне программы отображается тактовая частота каждого отдельного ядра. Пользователю доступны базовые характеристики процессора и текущие настройки парковки. ParkControl работает со всеми современными процессорами и регулярно получает обновления.
Преимущества и недостатки
- Понятный интерфейс
- Тонкие настройки работы процессора
- Готовые преднастройки
- Регулярные обновления
- Неправильные настройки могут привести к излишнему нагреву процессора
Скриншоты интерфейса
Комментарии пользователей
ParkControl — это легкое приложение, которое позволяет отключать (или включать) парковку ядер процессора без перезагрузки системы Windows. Здесь вы можете бесплатно скачать последнюю русскую версию программы ParkControl Pro в формате Repack, со вшитым ключем активации.
Хоть с программой и очень просто работать, но этот инструмент предназначен для опытных пользователей ПК. Поскольку установка не обязательна, вы можете разместить исполняемый файл в любом месте жесткого диска и просто щелкнуть по нему для запуска. Также можно сохранить ParkControl на флешку, чтобы запустить его на любом компьютере без установки.
При своей работе не вносит никаких изменений в системном реестре, а файлы остаются нетронутыми.
Еще для "ускорения Windows" вы можете Win 10 Tweaker Pro.
Интерфейс представлен обычным окном с хорошо структурированной раскладкой. Здесь вы можете выбрать профиль мощности и включить или отключить парковку ЦП. Состояние процессора же показано в правой части программы.
Скачать ParkControl Pro 1.3 на русском:
ParkControl.Pro-1.3.1.8 1 Mb
Пароль — allrepack
- Тип: Установка (Repack);
- Версия: 1.3.1.8;
- Язык: Multi + Rus;
- Активация: выполнена (код / ключ) вшит.
ParkControl 2.0.0.22
Отличная программа для контроля питания процессора
Parkcontrol – утилита для контроля параметров питания центрального процессора на ПК от компании Bitsum.
Возможности ParkControl
- повышение производительности персонального компьютера благодаря настройкам схемы электропитания представленной в программе. Превосходит по всем параметрам стандартную схему “Высокая производительность” (Bitsum Highest Performance);
- автоматическое переключение схем планов электропитания в зависимости от активности пользователя при работе за ПК (приоритет в пользу производительного плана электропитания во время запуска игр или требовательных мультимедиа-приложений/выбор менее производительного плана питания во время простоя);
- парковка ядер (автоматическое выключение ядер процессора во время бездействия);
- мониторинг состояния процессора, параметров нагрева;
Особенности инструмента
- продлевает время службы процессора;
- позволяет проводить ручную настройку планов электропитания;
- простой интерфейс.
Достоинства
- легкость в использовании;
- безопасность (экспериментируя с процессором через программу невозможно навредить компьютеру);
- мультиязычность.
Дополнительная информация
Категория
Обновлено
Текущая версия
2.0.0.22
Совместимость
Windows 10, 8.1, 8, 7, Vista, XP
Разрядность
32 и 64 bit
Разработчик
Лицензия
Русский язык
Есть
Возрастные ограничения
0+
Скачать ParkControl для Windows
-
Размер файла: 0.86Mb / Тип файла: EXE
Размер файла: 0.90Mb / Тип файла: EXE
Жалоба/Проблема
Роман Липатов
Автор более тысячи обзоров программ и приложений. Имеет диплом магистра по специальности «Программное обеспечение компьютерных систем». Свободное владение навыками работы с операционными системами Windows, macOS, Linux, iOS и Android.
Отзывы о программе ParkControl
ParkControl Pro – это достаточно простая, при этом очень полезная утилита, с ее помощью можно достаточно быстро произвести настройку центрального процессора. Таким образом вы сможете увеличить его производительность, или же наоборот понизить, чтобы уменьшить температурные показатели. Данную утилиту выбирают многие пользователи, так как она обладает целым рядом особенностей.
Возможности
- Выведение данные о скорости работы ЦПУ в режиме реального времени;
- Предоставление возможности быстро повышать скорость работы вашего персонального компьютера;
- Автоматическое определение частоты пересчета AC/DC;
- Можно изменять схему питания центрального процессора, при различных уровнях нагрузки;
- Предварительно загружено несколько стандартных режимов работы процессора, которые будут актуальными для тех или иным видов работ. Всего их четыре, и они имеют следующие названия: высокая производительность, оптимизированный, сбалансированный, экономия питания (актуально для ноутбуков).
Преимущества
- Поддерживается работа с кремниевыми чипами, как от компании AMD, так и от корпорации Intel. Такая универсальность, особенно радует;
- Вы получаете быструю схему питания ЦП, в соответствующем разделе;
- Установочный файл имеет минимальный размер;
- Последняя версия, которая вышла относительно недавно, хорошо работает с операционной системой Windows 10;
- Графический интерфейс имеет простую, но в то же время, приятную стилистику. Пользоваться им удобно;
- Вы можете менять те или иные параметры частоты работы процессора, что выльется в изменение производительности устройства;
- Обновления появляются довольно часто, в них исправляются все ключевые ошибки, а также прочие аспекты, которые мешали людям, комфортно пользовать данным ПО;
- Оболочка доступна на русском языка, что будет большим плюсом для людей, которые не знают английский;
- Готовые профили, помогут вам не заморачиваться с созданием своих и просто переключаться между ними для изменения производительности устройства в ту или иную сторону.
Недостатки
- Приложение не поддерживает работу с операционной системой Windows XP, а также Vista.