Windows 10: How do i permanently set affinity/priority in windows 11?

Discus and support How do i permanently set affinity/priority in windows 11? in Windows 10 Gaming to solve the problem; I need the process "audiodg.exe" that is always running the background, to only be using 1 single core. The problem is, out of nowhere completely... Discussion in 'Windows 10 Gaming' started by Fluffox, Jan 21, 2024.

  1. Fluffox Win User

    How do i permanently set affinity/priority in windows 11?


    I need the process "audiodg.exe" that is always running the background, to only be using 1 single core. The problem is, out of nowhere completely randomly, it will reset itself and use all cores again. Is there any way at all to make sure that it is ALWAYS using a single core so that it stops resetting itself when i change it.

    :)
     
    Fluffox, Jan 21, 2024
    #1
  2. Polo6RGTI Win User

    How to permanently set cpu affinity for programs?

    I use batch scripts to set the affinity and priority.


    How do i permanently set affinity/priority in windows 11? 255864d1574150477t-how-permanently-set-cpu-affinity-programs-screenshot-191119003-.png


    Binary/Decimal/Hexadecimal Converter

    Code:
    You can also create a shortcut on the Desktop:
    Code:
    How do i permanently set affinity/priority in windows 11? 255873d1574152426t-how-permanently-set-cpu-affinity-programs-screenshot-191119012-.png

    How do i permanently set affinity/priority in windows 11? 255872d1574152426t-how-permanently-set-cpu-affinity-programs-screenshot-191119013-.png

    How do i permanently set affinity/priority in windows 11? 255871d1574152426t-how-permanently-set-cpu-affinity-programs-screenshot-191119014-.png

    How do i permanently set affinity/priority in windows 11? 255870d1574152426t-how-permanently-set-cpu-affinity-programs-screenshot-191119015-.png
     
    Polo6RGTI, Jan 21, 2024
    #2
  3. How to Permanently Set Priority & Affinity With Shortcut File

    You can set the priority and affinity of a program you want to run into a shortcut file, it does have some drawbacks. The most notable is that you have to be able to launch the process manually. If you can’t or the process is spawned by another program, it won’t work. For this example, I will be using MSPaint.exe.

    Related Article: How to Permanently Set Priority Processes Using Registry Editor.

    1. Open Task Manager and click on the Details tab then select Open file location.


    How do i permanently set affinity/priority in windows 11? 6905e3c9-68c6-4538-aa9c-7ae9515fb976?upload=true.png


    2. Right-click on the program.exe and select Create Shortcut.


    How do i permanently set affinity/priority in windows 11? f97b3624-e020-4860-b2c5-0f619ddb115c?upload=true.png


    3. Right-click again on the program shortcut and select Properties.


    How do i permanently set affinity/priority in windows 11? 57e09d3b-9be2-415b-8e98-507852d75ae1?upload=true.png


    4. In the target location, enter this command line and set the priority and affinity.


    How do i permanently set affinity/priority in windows 11? 5663a742-1c1c-4c0b-9726-faba42b30b46?upload=true.png


    Target Location:

    %ComSpec% /C Start /Normal /Affinity Hex C:\Folder Path\Program.exe

    Set Priority:

    High

    AboveNormal

    Normal

    BelowNormal

    Low

    Set Affinity:

    CPU - HEX

    0 ---- 1

    1 ---- 3

    2 ---- 7

    3 ---- F

    4 ---- 1F

    5 ---- 3F

    6 ---- 7F

    7 ---- FF

    8 ---- 1FF

    9 ---- 3FF

    10 --- 7FF

    11 --- FFF

    12 --- 1FFF

    13 --- 3FFF

    14 --- 7FFF

    15 --- FFFF

    5. Click on the Change Icon and find the icon.exe path location.


    How do i permanently set affinity/priority in windows 11? 3edc1ee9-974f-4f22-a56c-2b82819f1ce8?upload=true.png


    6. Open Task Manager and the program.exe priority & affinity are set.


    How do i permanently set affinity/priority in windows 11? 56fdb7c3-740f-4c36-abcd-b60797fd6ea3?upload=true.png




    P.S. If the shortcut file fails to work then try using the System Explorer method: www.tenforums.com/144736/html#post2341516

    If you found this to be helpful then please give a Yes. Thanks!
     
    Silichip-X, Jan 21, 2024
    #3
  4. How do i permanently set affinity/priority in windows 11?

    How to Permanently Set Priority & Affinity With Shortcut File

    You can set the priority and affinity of a program you want to run into a shortcut file, it does have some drawbacks. The most notable is that you have to be able to launch the process manually. If you can’t or the process is spawned by another program, it won’t work. For this example, I will be using MSPaint.exe.

    Related Article: How to Permanently Set Priority Processes Using Registry Editor.

    1. Open Task Manager and click on the Details tab then select Open file location.


    How do i permanently set affinity/priority in windows 11? 6905e3c9-68c6-4538-aa9c-7ae9515fb976?upload=true.png


    2. Right-click on the program.exe and select Create Shortcut.


    How do i permanently set affinity/priority in windows 11? f97b3624-e020-4860-b2c5-0f619ddb115c?upload=true.png


    3. Right-click again on the program shortcut and select Properties.


    How do i permanently set affinity/priority in windows 11? 57e09d3b-9be2-415b-8e98-507852d75ae1?upload=true.png


    4. In the target location, enter this command line and set the priority and affinity.


    How do i permanently set affinity/priority in windows 11? 5663a742-1c1c-4c0b-9726-faba42b30b46?upload=true.png


    Target Location:

    %ComSpec% /C Start /Normal /Affinity Hex C:\Folder Path\Program.exe

    Set Priority:

    High

    AboveNormal

    Normal

    BelowNormal

    Low

    Set Affinity:

    CPU - HEX

    0 ---- 1

    1 ---- 3

    2 ---- 7

    3 ---- F

    4 ---- 1F

    5 ---- 3F

    6 ---- 7F

    7 ---- FF

    8 ---- 1FF

    9 ---- 3FF

    10 --- 7FF

    11 --- FFF

    12 --- 1FFF

    13 --- 3FFF

    14 --- 7FFF

    15 --- FFFF

    5. Click on the Change Icon and find the icon.exe path location.


    How do i permanently set affinity/priority in windows 11? 3edc1ee9-974f-4f22-a56c-2b82819f1ce8?upload=true.png


    6. Open Task Manager and the program.exe priority & affinity are set.


    How do i permanently set affinity/priority in windows 11? 56fdb7c3-740f-4c36-abcd-b60797fd6ea3?upload=true.png




    If you found this to be helpful then please give a Yes. Thanks!
     
    Silichip-X, Jan 21, 2024
    #4
