wdreg -name <Kernel PlugIn name> uninstall![]() | |
| The Kernel PlugIn name should be specified without the *.sys extension. |
wdreg -inf <path to the device-specific INF file>
uninstallUninstall WinDriver's kernel module – windrvr6.sys.
![]() | |
| It is recommended not to uninstall the WinDriver kernel module (windrvr6.sys), since WinDriver is designed as a generic driver module and may be used by other drivers in the system. To successfully terminate your usage of WinDriver without uninstalling the WinDriver kernel module, simply skip this step and proceed to the steps below. |
wdreg -inf <path to windrvr6.inf>
uninstall![]() | |
| windrvr6.sys should reside in the same directory as windrvr6.inf when running this command. |
Remove the Go-HotSwap/WinDriver DLL.
![]() | |
| We recommend not to perform this step, since removing the DLL will affect other Go-HotSwap/WinDriver based applications that may be running in the system. |
Erase the following DLL file, if it exists:
%windir%\system32\wdapi1021.dll
![]() | |
| 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 ~/GoHotSwap