nvidia-patch icon indicating copy to clipboard operation
nvidia-patch copied to clipboard

On Windows, users must be instructed to patch the files in C:\Windows\System32\DriverStore\FileRepository\nvm*.inf_amd64_*

Open doctorpangloss opened this issue 3 years ago • 7 comments

Otherwise some applications will not load the patch.

doctorpangloss avatar Aug 13 '21 21:08 doctorpangloss

I suppose it's true for drivers installed by Windows Updates, not by bundle from Nvidia site. Right?

Snawoot avatar Aug 15 '21 12:08 Snawoot

I suppose it's true for drivers installed by Windows Updates, not by bundle from Nvidia site. Right?

No, drivers from NVIDIA will need this patch.

doctorpangloss avatar Aug 15 '21 14:08 doctorpangloss

As a followup, anyone using the DCH drivers must update these. Most users will have DCH drivers.

doctorpangloss avatar Aug 31 '21 21:08 doctorpangloss

@doctorpangloss I noticed the same, were you able to patch the files in this directory? Seems like it might be harder than just running the patcher as System.

ajansveld avatar Oct 21 '21 00:10 ajansveld

As an update, I have successfully patched these files by taking permissions of them.

doctorpangloss avatar Aug 29 '22 22:08 doctorpangloss

Precisely, how should we patch these files, and what file ? Because, I installed the new driver, patched it, did the bump for limit. Using ffmpeg test i can start a lot of stream, but when I try plex transcoding, I'm still limited to 5

Kheopsian avatar Jun 25 '23 19:06 Kheopsian

Install gsudo, then run the copy commands as Trusted Installer:

choco install -y gsudo
sudo --ti cp source.dll C:/Windows/.../destination.dll

Alternatively, use icacls to temporarily take ownership of the destination, then revert to trusted installer. Maybe consult ChatGPT for details.

doctorpangloss avatar Jun 25 '23 19:06 doctorpangloss