Uninstall-LiveConnect
Description
The Uninstall-LiveConnect
script is designed to completely uninstall LiveConnect from the system. It removes all associated directories and files, ensuring a clean uninstallation process.
Requirements
- A system reboot is required after running the script to complete the uninstallation process.
Usage
- The script begins by identifying and terminating any running instances of LiveConnect.
- It proceeds to uninstall the LiveConnect application from the system.
- The script then removes all associated directories, including those in
ProgramData
andAppData
, to ensure no residual files are left behind.
./Uninstall-LiveConnect.ps1
Output
The script generates the following output files to log the uninstallation process:
.\\Uninstall-LiveConnect-log.txt
: Contains detailed logs of the uninstallation process..\\Uninstall-LiveConnect-data.txt
: Contains data related to the uninstallation process..\\Uninstall-LiveConnect-error.txt
: Contains any error messages encountered during the uninstallation process.