Jamesgf 0 Posted June 13, 2003 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. Share this post Link to post
DS3Circuit 0 Posted June 13, 2003 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. Share this post Link to post
Jamesgf 0 Posted June 13, 2003 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 Share this post Link to post
DS3Circuit 0 Posted June 13, 2003 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 Share this post Link to post
duhmez 0 Posted June 13, 2003 Or you could disable the device in comntrol panel>devices Or is it control panel>hardware? Either way you get the idea. Share this post Link to post