Stop a device through a batch program
This is a discussion about Stop a device through a batch program in the Everything New Technology category; Does anyone know how can I stop a Device in Windows NT through a batch program. I know you can stop a service by typing net stop, is there a easy way to do this. Thanks in advance for any help. .
Does anyone know how can I stop a Device in Windows NT through a batch program. I know you can stop a service by typing net stop, is there a easy way to do this. Thanks in advance for any help.
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Jun 13
Jun 13
0
1 minute
Responses to this topic
What devices would you like to disable in NT 4.0? Serial devices can be stopped with a switch in your boot.ini as seen here
http://support.microsoft.com/default.asp...;NoWebContent=1
Please expand on what you would like to do.
http://support.microsoft.com/default.asp...;NoWebContent=1
Please expand on what you would like to do.

OP
I want to disable the cmosa device, ever since we applied security updates we get a event error message that there is a problem with cmosa device. I have disabled this device with no problems so I would like to just write a batch file disable this device to all our users
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services Lists all startup services and device drivers.
I dont have an NT4 machine handy, but your cmosa driver should be listed there.
You can pass silent registry entries using a login script and regedit /s myreg.reg.
HTH
I dont have an NT4 machine handy, but your cmosa driver should be listed there.
You can pass silent registry entries using a login script and regedit /s myreg.reg.
HTH
Or you could disable the device in comntrol panel>devices
Or is it control panel>hardware? Either way you get the idea.
Or is it control panel>hardware? Either way you get the idea.