> 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-cloud/manage/settings/branding.md).

# Manage Branding in Patch My PC Cloud

*Applies to: Patch My PC Cloud*

Intune Apps for Patch My PC (PMPC) Cloud lets you configure your company's branding to appear to users whenever software is installed or updated via Manage Conflicting Processes notifications.

Creating a branding app, packages up the settings for Manage Conflicting Processes into its own app, which Intune Apps manages. This application is published to Intune, where it’s deployed to the following location on all of your devices:

```
C:\ProgramData\PatchMyPC\Notification\
```

We currently support two different types of branding:

* Classic (default)
* Modern (PSADT), which supports more localizations and additional settings

{% hint style="info" %}
**Note**

The choice of Branding Type you use is largely up to you. The only differences between them are:

* Modern branding requires .NET Framework 4.7.2 or later to be installed on any devices to which the Modern branding app is assigned.
* Modern branding does not support the **close the application and perform the update** option of the [Conflicting Processes](/patch-my-pc-cloud/deployments/deploy-app/configurations-tab.md#conflicting-process-settings) **if the timeout expires and no action is taken** setting.

You can use both types of branding in your company; you just can’t have two different branding app types with overlapping assignments
{% endhint %}

All branding-related tasks are performed from the **Branding** node of the portal, which is accessed by:

1. Sign in to the PMPC Portal <https://portal.patchmypc.com/>.
2. Navigate to **Settings | Branding**.

<figure><img src="/files/xDtzQIhf8aSGqONhKP7t" alt="Navigating to ‘Settings | Branding’" width="563"><figcaption></figcaption></figure>

The **Branding** screen is then displayed, allowing you to:

* [Add Branding](/patch-my-pc-cloud/manage/settings/branding/add-branding.md)
* [Modify/Recreate Branding](/patch-my-pc-cloud/manage/settings/branding/modify-recreate-branding.md)
* [Manage Localizations](/patch-my-pc-cloud/manage/settings/branding/localizations.md)
* [Delete Branding](/patch-my-pc-cloud/manage/settings/branding/delete-branding.md)
* [Uninstall Branding](/patch-my-pc-cloud/manage/settings/branding/uninstall-branding.md)

<figure><img src="/files/kRetzM7FmKjm2IPPetab" alt="‘Branding’ screen" width="563"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/manage/settings/branding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
