I have it as StereoMemoEnabled REG_DWORD 0x00000000 (0), and it works. But maybe it's not a relevant setting (I don't know).
Btw thanks for the posts, I would never have figured this out otherwise!
I'm using Windows Vista Ultimate 64-bit (SP 2), Geforce GTX 470 with nVidia driver version 296.10. I don't have any 3D monitor, but I sometimes like to test games with the red-cyan anaglyph glasses.
My registry settings that worked is basically what is in this post, except the typo as mentioned above.
Like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D\GameConfigs\dcs]
"StereoMemoEnabled"=dword:00000000
"StereoDX9"=dword:00000001
"StereoTextureEnable"=dword:00000001
"Link1"=hex(2):4c,00,61,00,75,00,6e,00,63,00,68,00,65,00,72,00,2e,00,65,00,78,\
00,65,00,00,00
This could be saved as a .reg file and then imported into the windows registry by double clicking it (perhaps/probably as administrator though).
NOTE: I do not guarantee that it will work for your computer, all I can say is that it worked for me. The usual warnings about messing about in the registry applies, you could bork your computer/OS if you don't know what you are doing!