"Run with graphics processor" missing from context menu - Why?


Recommended Posts

This appears to only be an issue if you have integrated graphics along with Nvidia. Seeing as I don't have integrated graphics, this is not an issue for me, but it seems like it would be as simple as disabling your onboard (integrated).

If I had to take a guess, they figured that you wouldn't want to make this choice each time you ran an application. Instead you can set which graphics card is used for each application by going to Settings>System>Display>Graphics Settings. From there, select the type of application (classic or Windows app), find the application and select which card you want it to use. Once that is done you don't need to make the choice each time.

 

It seems that if you don't set this preference then Windows will automatically select which card to use based on what else you are doing - for example, working on battery means it will choose the integrated graphics to save on power.

 

For me, this kinda makes sense. Yes, the option is now hidden away so that if I'm testing something it's a bit of a pain to go to the option. But I wouldn't normally want to be switching back and forth between my cards.

 

Did you use this option often? And if so, why?

 

EDIT: @Mr_RogersI went and edited your title to reflect your question better. While I was doing it I realised you already knew how to change the setting through Windows settings. :pinch: But still, did you use the option often?

  • Nick H. changed the title to "Run with graphics processor" missing from context menu - Why?
  On 07/02/2021 at 03:22, jnelsoninjax said:

This appears to only be an issue if you have integrated graphics along with Nvidia. Seeing as I don't have integrated graphics, this is not an issue for me, but it seems like it would be as simple as disabling your onboard (integrated).

Expand  

Technically it is any system with multiple GPUs.  Someone could throw as many GPUs as they have mainboard and PCI support, and Windows will make them all available for games/processes, and can render any GPU to any other GPU that has a monitor connected. 

(This technology goes back to Vista; however, NVidia and AMD blocked features like this until Windows 10, and the only end user information on this tends to be talking about GPU SMP gaming.)

 

The other take away for some users, is that if they do have an integrated GPU, enable it, especially if you have need for additional GPU computing or lite gaming/rendering.   There are also some Intel GPU features that can assist things like video encoding in software like Adobe After Effects, etc.   (Also throw in any other GPUs if you have need for more concurrent GPU use.)

 

Example: When I am converting a few videos with HandBrake, I queue some of the videos using Intel QuickSync and some with Nvidia Encode.   There are also other tricks, like plugging your monitor into the Integrated GPU port on the mainboard, which shoves the lighter operations of DWM (Windows compositor) through the Intel GPU and lets the dedicated GPU focus directly on things like gaming, or even things like rendering in Blender. 

 

 

 

  On 07/02/2021 at 10:10, Nick H. said:

If I had to take a guess, they figured that you wouldn't want to make this choice each time you ran an application. Instead you can set which graphics card is used for each application by going to Settings>System>Display>Graphics Settings. From there, select the type of application (classic or Windows app), find the application and select which card you want it to use. Once that is done you don't need to make the choice each time.

 

It seems that if you don't set this preference then Windows will automatically select which card to use based on what else you are doing - for example, working on battery means it will choose the integrated graphics to save on power.

 

For me, this kinda makes sense. Yes, the option is now hidden away so that if I'm testing something it's a bit of a pain to go to the option. But I wouldn't normally want to be switching back and forth between my cards.

 

Did you use this option often? And if so, why?

 

EDIT: @Mr_RogersI went and edited your title to reflect your question better. While I was doing it I realised you already knew how to change the setting through Windows settings. :pinch: But still, did you use the option often?

Expand  

The thing is, the NVIDA Control Panel already had this functionality before Microsoft decided to add the Graphic Settings page to the Settings app. The NVIDA one was and still is more advanced as it allows the user to control individual aspects of the GPU features per application.   Do you think there is a way to make Windows prioritize & respect the settings selected from the NVIDA Control Panel?

 

I used the option quite a bit actually. For instance, sometimes the Intel iGPU would glitch pretty badly on videos so I used the context menu to quickly switch to the NVIDA GPU, which never had those problems. Obviously the Intel one is used for less intense tasks as you mentioned above. That's why I don't use the NVIDA all the time,  and why the quick switching in the context menu was a blessing.

 

  On 07/02/2021 at 03:22, jnelsoninjax said:

This appears to only be an issue if you have integrated graphics along with Nvidia. Seeing as I don't have integrated graphics, this is not an issue for me, but it seems like it would be as simple as disabling your onboard (integrated).

Expand  

I can't disable the integrated graphics. It's tied to the display on most laptops.

  On 07/02/2021 at 16:03, Mr_Rogers said:

The thing is, the NVIDA Control Panel already had this functionality before Microsoft decided to add the Graphic Settings page to the Settings app. The NVIDA one was and still is more advanced as it allows the user to control individual aspects of the GPU features per application.   Do you think there is a way to make Windows prioritize & respect the settings selected from the NVIDA Control Panel?

 

I used the option quite a bit actually. For instance, sometimes the Intel iGPU would glitch pretty badly on videos so I used the context menu to quickly switch to the NVIDA GPU, which never had those problems. Obviously the Intel one is used for less intense tasks as you mentioned above. That's why I don't use the NVIDA all the time,  and why the quick switching in the context menu was a blessing.

 

