Suppressing notifications for SCCM App-V Packages
App-V packages/programs do not give you the option to suppress notifications for the program. They pop up by default. You can override this by running the following VBScript. Save the code to a file ending with .vbs, change the packageID value, then run it. No more notifications! strSMSServer = “.” strPackageID = “XYZ00001” strProgramName = […]