Forum Discussion

d3v4n5hu's avatar
d3v4n5hu
Copper Contributor
Feb 09, 2023
Solved

NVIDIA Control Panel won't open

To preface this, I'm entirely unsure if this is an issue with Windows Insider Dev builds specifically, or if there's something else wrong that I haven't been able to find on my own. I'm on Insider bu...
  • swabbo's avatar
    swabbo
    Feb 10, 2023

    swabbo 

     

    Next insights and workaround:

    Seems something is wrong with the path validation / ACLs for executables.

     

    But it's possible to start NVIDIA Control Panel from other locations.

     

    This workaround (/PowerShell command) copies the AppX Package of NVIDIA Control Panel to your Desktop where you can start the executables (specifically "nvcplui").

    The command will start nvcplui right after copying.

     

     

    Get-AppxPackage 'NVIDIACorp.NVIDIAControlPanel' | % { Copy-Item -LiteralPath $_.InstallLocation -Destination $Env:USERPROFILE\Desktop -Recurse -Force; Invoke-Item "$Env:USERPROFILE\Desktop\NVIDIACorp.NVIDIAControlPanel_*\nvcplui.exe" }

     

     

     

     

     

Resources