Starting in Windows 10, whenever I'd try to access Maya's help, it would open it in Edge/Internet Explorer instead of Chrome, even though I'd set Chrome as my default browser.
My buddy Conant Fong figure out you can edit the Window's registry to make this happen:
My buddy Conant Fong figure out you can edit the Window's registry to make this happen:
# Change to use default browser to Chrome import _winreg _winreg.SetValue(wreg.HKEY_CURRENT_USER, "Software\\Classes\\.htm", wreg.REG_SZ, 'ChromeHTML')