To uninstall the MFA client, you can do so quickly and easily from the Programs and Features page in the Control Panel. This method is not always effective (typically in older client versions–4.9.3.9 or older), sometimes leaving certain assemblies behind, later causing issues for future MFA client installations.
The following instructions are for our uninstallation script for the MFA client software. This tool can also be run after an initial Windows uninstallation of the software. The client uninstallation tool can help remove anything left behind or even be used to uninstall the client remotely (if needed).
Download
Instructions
-
Download the ClientUninstaller.zip file.
-
On the client computer, create a
C:\Tempdirectory if it does not already exist. -
Unzip the contents of ClientUninstaller.zip to
C:\Tempor move them after unzipping to their current location. -
Open the Command Prompt or PowerShell as Administrator.
-
Navigate to
C:\Temp. -
Run the respective uninstaller file.
⚠️ Execution PolicyThe PowerShell version contains Set-ExecutionPolicy lines that should automatically set the permissions to "unrestricted" for the tool to run and automatically reset back to "restricted" when complete.
If you encounter any errors when trying to run the Uninstaller-PS.ps1 file, try running
Set-ExecutionPolicy unrestrictedbefore re-running Uninstaller-PS.ps1 . -
Restart the computer after the uninstaller has finished.
