Hi,
The v3.9.2 works fine on Win10 in terms of the Show-BalloonTip
etc. However, when we run the same scripts on a win11 device, we are not getting any notifications.
The logs have no errors and below is an example:
Displaying toast notification with message [Installation started. Process 4 of 4] using Execute-ProcessAsUser.
[Installation] :: Preparing a VBScript that will start [C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -NoProfile -NoLogo -WindowStyle Hidden -Command & { & "'C:\Users\*******\PSAppDeployToolkit\ExecuteAsUserPSAppDeployToolkit-ToastNotification.ps1' 'Installation started. Process 4 of 4' 'Chrome 111.0.5563.147' 'C:\temp\Toolkit\AppDeployToolkit\AppDeployToolkitLogo.png' 'PSAppDeployToolkit' 'PSAppDeployToolkit'"; Exit $LastExitCode }] as the logged-on user [******] and suppress the console window...