Page 1 of 1

[SOLVED] Uninstall WAPT agent

Published: January 24, 2019 - 11:21
by FranT
Hello,

Some of the workstations I manage with WAPT will be leaving the company to change domains. Therefore, I want to uninstall the WAPT agent.

Since the agent was initially deployed via GPO using WAPTdeploy, is it possible to uninstall it via GPO as well, rather than manually?

If so, could you please tell me how?

WAPT Server version: 1.3.13.0
WAPT Agent version: 1.3.13.0
WAPT Setup version: 1.3.13.0
WAPT Deploy version: 1.3.13.0

Thank you in advance.

Re: Uninstalling WAPT agent

Published: February 1, 2019 - 5:00 PM
by xavpen
Hello,

using a script:

@echo off
cd\
c:\wapt\unins000.exe /silent
rd c:\wapt /s /q