Officedocs-deployoffice: Registry file to exclude the extension for Microsoft Search in Bing from being installed on Google Chrome

Created on 29 Jan 2020  路  2Comments  路  Source: MicrosoftDocs/OfficeDocs-DeployOffice

You can get it here. Enjoy!

Microsoft Search in Bing

Most helpful comment

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate]
"preventbinginstall"=dword:00000001

Same as documented in #563

or as simple command: reg add HKLM\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate /v preventbinginstall /t REG_DWORD /d 1 /f

All 2 comments

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate]
"preventbinginstall"=dword:00000001

Same as documented in #563

or as simple command: reg add HKLM\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate /v preventbinginstall /t REG_DWORD /d 1 /f

Duplicate

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AsaIt32 picture AsaIt32  路  4Comments

schittli picture schittli  路  5Comments

Dschrepfer picture Dschrepfer  路  3Comments

jasonnerothin picture jasonnerothin  路  4Comments

DaveClarkey picture DaveClarkey  路  3Comments