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
Gatito
Aug 18, 2022Copper Contributor
I 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!
Thank you!