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
Most helpful comment
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