Seguire questa guida:
Manually uninstall ERA components
-
Open an Administrative Command Prompt. Click Start → All Programs → Accessories, right-click Command Prompt and then click Run as administrator. If prompted, click Yes in the User Account Control window.
Type the following commands in to the command prompt to delete the services:
- For the ERA Agent:
sc delete EraAgentSvc
- For the ERA Server:
sc delete EraServerSvc
- For the ERA Proxy:
sc delete EraProxySvc
- For the ERA Agent:
-
Erase the following directories and all of the files inside the folders (these addresses are default and may be different on your system). Adjust the address according to the component you are uninstalling (Agent / Server / Proxy).
-
C:Program FilesESETRemoteAdministratorAgent
C:ProgramDataESETRemoteAdministratorAgent
The directory ProgramData
is hidden by default, you may need to enable Show hidden files under Control Panel → Folder Options → View.
-
Open
regedit
(press the Windows key + R, typeregedit
and click OK), navigate toHKEY_LOCAL_MACHINESOFTWAREESETRemoteAdministrator
and delete the appropriate registry key of the component you want to uninstall.
Determine your UUID using wmic
(recommended)
-
Open the Command Prompt (CMD).
-
Run the code below in the Commnad Prompt. Substitute the string Agent for Proxy or Server if you are unisntalling that component.
WMIC Product WHERE 'Name LIKE “ESET%Agent”' GET Name, IdentifyingNumber
-
Save the
IdentifyingNumber
from the response for next steps, where you use it as UUID. Continue with Remove matching registry entries.
Determine your UUID manually (alternative)
-
Determine your installation UUID using the following method. In
regedit
look for string according to the product you want to uninstall (first click on the "Computer" icon in the Registry Editor window and then press Ctrl + F, as seen on the Figure 1)
- Agent –
786A20824144DB1449FA500C3A98D88D
- Proxy –
F9CA8E30D2213F845B3D8CD400830207
- Server –
6BBB27714D4D80B49B1A3516C272C035
Figure 1
Click the image to view larger in new window
-
After finding the registry key (the left side of the window, as seen in Figure 2) with the searched code, look on the right side of the window and there should be a value with your UUID. The format of UUID is like
0C152732BE4C9304C928EF074263969D
.
Figure 2
Click the image to view larger in new window
- Now transform this UUID into the Product Code. The transformation process is as following:
Reverse first 8 characters 0C152732
→ 237251C0
Reverse next 4 characters BE4C
→ C4EB
Reverse next 4 characters 9304
→ 4039
Reverse next 2 characters C9
→ 9C
Reverse next 2 characters 28
→ 82
Reverse next 2 characters EF
→ FE
Reverse next 2 characters 07
→ 70
Reverse next 2 characters 42
→ 24
Reverse next 2 characters 63
→ 36
Reverse next 2 characters 96
→ 69
Reverse next 2 characters 9D
→ D9
In the end, add the dashes so the value looks like: 237251C0-C4EB-4039-9C82-FE70243669D9
This is your Product Code. Keep both the UUID and your Product Code in a text file so it can be used in next steps.
Remove matching registry entries
- Look up all entries that contain the UUID. Delete registry keys (the left side of the window, as shown in Figure 3) that contain the UUID or their name is the UUID. That there can be over 50 registry keys to delete. Be cautious, in this step do NOT delete anything inside these keys:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInstallerFolders
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUFHARP
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall
HKEY_LOCAL_MACHINESOFTWAREClassesInstallerProducts
Figure 3
Click the image to view larger in new window
- In this step, we will use your Product Code.
In the two registry keys mentioned above, you have to look for your Product Code. Inside, delete only the value with Product Code (the right side of the Registry Editor, right-click on the value and click Delete, as seen in Figure 4). Never delete these keys.
Figure 4
Click the image to view larger in new window
- In the registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall
Find the sub-key with your Product Code and delete that subkey, as seen in Figure 5.