Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check the version of the new Microsoft Edge Chromium from inside my C# application?

Tags:

c#

Does anyone know of a way to check the version of Edge Chromium installed on a PC from inside a C# application? I searched before I posted and in a comment on this thread one person had a method for getting the version number from a legacy version of Microsoft Edge: How can I detect if Microsoft Edge is installed?.

I'm looking for a solution that does exactly that, but for the new Edge Chromium browser.

like image 449
Parwarrior7 Avatar asked Sep 02 '25 16:09

Parwarrior7


1 Answers

You will find the Edge Chromium Version under Computer\HKEY_CURRENT_USER\Software\Microsoft\Edge\BLBeacon

enter image description here

like image 129
pbachman Avatar answered Sep 05 '25 06:09

pbachman