- Joined
- Feb 4, 2020
- Messages
- 3 (0.00/day)
Hi there and thanks for great tool!
Would be cool to have an ability to force particular localization language for driver installation (and basically remove the rest ones).
By default NVIDIA installer uses OS language which aren't sutable for some users.
I use this .bat file to remove localization resourse files after installation and get Control Panel in English:
Thanks in advance!
Would be cool to have an ability to force particular localization language for driver installation (and basically remove the rest ones).
By default NVIDIA installer uses OS language which aren't sutable for some users.
I use this .bat file to remove localization resourse files after installation and get Control Panel in English:
Code:
del %windir%\system32\nvwssr.dll /f
del %windir%\system32\nvvitvsr.dll /f
del %windir%\system32\nvrssv.dll /f
del %windir%\system32\nvmoblsr.dll /f
del %windir%\system32\nvmccssr.dll /f
del %windir%\system32\nvmccsrs.dll /f
del %windir%\system32\nvgamesr.dll /f
del %windir%\system32\nvdispsr.dll /f
del %windir%\system32\nvcpluir.dll /f
del "C:\Program Files\NVIDIA Corporation\Control Panel Client\nvcpluir.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvdispsr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvgamesr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvmccssr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvmoblsr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvvitvsr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvwssr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvsvsr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Display\nvuir.dll" /f
del "C:\Program Files\NVIDIA Corporation\Update Core\NvUpdtr.dll" /f
del "C:\Program Files\NVIDIA Corporation\Update Core\NvGFTrayPluginr.dll" /f
Thanks in advance!