Skip to content

alanfox2000software/NVRepackTool

Repository files navigation

NVIDIA Driver Repack Tool

  1. Install AutoHotkey and download this repository.
  2. Place the downloaded .exe driver files in the Temp\Input folder.
  3. Edit the config.ini file and modify the following variables. Set them to 0 to remove the corresponding file(s), or set them to 1 to add/keep those file(s).
  • pi_nvfbcwrp nvfbcwrp32.dll, nvfbcwrp64.dll
  • pi_nvfbc NvFBC.dll, NvFBC64.dll, NvFBCPlugin.dll, NvFBCPlugin64.dl
  • pi_nvifr NvIFR.dll, NvIFR64.dll
  • pi_nvifropengl NvIFROpenGL.dll, NvIFROpenGL64.dll
  1. Run 1. Extract.ahk, all drivers will be extracted to the Temp\Extract folder.
  2. Run 2. Patch.ahk, it will cleanup .inf and nvi files.
  • [Optional] Follow this guide if you want NVENC patch. Copy nvencodeapi64.dll and nvencodeapi.dll located at Temp\Extract\{driver folder}\Disaply.Driver folder to Temp\Extract\{driver folder}\NVENC. Select those files under the NVENC folder for patching.
  • [Optional] Replace Temp\Extract\{driver folder}\HDAudio folder if you want Dolby Digital Live.
  1. "Run '3. Pack.ahk'. An .exe repack file will be created once the compression is finished.

More info