How to Make a Program High Priority Windows 10

How to change priority in Task Manager on Windows 10

Milan has been enthusiastic about PCs ever since his childhood days, and this led him to take interest in all PC-related technologies. Before joining WindowsReport, he worked as a front-end web developer. Read more

  • Not all processes on your PC are equal, and some might require more power than others.
  • In today's article, we're going to show you how to set priority in Task Manager and allocate more CPU power to certain processes.
  • Want to learn more about Task Manager? We have a whole article dedicated to Task Manager, so be sure to check it out.
  • Looking for more guides like this one? You can find them in all in our How to Hub.

set priority task manager

XINSTALL BY CLICKING THE DOWNLOAD FILE

All processes on your PC share the CPU power equally, but did you know that you can give higher priority to specific applications?

That's right, and in this guide, we're going to show you how to use Task Manager to set the priority of processes on Windows 10.

How to set something to high priority in Task Manager on Windows 10?

1. Change priority from the Details tab

  1. Press Ctrl + Shift + Esc to start Task Manager.
  2. Go to the Details tab, right-click the desired process, and choose Set priority and select any value that you want.
    set priority task manager task manager set priority windows 10
  3. When the confirmation dialog appears, select Change priority.
    change priority task manager set priority windows 10

This is the easiest way to set priority in Task Manager, and the priority for that process will remain changed until you end the process or turn off your PC.


2. Change priority using Command Prompt

  1. Press Windows Key + S and enter command prompt. Select Run as administrator.
    command prompt admin task manager set priority windows 10
  2. When Command Prompt starts, run the following command:

wmic process where name="firefox.exe" CALL setpriority "Above normal"

Alternatively, you can set priority by using a numerical value like this:

wmic process where name="firefox.exe" CALL setpriority 32768

Keep in mind that in order for this command to work, the process needs to be running beforehand. Of course, be sure to change the process name and priority level as needed.

You can find the list of priority values in the table below.

Realtime High Above normal Normal Below normal Low
256 128 32768 32 16384 64

3. Use PowerShell

  1. Press Windows Key + X and select Windows PowerShell (Admin) from the list.
    windows powershell task manager set priority windows 10
  2. When the PowerShell starts, run the following command:

Get-WmiObject Win32_process -filter 'name = "firefox.exe"' | foreach-object { $_.SetPriority(32768) }

Of course, be sure to replace the process name and the priority level as needed. You can find the numeric values from the priority list below.

Realtime High Above normal Normal Below normal Low
256 128 32768 32 16384 64

4. Start applications with a specific priority

  1. Start Command Prompt.
  2. Now run the following command:

start "" /AboveNormal " C:\Program Files\Mozilla Firefox\firefox.exe"

This will start Firefox with the Above Normal priority. Of course, you can use any other priority levels to start any application you want, as long as you enter the correct path to it.

To set priority in Task Manager, you just need to go to the Details tab and make the changes from there. If you're an advanced user, you can always use Command Prompt or PowerShell to change the priority.

newsletter icon

Newsletter

How to Make a Program High Priority Windows 10

Source: https://windowsreport.com/task-manager-set-priority/

0 Response to "How to Make a Program High Priority Windows 10"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel