Disable prevent Dropbox from Auto updating (via BITS) on Windows & roll back to last stable bug free version(s)?

2

1

https://apple.stackexchange.com/questions/173890/can-i-stop-dropbox-from-automatically-updating-itself-on-os-x

How can I disable Dropbox from updating itself and start creating sync issues (as are happening right now) on Windows 8.1?

And how do I install and rollback to last stable version (now & later as well)?

Found this, Stop DropBox for Windows desktop syncing when on metered wireless connection but Prefer something other than a 3rd party Firewall to block its auto updates.

Any local tweaks/ permissions/ Group Policy related mechanism(s) / ideas?

Bonus: Ideally, I'd like to start with my machine and then be able to scale/ implement this solution across a small network of machines on a Domain.

Alex S

Posted 2016-10-19T09:26:29.660

Reputation: 811

Answers

1

In short, there is no way to stop Dropbox from updating itself.

When it is running, it will constantly check for updates.

When it is not running, two task scheduler tasks (in Windows) will run at login and once a week to check for updates. But even if you disable these tasks, simply running the app will cause it to look for updates.

This fact, combined with the fact that Dropbox refuses to publish a changelog for updates, makes Dropbox a very suspect danger. In any other context, this behavior is more akin to malware than a legitimate application.

Yes, Dropbox is probably not doing unsavory things with your PC, but you have no control over what Dropbox does to your PC, and that is wrong.

pbarney

Posted 2016-10-19T09:26:29.660

Reputation: 395

1

Blocking in firewall the following processes might do the trick of preventing the automatic updates:

  • the Dropbox service: C:\Windows\System32\DbxSvc.exe

  • the update client: C:\Program Files(x86)\Dropbox\Update\Install{some_uuid}\DropboxClient_xx.x.xx.exe

Let pass the Dropbox.exe process for the sync to work. Probably after a while will alert you to update within a certain amount of days, to still be able to use it.

Lotzy

Posted 2016-10-19T09:26:29.660

Reputation: 111