Excel 2010 hyperlink issue fix

An issue I started to see when clicking on a hyperlink in Excel 2010, while I am in Windows 10.
That same hyperlink works perfect in Excel 2016 (Excel 365) but not in Excel 2010.
So after some search found this fix, and test it out, works like a charm.
Below is the batch file needed to fix this.

CodeFunctionName
What is this?

Public

Tested

Original Work


echo fix from...
echo https://www.tenforums.com/browsers-email/88652-hyperlinks-not-working-2.html
echo Close Outlook
echo Open command prompt as admin and enter the following commands:

REG ADD HKEY_CURRENT_USER\Software\Classes\.htm /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.html /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.shtml /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.xht /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.xhtml /ve /d htmlfile /f


Views 2,143

Downloads 872

CodeID
DB ID