Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

With the new Office 2013, a new Microsoft Office Upload Center is started. But I don't use that and want to remove it completely (not just hiding).

How can I remove that program completely?

enter image description here

share|improve this question
1  
Have you looked into msconfig? (WIN) + (R) -> msconfig -> Systemstart – Peter I Mar 5 at 8:21
You can't remove it completely you can just simply configure it not to start when your computer is rebooted. – Ramhound Mar 5 at 11:07
It's not in the startup folder. But I think it always starts when I launch Microsoft Word, Excel or Outlook. I don't want to have background apps that I don't use... – FiveO Mar 6 at 8:31

3 Answers

up vote 1 down vote accepted

"You can't disable it and if you remove it from start up it still loads up anyway. All you can do is open task manager and end the process for MSOSYNC.EXE, pretty lame I know, but there's no way of disabling it and this info is coming from the office365 forum!"

Not true.

You can disable the Microsoft Office Upload Center easily in the registry- but this is the only way.

Microsoft went out of their way to stop people from doing this in the GUI, and even MSCONFIG won't work.

Here's the registry fix:

Locate:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

and delete the OfficeSyncProcess entry that points to the current location of MSOSYNC.EXE.

Microsoft's arrogance on this whole issue is astonishing:

enter image description here

Many people are turning to forums in frustration to turn off this feature.

These people want to disable it, so do these, and these, and even these.

It shouldn't be enabled automatically when you simply run SharePoint/SkyDrive once- and if it is, then it should be possible to turn it off without rolling up your sleeves and hacking the registry.

Poor show, Microsoft. Poor show.

share|improve this answer
1  
Alas, on Win8 there is no such key for me in the registry. – Jeroen May 13 at 6:09

You can't disable it and if you remove it from start up it still loads up anyway. All you can do is open task manager and end the process for MSOSYNC.EXE, pretty lame I know, but there's no way of disabling it and this info is coming from the office365 forum!

share|improve this answer

To disable/configure this open up Task Scheduler and click on the Task Scheduler Library node. You should see a task here labelled 'Microsoft Office 15 Sync Maintenance for USERNAME'. Change the properties of this to amend the trigger that starts the job. For instance, you can delete the trigger that starts on user log on.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.