A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Add right click option to remove Start Menu Entries
Add a right click option to remove certain Start Menu Entries for applications. Java for instance leaves a "Check for Updates" Start Menu Entry even when Desktop Shortcuts and Updates are disabled through Patch My PC.
Patch My PC still has PDFCreator 3.x listed, when the latest version is 4.0.3 as per their changelog. http://docs.pdfforge.org/pdfcreator/latest/en/pdfcreator/introduction/whats-new/
Notepad++ try to deactivate autoupdater via "Post-Update Script"
Hi There, I try to delete the "updater" folder in app folder by using a .ps1 script via "Post-Update Script" - this is my solution to get the updater deactivated. Remove-Item " $env:programfiles \Notepad++\updater" -ErrorAction SilentlyContinue We...
Update Intune application when changing install options via right click menu
When testing application publishing and modifying application settings, the publishing tool should update the Intune or SCCM application if there was a change to any of the options that are available via right click. Currently, the tool will only ...