UI Automation in Windows Console: Don't automatically enable UIA in consoles on Windows 10 version 1803 #10129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Closes #10120.
Related to #9614, #9771, #10119.
Summary of the issue:
In Windows Console on Windows 10 version 1803:
At least for now, it may be worth considering limiting UIA by default to Windows 10 1809 and later, where it works very well. Advanced users on earlier Windows versions can always enable it if they wish.
Description of how this pull request fixes the issue:
This PR changes the functionality of the automatic Windows Console support option: UIA is enabled on Windows 10 1809 and later, legacy otherwise. The user guide and what's new have been updated accordingly.
Testing performed:
Tested that UIA console is still automatically enabled on Windows 10 version 1903.
Known issues with pull request:
None.
Change log entry:
None.