Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

What's my Web Browser?

Aug
1,929
71
Here is how I determine which web browser I have set as default;
Code:
set theBrowser=%@execstr[2,reg query HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice /v Progid]
set theBrowser=%@word[2,%theBrowser]
echo The Browser is: %theBrowser

This works for me on my 64-bit Win7 system.

Joe
 
Back
Top