Skip to content

Releases: snqzspg/edge-reminiscence

Edge Legacy Detection Bugfix

15 Apr 09:17
54a9d13
Compare
Choose a tag to compare
Pre-release

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

14 Apr 09:07
db5355a
Compare
Choose a tag to compare
Pre-release

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

27 Feb 17:59
b21fbca
Compare
Choose a tag to compare
Pre-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.