

I cannot say for sure, so let me know in the comments if the option is also available on Windows 8.1 or Windows 7. The easiest way to disable the Upload Center on a Windows machine seems limited to Windows 10 only. How to disable the Microsoft Office Upload Center You may use the Upload Center to manage Microsoft Office file uploads to web servers (e.g. If you do, you may not want to disable the Upload Center but if you use Office locally only, there is no reason to keep the Office Upload Center around.

This is mostly useful in scenarios where you work with remote documents. The Microsoft Office Upload Center lets you keep track of how uploads are progressing, and whether any files need your attention.īasically, it is a software used to control Office documents that you work on that get uploaded to a server. When you upload a file to a web server, Microsoft first saves that file locally to the Office Document Cache before it starts the upload, which means that you can save changes and immediately continue working even when you are offline or have a bad network connection. Result should be, that OneDrive is Installed, but user is not prompted to sign in to OneDrive if not needed.Microsoft Office Upload Center now gives you a way to see the state of files you're uploading to a server, in one location. This should still run OneDriveSetup.exe at first logon but in Silent Mode. Reg add HKU\default\software\Microsoft\Windows\CurrentVersion\Run /v OneDriveSetup /t REG_SZ /d "C:\Windows\SysWOW64\OneDriveSetup.exe /silent" /f Reg delete HKU\default\software\Microsoft\Windows\CurrentVersion\Run /v OneDriveSetup /f

I ended up with the following script sequence running during the initial client setup.: reg load "hku\Default" "C:\Users\Default\NTUSER.DAT" If I delete this key out of the Default users registry, OneDrive is not going to get installed at all. Instead of this there is the following registry key "OneDriveSetup" set: Reg delete HKU\default\software\Microsoft\Windows\CurrentVersion\Run /v OneDrive /f

Reg load "hku\Default" "C:\Users\Default\NTUSER.DAT" Unfortunatly the following Script did not work out, because there is no such key in the default users registry that could be deleted.
