For example:
Stopping: 3dxsrv.exe -shutdown
Starting: 3dxsrv.exe -searchWarnDlg
I would like to do this remotely to multiple systems in a lab with either a command or a change to the registry. I mistakenly deployed the driver with the NOREGISTER3DXUSER=1 switch in my script. I can run the following remotely via Ghost Console, which works.
STOP
"C:\Program Files\3Dconnexion\3Dconnexion 3DxWare\3dxsrv.exe" -shutdown
START
"C:\Program Files\3Dconnexion\3Dconnexion 3DxWare\3dxsrv.exe" -searchWarnDlg
But, I get a "Shut down successful" pop-up confirmation on the client with the -shutdown command which I do not want user's seeing. I thought maybe there would be an option like 3dxsrv.exe" -shutdown -q
Thanks in advance.
