Forum Discussion
Outlook - cannot add Google G Suite account - javascript disabled?
Here's the fix. I had this issue on 5 computers so far. The problem started following some automatic update.
Copy this into a file with the extension .REG (Registry file)
Then, execute the REG file.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"Outlook.exe"=dword:00002af8
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"Outlook.exe"=dword:00002af8
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"OUTLOOK.EXE"=dword:00002af8
- BlessedMomSep 08, 2022Copper Contributor
Brillant fix! I have tried SO many and this did it. The edit the Registry Fix
For me, I have 2 accounts that are both Organization and I could only add 1. The other threw the Java and this fixed it! Thank you thank you! I am unsure if this was your fix or copy pasted, but thank you for either. - GatitoAug 18, 2022Copper ContributorI created a text file, copied the above code, then renamed the TXT to REG and ran it, rebooted the computer, added my Google account and it is working.
Thank you! - Marco_QAug 17, 2022Copper ContributorThank you very much for your answer. I haven't had any such configuration to do since I had the problem myself, but I keep your solution in mind for possible future issues.