Uninstalling Agent (in Windows)

Uninstall Agent as a user who has administrative privileges.

1. Stop Agent

Stop Agent.

For details about how to stop Agent, see Stopping Agent (in Windows).

2. Delete the Agent registry key

Back up the Agent registry key, and then delete the registry key by using the following command:

reg delete "HKLM\SYSTEM\CurrentControlSet\services\eventlog\Application\HULFT IoT Agent" /f †

:

This is an example when the service name of Agent is "HULFT IoT Agent" as a default.

3. Delete the Agent service

Delete the Agent service by using the following command:

sc delete "HULFT IoT Agent" †

:

This is an example when the service name of Agent is "HULFT IoT Agent" as a default.

4. Delete the installation folder of Agent

Delete the installation folder by using the following command:

rmdir /S /Q "INSTALLAION FOLDER OF AGENT"

For details about the installation folder, see Executing Agent installation.