Quantcast
Channel: Software - Patrick Domingues
Viewing all articles
Browse latest Browse all 10

How To Uninstall Atera Agent Software

$
0
0
The post How To Uninstall Atera Agent Software appeared first on Patrick Domingues.

So we have bumped into the Atera Agent Software and we wish to uninstall it from all the computers. You cannot find the uninstaller in add or remove programs so the next best solution would be to run a Command Script to remove the Atera Agent Software.

 

What is Atera anyways?

Atera provides a great an all-in-one management platform. It brings together remote IT monitoring and management, powerful ticketing and customer satisfaction surveying, billing and invoicing, and much more. Atera is used by IT support companies and MSPs in the US, Europe, and Asia. 

 

In a few steps we will have the Atera Agent Software removed.

  1. Open Notepad.
  2. Copy and paste the following into notepad.
msiexec /x {EFB51F01-9805-4293-BB16-6F17EF4CEDF2} /qn

timeout /t 5 /nobreak >nul

sc stop AteraAgent > nul 2> nul
sc delete AteraAgent > nul 2> nul

taskkill /f /im TicketingTray.exe > nul 2> nul
REG DELETE "HKEY_CURRENT_USER\Software\ATERA Networks" 

Read the rest

The post How To Uninstall Atera Agent Software appeared first on Patrick Domingues.

Viewing all articles
Browse latest Browse all 10

Trending Articles