A
A
Alwake2011-07-10 02:00:04
Windows
Alwake, 2011-07-10 02:00:04

Unloading the driver in Windows OS

How can I unload the driver from Windows (XP SP3 in my case)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Mikhail Shevtsov, 2011-07-10
@Alwake

The sc command will help you: sc stop <имя_драйвера>
The name of the required driver, in turn, can be obtained with the command: sc queryex type= driver
Or find the driver branch in the registry and look at the name there:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services

O
okazymyrov, 2011-07-10
@okazymyrov

Therefore, try to find the service corresponding to the driver and stop it.
PS
More details in the studio.

B
BaJlepa, 2011-07-10
@BaJlepa

if you need to do it programmatically, there is setupapi.h in DDK

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question