also @ TechSpot: Dell announces trio of all-in-one desktops, challenges 27-inch iMac

TechSpot

UnLoading the Driver

Discussion in 'Device Drivers' started by rajesh.v, Nov 23, 2006.

Thread Status:
Not open for further replies.
  1. rajesh.v Newcomer, in training

    Hi,

    Is there any way, I can unload and load the driver installed on the DOS system through C programming????

    This is something similar to what we have in Linux

    i.e we use rmmod <driver_name> to unload the driver and insmod <driver_name> to load the driver again.

    I need this as part of the driver development to make sure no other driver for the same device is active apart from the driver which I develop.
  2. smore9648 Newcomer, in training

    Maybe I do not underatand you question.

    The only three ways that I am aware of for unistalling drivers are

    1. Using the control panel

    2. Using the unistallment executable that accomdates the software

    3 Device manager

    or if you want to do something a little crazy. Go the the registry.
Thread Status:
Not open for further replies.