
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 03:15 AM
Is there a parameter for the LSAgent installer to uninstall? Or is there a way to silently install on a client?
I accidentally included some desktops in there, no need for those, just wanted the notebooks to have LSAgent.
I accidentally included some desktops in there, no need for those, just wanted the notebooks to have LSAgent.
Labels:
- Labels:
-
General Discussion
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 06:08 PM
I try to wrap up this command line in a .bat file to push via the SCCM package, and it does not work. Do you have any other suggestions on how to uninstall the agent on more than 1300+ systems?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2020 07:16 PM
i created a very simple Package that checks if the uninstaller exists and then executes the command to uninstall it.
uninstaller is located under: C:\Program Files (x86)\LansweeperAgent
file name is uninstall.exe
Command used to uninstall the lansweeper agent was as followed:
"C:\Program Files (x86)\LansweeperAgent\uninstall.exe" --mode unattended
i check the uninstall strings and locations using regedit.
uninstaller is located under: C:\Program Files (x86)\LansweeperAgent
file name is uninstall.exe
Command used to uninstall the lansweeper agent was as followed:
"C:\Program Files (x86)\LansweeperAgent\uninstall.exe" --mode unattended
i check the uninstall strings and locations using regedit.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 10:47 AM
Not to my knowledge. Once LsAgent is installed there should also be an uninstaller.exe in the folder. What you can do is trigger this uninstaller with the parameter "--mode unattended"