Thema:

How do i permanently set affinity/priority in windows 11?

Loading...
  1. How do i permanently set affinity/priority in windows 11? - Similar Threads - permanently set affinity

  2. How to Permanently Set Priority & Affinity

    in Windows 10 Gaming
    How to Permanently Set Priority & Affinity: Iv tried everything ranging from software to shortcut files, nothing seems to work and I dont know why. I rly need to set audiodg to high prioraty and to change the affiliaty to my second core only. I cant seem to get it to work can someone please help?...
  3. How to Permanently Set Priority & Affinity

    in Windows 10 Software and Apps
    How to Permanently Set Priority & Affinity: Iv tried everything ranging from software to shortcut files, nothing seems to work and I dont know why. I rly need to set audiodg to high prioraty and to change the affiliaty to my second core only. I cant seem to get it to work can someone please help?...
  4. How do i permanently set affinity/priority in windows 11?

    in Windows 10 Software and Apps
    How do i permanently set affinity/priority in windows 11?: I need the process "audiodg.exe" that is always running the background, to only be using 1 single core. The problem is, out of nowhere completely randomly, it will reset itself and use all cores again. Is there any way at all to make sure that it is ALWAYS using a single core...
  5. How to Permanently Set Priority & Affinity With Shortcut File

    in Windows 10 BSOD Crashes and Debugging
    How to Permanently Set Priority & Affinity With Shortcut File: You can set the priority and affinity of a program you want to run into a shortcut file, it does have some drawbacks. The most notable is that you have to be able to launch the process manually. If you can’t or the process is spawned by another program, it won’t work. For...
  6. How to Permanently Set Priority & Affinity Into Shortcut Program

    in Windows 10 Software and Apps
    How to Permanently Set Priority & Affinity Into Shortcut Program: You can set the priority and affinity of a program you want to run into a shortcut file, it does have some drawbacks. The most notable is that you have to be able to launch the process manually. If you can’t or the process is spawned by another program, it won’t work.1. Open...
  7. How to Permanently Set Priority & Affinity Into Shortcut Program

    in Windows 10 BSOD Crashes and Debugging
    How to Permanently Set Priority & Affinity Into Shortcut Program: You can set the priority and affinity of a program you want to run into a shortcut file, it does have some drawbacks. The most notable is that you have to be able to launch the process manually. If you can’t or the process is spawned by another program, it won’t work.1. Open...
  8. How to Permanently Set Priority & Affinity Into Shortcut Program

    in Windows 10 Gaming
    How to Permanently Set Priority & Affinity Into Shortcut Program: You can set the priority and affinity of a program you want to run into a shortcut file, it does have some drawbacks. The most notable is that you have to be able to launch the process manually. If you can’t or the process is spawned by another program, it won’t work.1. Open...
  9. How do you permanently set Priority to high and lock Affinity to a specific core in Windows...

    in Windows 10 Ask Insider
    How do you permanently set Priority to high and lock Affinity to a specific core in Windows...: So I'm having an issue with my microphone cracking whenever I use it on my Windows 10PC. However, opening audiodg.exe in Task Manager > Details and setting Priority to High and Affinity to CPU 3 only fixes it. My issue is that I don't want to have to do this every single...
  10. How do I set affinity and priority for program permanently/automatically

    in Windows 10 Customization
    How do I set affinity and priority for program permanently/automatically: I have an app that seems to only be stable when given certain cores and a high priority, but each time I open it, I have to manually go into task manager todo this. How do I make it so that its affinity and priority are automatically set to these when I open it?...