---
title: "Removing the Pharos AutoUpdater from installed Popup Clients"
slug: "removing-the-pharos-autoupdater-from-installed-popup-clients"
updated: 2024-04-18T13:32:26Z
published: 2024-04-18T13:32:26Z
canonical: "kb.pharos.com/removing-the-pharos-autoupdater-from-installed-popup-clients"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing the Pharos AutoUpdater from installed Popup Clients

### **Question:**

How do I stop the Pharos Automatic Updater from running if it's already been installed?

### **Environment:**

Uniprint 9.0 and greater Popup Client

---

### Solution:

Browse to the C:\Program Files\PharosSystems\Core directory, and open the CTsMstr.exe.config file. The file should contain these lines:

```plaintext
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <tasks>
  <task>PharosSystems.AppTrackerTask</task><task>PharosSystems.NotifyTask</task><task>PharosSystems.UpdaterTask</task></tasks>
</configuration>
```

You need to remove the TAG that contains that <Task> with the UpdaterTask in it like below.

```plaintext
<task>PharosSystems.UpdaterTask</task>
```

Save the file, and restart the ComTaskMaster service on the client machine.

## Related

- [Deleting packages from Administrator does not remove them from the Uniprint website](/deleting-packages-from-administrator-does-not-remove-them-from-the-uniprint-website.md)
- [Pharos Beacon Infrastructure Upgraded To Remove Vulnerability to Meltdown/Spectre.Other Services Not Directly Vulnerable. - June 2020](/pharos-beacon-infrastructure-upgraded-to-remove-vulnerability-to-meltdownspectreother-services-not-directly-vulnerable.md)
- [Uniprint 9.1 Print Center Update 4.11.24 - Security Update](/uniprint-91-print-center-update-41124-security-update.md)
- [Pharos iMFP for Xerox Quick Start](/pharos-imfp-for-xerox-quick-start.md)
