Hi Monica,
I am having same issue with my Dell Inspiron laptop, The windows update showed the intel display driver - 27.20.100.9365 which I have installed but still the issue is same. Is this something with Uipath 21.4 version? will there be fix in the latest version?
Thanks for the update, however I tried installing the new version driver from microsoft website and that has resolved the display issues. The same is discussed in the GIT community for which you have shared the link.
The driver hadn’t installed correctly first time. Had to start over, uninstall current driver, re-install the new one and it’s now installed correctly and the issue is resolved.
There is an issue with Intel’s display driver: Applications Using Windows Presentation Foundation (WPF) Don’t Refresh After They Are Initially Rendered. The link indicates issue occurs with Intel® UHD Graphics 730 and Intel® Iris® Xe Graphics
This causes Taxonomy Manager to open on a blank screen. Resolution:
Disabling hardware acceleration in the Windows*
To disable hardware acceleration:
Press the Windows Logo key + R to open a Run dialog.
Type regedit into the Run dialog and press Enter to open the Registry Editor .
In the left pane of the Registry Editor , navigate to the following directory:
HKEY_CURRENT_USER > Software > Microsoft
In the right pane of the Registry Editor , click on the Avalon. Graphics sub-key under the Microsoft key to having its contents displayed in the right pane.
In the right pane of the Registry Editor , check to see if a DWORD value titled DisableHWAcceleration exists. If the DWORD value exists, it will probably have a value of 0 . Simply double-click on it to modify it, replace whatever is in its Value data: field with 1 , and click on OK .
If the DisableHWAcceleration value does not exist, right-click on an empty space in the right pane of the Registry Editor , hover over New and click on DWORD (32-bit) value , name the new DWORD value DisableHWAcceleration , double-click on the newly created value to modify it, replace whatever is in its Value data: field with 1 and click on OK .
Close the Registry Editor .
Restart your computer to have the changes you made take effect