Is it possible to unload a driver which was loaded at boot time. If yes, how can this be done?
System is windows xp. I tried net stop but I got "The requested control is not valid for this service "
The driver is a kernel mode driver which is loaded by a service so I cannot uninstall it from device manager.
Any ideas how to unload the driver?
Thank you.