Solution Details Date - SEP 2007
Affected Product & Version - NetVault: Backup 7.4.5
Affected Module & Version - GUI
OS Version - Any
Application Information - N/A
Description:
How to use command line from one windows machine to quickly find out if the Removable Storage Services are running in another Windows Machine and disable it.
Symptoms:
I need a quick way to find out if the Removable Storage Services are running in another Windows Machine.
I do not want or can not use a remote desktop application.
I want to find the status of the Service and Disable it using only Command Line.
From a windows machine:
1)- Open a terminal window by Clicking on the Start, selecting Run, typing cmd and pressing the Enter Key on the Keyboard.
On the new window type the following command
in order to find out if the Removable Storage Services is running in the target machine:
sc <\\Target Machine> query NtmsSvc
for Example: sc \\10.1.80.XX query NtmsSvc
in order to disable the Removable Storage Services in the target machine:
sc <\\Target Machine> config NtmsSvc start= disabled
for Example: sc \\10.1.80.XX config NtmsSvc start= disabled
Note You must be a local administrator on the target machine.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center