How to create Enable/Disable 3D Vision Desktop shortcuts on Windows 10?
I remember on Windows 7 there were two shortcuts to Quickly enable/disable 3D instead of going into Control Panel all the time. cannot seem to locate them on Windows 10
I remember on Windows 7 there were two shortcuts to Quickly enable/disable 3D instead of going into Control Panel all the time.

cannot seem to locate them on Windows 10

#1
Posted 11/05/2015 06:05 AM   
They weren't placed on the desk top by default, they had to be manually placed there in W7 AFAIK. You could click Start button, all programs, Nvidia Corporation, 3D Vision, enable/disable options Then you could drag them to the desktop or task bar
They weren't placed on the desk top by default, they had to be manually placed there in W7 AFAIK.

You could click Start button, all programs, Nvidia Corporation, 3D Vision, enable/disable options

Then you could drag them to the desktop or task bar

#2
Posted 11/05/2015 06:23 AM   
that was on Windows 7.. they are not included in Windows 10 installation/folder anymore. so I am looking for a manual way to create a shortcut
that was on Windows 7.. they are not included in Windows 10 installation/folder anymore. so I am looking for a manual way to create a shortcut

#3
Posted 11/05/2015 07:49 AM   
Do these work from the command prompt? If so, save as Enable3D.bat and Disable3D respectively. [code]C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /Enable[/code] [code]C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /Disable[/code]
Do these work from the command prompt? If so, save as Enable3D.bat and Disable3D respectively.

C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /Enable

C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /Disable
#4
Posted 11/05/2015 04:50 PM   
Scroll To Top