Uninstallation
MyQ SPS can be uninstalled either via the installation wizard or via the silent uninstallation command on the Windows command line. Use the same method that you used during the installation.
Uninstallation via the installation wizard
To uninstall MyQ Smart Print Services via the installation wizard:
Run the installation file. The MyQ Smart Services setup dialog box opens.
In the dialog box, select the Remove option, and click Next.
Click Remove to confirm the uninstallation.
Click Finish to exit the setup.
Silent uninstallation
To silently uninstall the service, open the Windows command line and:
Find the Identifying Number of the MyQ Smart Print Services application via the following command:
wmic product where "Name like '%Smart%'" get Name, Version, IdentifyingNumber
Uninstall the application via the following command:
msiexec.exe /x *{IdNumber}* (where *{IdNumber}* is the Identifying Number of the application).
