Editing registry perhaps?Not that I know of. Since I do not have those games, I cannot even play around with that attempt. I'll have to look at it more this weekend. But, run the batch file, then REBOOT. See if the NVCP is disabled them. I say that, because I disabled mine last night for the screenshots, when I logged in to check the NVCP, it was missing. It returned when I re-ran the Batch file. But, when I re-ran to disable it, it stayed active. ================================== Edit 12/8/17 Fixed the Batch in the Original post to add: taskkill /F /FI "IMAGENAME eq nvxdsync.exe" This kills the process in the Taskmanager. .
sebastian.florescu1202 said: And if I still not being able to run the game even with this change, what can I do? I receive the same error even if I change the name of the file...First I need to know what the error is. Then are you sure you followed all the instructions and the BATCH file is working correctly? If it works correctly the NVCP will not be available. Then when re0run, it will take a few seconds but will again be available. .
If you know it is working correctly, you can remove the two echo / pause lines. These are just there to verify it worked and that you did infact set the ADMIN flag. Also, if you switch it, you must switch it back. If you attempt to update the Drivers before switching it back, it will fail as you will have both a DLL and a OLD file already and it cannot rename the one file because of the other. Delete the OLD file and it will work again. ================================================ In File Explorer Click View make sure the box is checked: File Name Extension If not, you will actually have the file Renamed.bat.txt shortcut on the desktop and you cannot select the Run as ADMIN as it is still a TEXT file. .
- if exist C:\Windows\System32\nvapi64.Old goto Old
- chdir /d C:\Windows\System32
- ren nvapi64.dll nvapi64.Old
- taskkill /F /FI "IMAGENAME eq nvxdsync.exe"
- echo @ Named
- pause
- goto End
- :Old
- chdir /d C:\Windows\System32
- ren nvapi64.Old nvapi64.dll
- echo @ Renamed
- pause
- goto End
- :End
Email Me
Notify Me
Email Me
Notify Me