• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

[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!
 

W1zzard

Administrator
Staff member
Joined
May 14, 2004
Messages
27,049 (3.71/day)
Processor Ryzen 7 5700X
Memory 48 GB
Video Card(s) RTX 4080
Storage 2x HDD RAID 1, 3x M.2 NVMe
Display(s) 30" 2560x1600 + 19" 1280x1024
Software Windows 10 64-bit
Great idea.

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