Stop a device through a batch program
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 on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
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.
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