3DX Start Driver Setting - How to start on multi lab systems

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
meem1
Posts: 4
Joined: Thu Sep 03, 2009 5:35 am

3DX Start Driver Setting - How to start on multi lab systems

Post by meem1 »

Is there a reg key value that changes when you stop\start 3dxsrv.exe

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.
:D
UtaSH
Moderator
Moderator
Posts: 3754
Joined: Mon Nov 27, 2006 10:34 am
Location: Munich, Germany
Contact:

Re: 3DX Start Driver Setting - How to start on multi lab sys

Post by UtaSH »

Hi meem1,

did you try -quiet ?
meem1
Posts: 4
Joined: Thu Sep 03, 2009 5:35 am

try -quiet

Post by meem1 »

I will try -quiet now and let you know what happens.

Thanks!
meem1
Posts: 4
Joined: Thu Sep 03, 2009 5:35 am

3dxsrv.exe -shutdown -quiet

Post by meem1 »

The following worked. "C:\Program Files\3Dconnexion\3Dconnexion 3DxWare\3dxsrv.exe" -shutdown -quiet

I was wondering if it was -q or -quiet.

Thanks!

:D
Post Reply