Although I’m Dutch, I prefer to use my Operating System and software in English. This has several reasons, but the foremost reason is that I just don’t like some translations (Mac OS X, for example, translates ‘File’ as ‘Archief’ (‘Archive’) instead of ‘Bestand’ (‘File’)).

However, I like to see my date and time formatting in what’s default in my country, so I configured Windows to use Dutch formatting. Also, I’ve set Windows to use Dutch as my default character set for non-Unicode programs.

Unfortunately, some programs misinterpret this setting and feel like to show me dialogs in Dutch. Most programs allow you to choose English somewhere in the configuration, but nVidia likes to be a pain in the ass and won’t offer this option. Even if you download the English version of the software, nVidia shows localized messages.

To prevent nVidia from showing you non-English messages, just execute this batch file in Windows:

del %windir%\system32\nvwssr.dll /f /q
del %windir%\system32\nvvitvsr.dll /f /q
del %windir%\system32\nvrssv.dll /f /q
del %windir%\system32\nvmoblsr.dll /f /q
del %windir%\system32\nvmccssr.dll /f /q
del %windir%\system32\nvmccsrs.dll /f /q
del %windir%\system32\nvgamesr.dll /f /q
del %windir%\system32\nvdispsr.dll /f /q
del %windir%\system32\nvcpluir.dll /f /q

You can also go to the folder System32 in your Windows dir and remove (or rename) the files mentioned above.

When you now start the Control Panel, all messages and dialogs will be in English. Tadaa!