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.
Page 1 of 1
Stop a device through a batch program
#2
Posted 13 June 2003 - 06:51 PM
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.
#3
Posted 13 June 2003 - 09:50 PM
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
#4
Posted 13 June 2003 - 10:02 PM
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
#5
Posted 13 June 2003 - 11:04 PM
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.
Share this topic:
Page 1 of 1

Help










