Reloading drivers

Is there a way on W2K to reload a new version of the driver without rebooting?

Thanks
Matteo


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Sure, if your driver supports unloading. NET STOP drivername for non-PnP
drivers. Applications can use SCM functions (see DeleteService); see also SC
Resource Kit utility. PnP drivers are unloaded automatically when all
devices are disabled. After unload update driver binary and load it using
NET START or by reenabling devices for PnP drivers. I wrote a command line
utility which automates PnP drivers reloading (no clicking! :), can send it
via mail if you want.

Best regards,

Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]


From: Matteo Pelati[SMTP:xxxxx@dolce.it]
Reply To: NT Developers Interest List
Sent: Tuesday, March 06, 2001 10:34 PM
To: NT Developers Interest List
Subject: [ntdev] Reloading drivers

Is there a way on W2K to reload a new version of the driver without
rebooting?

Thanks
Matteo

You are currently subscribed to ntdev as: xxxxx@rkk.cz
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

If the driver unloads when it is disabled (via the device manager) then
simply copy your new driver to system32\drivers and re-enable it (via the
device manager.) On the other hand, if your driver can’t unload (or won’ be
disabled,) then you are stuck with rebooting.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Tuesday, March 06, 2001 4:35 PM
To: NT Developers Interest List
Subject: [ntdev] Reloading drivers

Is there a way on W2K to reload a new version of the driver without
rebooting?

Thanks
Matteo

You are currently subscribed to ntdev as: xxxxx@wattanuck.mv.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com