We have a couple of Delphi developed applications (Win32). Recent complaint from the users is that there is substantial UI flickering on Windows 10 when the Group Policies are being pushed to the PC. Sometimes it lasts for about 30 seconds and it does not allow the user to properly access the application.
Group policies by default are pushed every 60-90 minutes, to replicate the behavior just run "gpupdate /force" in a command prompt when you're on a windows domain. Even the Delphi IDE (10.1) does it.
Newer windows applications are not affected by this and it did not happen in Windows 7.
Any ideas on how to correct this?
Thanks in advance.