want to disable device driver in Recovery console

nihl8tor88

Junior Member
Aug 26, 2004
23
0
0
I want to stop the video driver from loading in recovery console.
i know the command is disable <driver>
for services i can use listsvc, but what can i use to identify what the driver name is???
how do i find out what driver to disable?
any help would be appreciated, thx
 

nihl8tor88

Junior Member
Aug 26, 2004
23
0
0
Ok, i found it, I guess i just have to use the listsvc.

To enable or disable services by using Recovery Console

At the Recovery Console prompt, type listsvc.
The computer displays the service or driver name, startup type, and possibly a friendly driver or service name. Record the name of the driver or service that you want to enable or disable.

To disable a driver, type:
disable drivername

To enable a driver, type:
enable drivername start_type

Possible values for start_type are:

SERVICE_BOOT_START
SERVICE_SYSTEM_START
SERVICE_AUTO_START
SERVICE_DEMAND_START