🛈 Announcement
Greetings! Far Cry forums are now archived and accessible in read-only mode, please go to the new platform to discuss the game.
  1. #11
    Is anyone able to tell me how to get around this issue - I would like to change the Priority to HIGH or REALTIME To see if any of my FPS issues are resolved, but getting ACCESS DENIED like everyone else.

    I see earlier in this thread a workaround was proposed; can someone provide some details about this?
     1 people found this helpful
    Share this post

  2. #12
    I'm having the same problem... does anyone know of a fix yet?
    Share this post

  3. #13

    can you pm me the work around

    nothing else i have tried is working and i am beyond pissed that i cannot administrate settings on my own computer.
    Share this post

  4. #14
    tell me too please?
    Share this post

  5. #15
    Can I too get a pm on how to work around the anti cheat system to change priority cause the game is unplayable rn
    Share this post

  6. #16
    From https://forums.ubi.com/showthread.ph...1#post13463571

    FarCry5 process pushed to "High" priority.
    You need to edit your Windows registry for that and add:
    \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\FarCry5.exe\PerfOptions
    Then add value DWORD: CpuPriorityClass 0x00000003

    HTH

    KR
     1 people found this helpful
    Share this post

  7. #17
    could you also pm me this workaround?
    Share this post

  8. #18
    Hello guys. Having the same problem with affinity with division 2. Can't change it, access denied. My OS is windows 10. Please, help me out
    Share this post

  9. #19
    i have the same problem
    Share this post

  10. #20
    Steve64b's Avatar Senior Member
    Join Date
    Jul 2016
    Location
    http://steve.farcry.eu/
    Posts
    1,628
    Check the solution posted by brhume, copy the following code block into a text file. Save it as a FarCry5HighProcessPriority.reg file, then run it to apply the settings:
    Code:
    Windows Registry Editor Version 5.00
    
    ; dword:00000001	= Idle
    ; dword:00000002	= Normal
    ; dword:00000003 	= High
    ; dword:00000004	= RealTime (n.a.)
    ; dword:00000005	= Below Normal
    ; dword:00000006	= Above Normal
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\FarCry5.exe\PerfOptions]
    "CpuPriorityClass"=dword:00000003
    Originally posted in https://forums.ubi.com/showthread.ph...1#post13463571.
    Share this post