A simple PowerShell script to install the NVIDIA Control Panel as an UWP or a Win32 App!
Use the following command to run the script:
irm "https://raw.githubusercontent.com/Aetopia/Install-NVCPL/main/Install-NVCPL.ps1" | iex
- Install
GCC
andUPX
. - Run
build.bat
. - Now simply extract a NVIDIA Control Panel APPX package as a
.zip
archive. - Replace
nvcpluir.dll
inDisplay.Driver\NVCPL
within the extracted.zip
file directory. - Run
nvcplui.exe
as an Administrator to launch the NVIDIA Control Panel.