Enable Stereoscopic 3D Registry Setting Question
"StereoFirstTime"=dword:00000000 Doesn't seem to work when trying to avoid using the medical test everytime a new driver is installed. What is the correct registry key that controls this? Also, does RHWAtScreenLess and RHWAtScreenMore still work for fixing huds?
"StereoFirstTime"=dword:00000000 Doesn't seem to work when trying to avoid using the medical test everytime a new driver is installed. What is the correct registry key that controls this?

Also, does RHWAtScreenLess and RHWAtScreenMore still work for fixing huds?

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#1
Posted 12/03/2013 05:30 PM   
54 views, no replies. Say something, don't be rude.
54 views, no replies. Say something, don't be rude.

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#2
Posted 12/06/2013 03:10 AM   
Maybe no-one knows?
Maybe no-one knows?

#3
Posted 12/06/2013 04:00 AM   
I probably looked at this more than anyone else here, because I wanted to set the registry as part of .bat file fixup for post driver-install setup. [url]https://forums.geforce.com/default/topic/544995/handy-batch-file-to-fix-3d-settings/[/url] I didn't spend a lot of time on it, but I couldn't figure out the right combo of settings to get it to enable properly. It seems tied to at least two keys, and maybe three. If you are motivated, take a look and figure it out. I'll add it to the .bat file. You can probably figure it out by looking at the registry on the off-state after a driver install, then compare to the on-state after walking through the wizard. I don't think the RHWatScreenLess and More work anymore. Pretty sure those are obsolete keys that work with the pre-Vista 3D driver. These junk entries make looking in the registry harder.
I probably looked at this more than anyone else here, because I wanted to set the registry as part of .bat file fixup for post driver-install setup.

https://forums.geforce.com/default/topic/544995/handy-batch-file-to-fix-3d-settings/


I didn't spend a lot of time on it, but I couldn't figure out the right combo of settings to get it to enable properly. It seems tied to at least two keys, and maybe three.

If you are motivated, take a look and figure it out. I'll add it to the .bat file.

You can probably figure it out by looking at the registry on the off-state after a driver install, then compare to the on-state after walking through the wizard.


I don't think the RHWatScreenLess and More work anymore. Pretty sure those are obsolete keys that work with the pre-Vista 3D driver. These junk entries make looking in the registry harder.

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#4
Posted 12/06/2013 04:57 AM   
Made a batch file myself using a .vbs, a .reg, and a .bat. Found it. It's: [code] Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D] "StereoVisionConfirmed"=dword:00000000[/code] Make it a value of 00000001 and the test will not initiate when you first turn on 3D.
Made a batch file myself using a .vbs, a .reg, and a .bat.

Found it.
It's:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoVisionConfirmed"=dword:00000000


Make it a value of 00000001 and the test will not initiate when you first turn on 3D.

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#5
Posted 12/06/2013 08:32 PM   
Great work!
Great work!

#6
Posted 12/07/2013 02:33 AM   
Thanks, I'm devising how to get rid of that 3D compatibility message next :P I hope I'm successful.
Thanks, I'm devising how to get rid of that 3D compatibility message next :P
I hope I'm successful.

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#7
Posted 12/07/2013 02:39 AM   
Great, thanks for finding that one. I added it to my larger .bat that does all the currently known 3D settings. That one might be worth using because it's completely self contained within a single .bat file. I also looked again for the setting to enable the 3D checkbox, and I'm nearly certain it is not a registry key. I exported that Stereo3D hive, with it on, then off, and did a file diff, and nothing changes there.
Great, thanks for finding that one. I added it to my larger .bat that does all the currently known 3D settings. That one might be worth using because it's completely self contained within a single .bat file.


I also looked again for the setting to enable the 3D checkbox, and I'm nearly certain it is not a registry key. I exported that Stereo3D hive, with it on, then off, and did a file diff, and nothing changes there.

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#8
Posted 12/07/2013 05:18 AM   
I used a .bat to turn on nvstlink.exe and put the .reg keys in at the same time. Nvstlink.exe controls that checkmark. Tried to use .vbs to just press the green text off with the automated shortcut press but for some reason it's not working: [code]Set WshShell = CreateObject("WScript.Shell") WScript.Sleep 15000 WshShell.SendKeys "^%{INSERT}" wScript.quit[/code]
I used a .bat to turn on nvstlink.exe and put the .reg keys in at the same time. Nvstlink.exe controls that checkmark. Tried to use .vbs to just press the green text off with the automated shortcut press but for some reason it's not working:

Set WshShell = CreateObject("WScript.Shell")
WScript.Sleep 15000
WshShell.SendKeys "^%{INSERT}"
wScript.quit

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#9
Posted 12/07/2013 05:58 AM   
Totally awesome idea to use the nvstlink.exe to enable. I'll add that when I get a chance. Thanks.
Totally awesome idea to use the nvstlink.exe to enable. I'll add that when I get a chance. Thanks.

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#10
Posted 12/08/2013 01:13 AM   
Scroll To Top