Forum Discussion
NikolayI
Apr 12, 2022Brass Contributor
Outlook - cannot add Google G Suite account - javascript disabled?
I am trying to add Google G Suite account to Outlook. When I enter the G Suite account email it shows the Google login screen. Then I get a question by Google to choose "Organizational G Suite a...
SueButler99
Aug 16, 2022Copper Contributor
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
Marco_Q
Aug 17, 2022Copper Contributor
Thank 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.