How to manually uninstall the MaxQData Software (PC version) ------------------------------------------------------------ Try using the Windows Add/Remove Programs applet in the Control Panel. If that fails to completely remove the software, you can perform the following steps. 1. Open a Windows command prompt window (using Run as Administrator if necessary under Windows Vista or Windows 7). Start > type cmd > hit 2. Change the current directory to the MaxQData install directory (normally "C:\Program Files\MaxQData"). 3. Enter the command "regsvr32 /u MQSensorDrivers.dll". Click OK when the message box is displayed that indicates the file was successfully unregistered. If you have only installed Chart, this file will not be present and you should skip this step. 4. Delete all files in this folder. 5. Remove the MaxQData folder from the Program Files directory. 6. Exit from the command prompt window. 7. Manually delete any MaxQData shortcuts remaining on the Start menu and the desktop. Here is an example of the command prompt sequence: C:\Users\Max>cd "\Program Files\MaxQData" C:\Program Files\MaxQData>regsvr32 /u MQSensorDrivers.dll C:\Program Files\MaxQData>del *.* C:\Program Files\MaxQData\*.*, Are you sure (Y/N)? y C:\Program Files\MaxQData>cd .. C:\Program Files>rmdir MaxQData C:\Program Files>exit