Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

27 VOTE
Status NOTED
Created by Justin P
Created on Jan 15, 2026

Add option to always show update notifications

Currently, an update notification only appears if there is a conflicting application running. It would be very helpful for end user visibility if we could set certain applications to always show a notification before updating, even if no conflicting process is running. This could then allow users to defer an update if they know they are about to use the software and prevent potential issues or confusion when an app updates without the user knowing.

  • Attach files
  • Admin
    Liviu Barbat
    Aug 14, 2026

    Hello Justin,

    Although there isn't a specific setting for this, it is now possible to always display an updated notification.

    You can have this functionality by leveraging Scripts (which now support PSADT functions) and the PSADT.

    1. Deploy an app

    2. Add a pre-install script

    3. Use the Show-ADTInstallationPrompt PSADT function to configure and display a message to the end user:
      https://psappdeploytoolkit.com/docs/4.1.x/reference/functions/Show-ADTInstallationPrompt

    NOTE: This applies to the Cloud Portal only. The OnPrem Publisher doesn't yet support PSADT functions natively.
    To have this functionality in the OnPrem Publisher, in addition to specifying a pre-script, you would need to upload the PSADT Modules as additional files and folders.

  • +16
6 MERGED

Option to always show deferral interface

Merged
We have started to implement the User Deferral interface. Our logic to enable it on an application update is any/all of these:1: Blocking app(s) need to be closed2: Restart required following install 3: Popup will occur during/after installation F...
Guest almost 4 years ago in Patch My PC Publisher 0 NOTED