• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

[Feature Request] Select localization language for driver installation

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:
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!
 
Great idea.

Any idea how to force a specific language other than English?
 
Back
Top