> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-publisher/customizations-right-click-options/disable-self-updater.md).

# Disable Self-Updater

*Applies to: Patch My PC Publisher V2.x*\
*Available at level: All Products, Vendor, Product*\
*Available on tab: Updates, ConfigMgr Apps, Intune Apps, Intune Updates*

## Overview

This option disables a product’s built in automatic update feature.

<figure><img src="/files/G84Kon5cLmZsGmFBKv8X" alt="Disable Self-Updater" width="528"><figcaption></figcaption></figure>

When this option is enabled, the Publisher applies the required configuration to prevent the product from updating itself. This may include actions such as setting a registry value or modifying a scheduled task, depending on how the product implements self updating.

## Important Behavior

Disabling this option later in the Publisher does not remove or reverse the configuration that was previously applied to devices. The Publisher does not attempt to revert these settings because it cannot reliably determine whether the configuration was originally applied by Patch My PC ScriptRunner, which manages the installation, or by a customer managed script or policy.

As a result, changes to this option only apply to new installations or devices that have not yet received the configuration. Devices that already have the self updater disabled will retain the existing configuration.

To re-enable a product’s automatic update feature on existing devices, you must apply your own script or policy to manually reverse the configuration that was applied.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-publisher/customizations-right-click-options/disable-self-updater.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
