How to disable auto-startup for «Adobe Notification Client» on a Windows boot?

2023-03-25--07-35-12

Run with PowerShell as an administrator:

Get-AppxPackage -AllUsers *AdobeNotificationClient* | Remove-AppxPackage -AllUsers

superuser.com/a/1596310