Make links in BL open in your default browser

Author Topic: Make links in BL open in your default browser  (Read 993 times)

Internet Explorer is no longer supported, yet links in Blockland still open in IE. Can we remove this

my bl links open in chrome

are you sure your default browser isn't ie

my bl links open in chrome

are you sure your default browser isn't ie
im damn sure, how to fix

Your default browser isn't set correctly. Try setting/resetting it?

Your default browser isn't set correctly. Try setting/resetting it?

Boi
literally everything i've installed opens up my default browser except for blockland which always opens ie
i dont think its the default browser not being set correctly

But that's the only thing that can cause that to happen...

hit windows key+r
type regedit
hit enter
confirm the uac prompt
navigate to this folder (you can paste it into the top bar and hit enter): HKEY_CLASSES_ROOT\http\shell\open\command
on the right pane right click the thing that say (Default)
click modify
if you are using chrome and have chrome installed to the default location paste this in, if you are using a different browser or have chrome installed elsewhere, figure it out
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %1
if blockland is running, restart it

vous gagnez

easy mode create a text file with the file extension .reg
paste this into there and save, run it and accept all the scary message boxes

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" %1"

easy mode create a text file with the file extension .reg
paste this into there and save, run it and accept all the scary message boxes

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" %1"
Thanks for this, should make it easier to set it again for when windows wants to forget it up again.