David Risney
David Risney
The msedge_installer and MicrosoftEdgeUpdate log files are getting added. Still left: * [ ] reg export HKCU\SOFTWARE\Microsoft\EdgeUpdate\ClientState EdgeRegistryUser.txt reg export HKLM\SOFTWARE\Microsoft\EdgeUpdate\ClientState EdgeRegistryMachine.txt /reg:32 * [ ] dir "c:\Program Files (x86)\Microsoft\EdgeWebView"...
This PR has been merged https://github.com/lepoco/wpfui/pull/979. Once there's a release with it we can look back into converting the UI over to this
The work needed to switch to WPFUI maybe better to switch to WinUI3 / WinAppSDK. It will be easier to get the thing msix packaged at the same time (#94)....
There is no explicit telemetry to disable. We do network request for the WebView2 announcements.
Maybe merge somehow the Open Override button with the which overrides are applying.
This is dup of other issue.
In addition, WebView2 attaches to the CoreWindow not a child HWND and so we also need to check for that class name.
There are Windows APIs you can use to manually look for updates from a particular URI. Need to see if its possible to point at a github releases URI to...
* https://github.com/Walkman100/FileLocks/blob/master/GetAllHandles.cs - doesn't appear to handle the hang issue * https://github.com/sunneo/utilities/blob/7ef0881916be8ca50124813bfa845b6f494b183f/FileLockInfo.cs#L317 - notes the hang issue but doesn't appear to workaround the issue * https://github.com/nil-ref/Code/blob/4d8a81b78b92bafe317ca9c40b5bdd081cc36c24/%E4%BB%BB%E5%8A%A1%E7%AE%A1%E7%90%86%E5%99%A8/Get%20all%20handles%20of%20a%20process/Program.cs#L13 - this one may...
Not sure what sort of toast features are available. There's probably a third party WPF nuget package we could get? Using mojo named pipe enumeration (without looking up the corresponding...