Releases: snqzspg/edge-reminiscence
Edge Legacy Detection Bugfix
Apparently Microsoft Edge Legacy is not considered uninstalled according to Get-AppxPackage so the code is updated to check for the existence of MicrosoftEdge.exe in the install directory.
Edge Legacy Detection Update
Included code to detect whether Edge Legacy is installed on your computer. It uses Windows native Powershell's Get-AppxPackage command and searches for Edge Legacy family name.
Initial Incomplete Release
This is a release version of the tool for both Windows 32-bit and 64-bit. It should only work on Windows 10. Even though this application will run on Windows 7 or 8 it is not designed for those operating systems and will throw inaccurate results or perform dangerous registry modifications.
Note that the release version is not signed (as that is not free), so it will be marked as an high-risk or potentially harmful application. Just allow this application to run and it will be good. If you are uncomfortable with this you can compile this tool yourself by following the steps on the main page. You can also view the source code to see that there's no sketchy activities going on.