"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
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 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
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.
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
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
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
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
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
Found it.
It's:
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
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
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
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
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