I have a Show-ADTInstallationRestartPrompt that after being minimized pops up again after the timer expires to prompt again but it also comes up with this error.
************** Exception Text **************
System.Management.Automation.SetValueInvocationException: Exception setting "Location": "Cannot convert null to type "System.Drawing.Point"." ---> System.Management.Automation.PSInvalidCastException: Cannot convert null to type "System.Drawing.Point".
This is the line in my script:
Show-ADTInstallationRestartPrompt -NoCountdown
Is it possible to either get rid of this error or have the restart reminder not pop up again?
