I would like to completely remove OneDrive integration from Office apps. This is the default menu:
I'd like to remove the highlighted section completely. I modified HKCU\Software\Microsoft\Office\16.0\Common\Internet
and created a DWORD
with the tag OnlineStorage
and set its value to 0x00000003
. This worked, and it removed onedrive. However, it also broke the smaller popup before the save as menu:
The popup doesn't show up anymore after disabling OneDrive via registry, it skips straight to the menu. Is there a way I can remove OneDrive but keep the popup?
Thank you for your time.
User contributions licensed under CC BY-SA 3.0