I can't disable the integrated graphics. It's tied to the display on most laptops.

Expand  

You wouldn't want to disable the integrated graphics, even if you were forced to use it on the notebook. (Which is common.)  This is done for a few reasons, like power usage and also gives you better performance from your dedicated GPU, as the DWM (Compositor) being shifted to the integrated graphics taking that load off the dedicated GPU when gaming.  

 

As for forcing it to respect the NVidia settings, I don't think there will ever be a way to do this, although NVidia could mirror the settings from Windows in the control panel. But NVidia's driver itself will no longer be what flips this context. 

 

Years ago, back in the XP days, NVidia created Maximus and took on the role of GPU pass through and executable GPU preferences, etc.  This became outdated with Vista, but NVidia took a while to stop using their stuff.  The data passing also encapsulates which GPU context executable run in, thus the concept of which GPU to assign to a process. 

 

With the Spring 2020 update of Windows 10, Microsoft pushed OEMs to dump handling this in drivers and to let Windows handle GPU sharing and data sharing, etc.   (No more remnants of NVidia Maximus etc.)   Which also means GPU preferences are now all done by Windows.  (This is good, as Windows does the sharing faster and is more compatible and far more stable.)

 (I'm being very general/generic in terms here.)

 

As for an easy solution, I'm surprised there aren't utilities out there.  Windows stores the settings in the Registry at this location: 

Computer\HKEY_CURRENT_USER\Software\Microsoft\DirectX\UserGpuPreferences  

 

It wouldn't be hard to make a script that would flip the setting in the registry on the fly.  

 

Good Luck. 

  • 1 year later...
  On 09/02/2021 at 03:35, Mobius Enigma said:

You wouldn't want to disable the integrated graphics, even if you were forced to use it on the notebook. (Which is common.)  This is done for a few reasons, like power usage and also gives you better performance from your dedicated GPU, as the DWM (Compositor) being shifted to the integrated graphics taking that load off the dedicated GPU when gaming.  

 

As for forcing it to respect the NVidia settings, I don't think there will ever be a way to do this, although NVidia could mirror the settings from Windows in the control panel. But NVidia's driver itself will no longer be what flips this context. 

 

Years ago, back in the XP days, NVidia created Maximus and took on the role of GPU pass through and executable GPU preferences, etc.  This became outdated with Vista, but NVidia took a while to stop using their stuff.  The data passing also encapsulates which GPU context executable run in, thus the concept of which GPU to assign to a process. 

 

With the Spring 2020 update of Windows 10, Microsoft pushed OEMs to dump handling this in drivers and to let Windows handle GPU sharing and data sharing, etc.   (No more remnants of NVidia Maximus etc.)   Which also means GPU preferences are now all done by Windows.  (This is good, as Windows does the sharing faster and is more compatible and far more stable.)

 (I'm being very general/generic in terms here.)

 

As for an easy solution, I'm surprised there aren't utilities out there.  Windows stores the settings in the Registry at this location: 

Computer\HKEY_CURRENT_USER\Software\Microsoft\DirectX\UserGpuPreferences  

 

It wouldn't be hard to make a script that would flip the setting in the registry on the fly.  

 

Good Luck. 

Expand  

Hey man i was wondering if someone made a script but the only thing i found was this :

[HKEY_CLASSES_ROOT\exefile\shell\Set High Performance\command]
@="C:\\Windows\\System32\\REG.exe ADD HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\DirectX\\UserGpuPreferences /v \"%1\" /d GpuPreference=2;"

and by setting that command i got this image.png.924168b39728e1a22f8451e20658a731.png 

Have you got any ideas

  On 26/11/2022 at 10:47, ilovcats said:

Hey man i was wondering if someone made a script but the only thing i found was this :

[HKEY_CLASSES_ROOT\exefile\shell\Set High Performance\command]
@="C:\\Windows\\System32\\REG.exe ADD HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\DirectX\\UserGpuPreferences /v \"%1\" /d GpuPreference=2;"

and by setting that command i got this image.png.924168b39728e1a22f8451e20658a731.png 

Have you got any ideas

Expand  

...why would you have double \\  ?

...for example....

C:\\Windows\\System32\\REG.exe instead of C:\Windows\System32\REG.exe  (and the same for the registry key paths)

Regarding your question about adding "run with ...", I haven't a clue.  What I do know is you shouldn't muck around with the registry unless you know what you're doing.

  On 26/11/2022 at 15:23, Jim K said:

...why would you have double \\  ?

...for example....

C:\\Windows\\System32\\REG.exe instead of C:\Windows\System32\REG.exe  (and the same for the registry key paths)

Regarding your question about adding "run with ...", I haven't a clue.  What I do know is you shouldn't muck around with the registry unless you know what you're doing.

Expand  

Someone got confused. In coding, you generally have to escape backslashes which then looks like “\\”. 

I miss that option on my laptop. In reality though, the way gfx switching is designed on Windows, it passes everything through the iGPU on the way to the dGPU which degrades performance. I had inconsistent FPS because of this. Disabled the iGPU in the BIOS and that problem went away. Mine just sits on a desk, plugged in so power consumption isn't a problem. I don't know if Linux suffers this flaw. 

  On 26/11/2022 at 15:23, Jim K said:

...why would you have double \\  ?

...for example....

C:\\Windows\\System32\\REG.exe instead of C:\Windows\System32\REG.exe  (and the same for the registry key paths)

Regarding your question about adding "run with ...", I haven't a clue.  What I do know is you shouldn't muck around with the registry unless you know what you're doing.

Expand  

I just want to set it up so i can change the preffered gpu bc i am on a laptop and its kind of annoying to go into windows settings or nvidia control panel every time i want to change it but i am not sure if thats how the command is supposed to be written

  On 26/11/2022 at 23:33, JustGeorge said:

I miss that option on my laptop. In reality though, the way gfx switching is designed on Windows, it passes everything through the iGPU on the way to the dGPU which degrades performance. I had inconsistent FPS because of this. Disabled the iGPU in the BIOS and that problem went away. Mine just sits on a desk, plugged in so power consumption isn't a problem. I don't know if Linux suffers this flaw. 

Expand  

WHAT?!

  On 28/11/2022 at 16:47, adrynalyne said:

You didn’t know that? That’s how most laptops work. 

Expand  

Ohhhh. I thought it pertained to desktop PCs.

  • Like 1
  • Haha 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Jumping unicorns says that I forgot you. I never grunt.
    • Microsoft can't help break Windows Outlook as even opening an email now sends it crashing by Sayan Sen It is no surprise that right now, Microsoft's priority is to move users onto the New Outlook for Windows if they haven't done so already. The company began default-deployment of the new app on fresh Microsoft 365 systems and also made switching between the New app and the classic app easier. At the same time, the company is also trying to improve the new app as it recently added yet another feature that will allow people to use the app without an internet connection, and it also blocked more file types to improve security. Perhaps as a consequence of this relentless pursuit, the classic Outlook app has become quite prone to bugs and issues in recent times as Microsoft may be losing its focus. For example, in April, the downloads for Classic Outlook broke and more recently, this month, the tech giant confirmed that a major Calendar feature upgrade has broken the app in several different ways. Microsoft has provided workarounds for several of the issues so check this article out if you are having problems. And the bugs just keep on coming as Microsoft earlier today confirmed that opening emails or starting a new email will now crash the application, and it affects all channels. The company explains: Opening a mail on an email client is probably the most common and basic functionality a user is expected to do, so it is annoying to see such a bug not getting caught during testing. Again, this perhaps indicates that Microsoft's focus maybe elsewhere at the moment. The company has shared the Windows Event Viewer Log for the crash and the problematic OLMAPI32 DLL file is related to Microsoft Messaging Application Programming Interface (MAPI). The issue reminds us of the similar OLEAUT32 dll issue fix in our recent ReactOS article. The event viewer log notes: Faulting application name: OUTLOOK.EXE, version: 16.0.14334.20090, time stamp: 0x683fe030 Faulting module name: OLMAPI32.DLL, version: 16.0.14334.20090, time stamp: 0x683ff910 Exception code: 0xc0000409 Fault offset: 0x00196e1c Faulting process id: 0x9100 Faulting application start time: 0x01dbdbe04fe54514 Faulting application path: C:\Program Files (x86)\Microsoft Office\root\Office16\OUTLOOK.EXE Faulting module path: C:\Program Files (x86)\Microsoft Office\root\Office16\OLMAPI32.DLL Thankfully, Microsoft has issued a workaround for the problem as it currently investigates the bug by manually creating a FORMS2 folder which should exist at the following address: C:\Users\\AppData\Local\Microsoft\FORMS2. Microsoft explains: You can find the support article for the issue here on Microsoft's official website.
    • I have no issue with a service not being offered free. That's perfectly understandable. I do have issue with seeing ads literally everywhere these days, though, plastered in layers over every website and in every app. Especially with how annoying they tend to be (hell, many ads these days even promote literal scams). That's why people use ad blockers. Let me choose. Offer an ad-free experience for a couple of bucks (but be reasonable, don't get too greedy) or ads for free access. Don't make it ads or nothing.
    • Yeah, running a site does consume your whole life.
  • Recent Achievements

    • Week One Done
      korostelev earned a badge
      Week One Done
    • Week One Done
      rozermack875 earned a badge
      Week One Done
    • Week One Done
      oneworldtechnologies earned a badge
      Week One Done
    • Veteran
      matthiew went up a rank
      Veteran
    • Enthusiast
      Motoman26 went up a rank
      Enthusiast
  • Popular Contributors

    1. 1
      +primortal
      684
    2. 2
      ATLien_0
      268
    3. 3
      Michael Scrip
      182
    4. 4
      +FloatingFatMan
      177
    5. 5
      Steven P.
      139
  • Tell a friend

    Love Neowin? Tell a friend!