This section will help you to uninstall either the evaluation or registered version of WinDriver.
![]() | |
|
wdreg -inf <path to the INF file> uninstall
On the development PC, on which you installed the WinDriver
toolkit:
Run , OR run
the uninstall.exe utility from the
WinDriver installation directory.
The uninstall will stop and unload the WinDriver kernel module (windrvr6.sys); delete the copy of the windrvr6.inf file from the %windir%\inf directory; delete WinDriver from Windows' menu; delete the WinDriver installation directory (except for files that you added to this directory); and delete the shortcut icons to the DriverWizard and Debug Monitor utilities from the Desktop.
On a target PC, on which you installed the WinDriver kernel module
(windrvr6.sys), but not the entire WinDriver toolkit:
Use the wdreg utility to stop and
unload the driver:
wdreg -inf <path to windrvr6.inf> uninstall
![]() | |
When running this command, windrvr6.sys should reside in the same directory as windrvr6.inf. |
(On the development PC, the relevant wdreg uninstall command is executed for you by the uninstall utility).
![]() | |
|
![]() | |
The following commands must be executed with root privileges. |
/# /sbin/lsmod
/# /sbin/modprobe -r <module_name>
/# /sbin/modprobe -r windrvr6
/# rm -f /dev/windrvr6
/# rm -f /etc/.windriver.rc
/# rm -f $HOME/.windriver.rc
/# rm -f /usr/bin/wdwizard
/# rm -rf ~/WinDriver