Currently SupportedOSPlatformVersion suggests that windows 10 is supported but that seems to not be the case in reality.
- WinEventProc looks for
SearchHost in the process name instead of SearchApp (which is what I currently have on windows 10 19045).
- Trying to recompile the code to filter for
SearchApp instead results in a buggy window with rounded edges that clash with Windows 10's style.
I would love to know if this behavior is normal and whether Windows 10 is supposed to/will be supported at all.
Currently
SupportedOSPlatformVersionsuggests that windows 10 is supported but that seems to not be the case in reality.SearchHostin the process name instead ofSearchApp(which is what I currently have on windows 10 19045).SearchAppinstead results in a buggy window with rounded edges that clash with Windows 10's style.I would love to know if this behavior is normal and whether Windows 10 is supposed to/will be supported at all.