Running Dropbox On Windows Server

KB ID 0001489

Problem

If you are here, you have probably already found out that Dropbox is not supported on Windows Server platforms. You can install it and set it up happily but it stops working and needs to be relaunched all the time (manually).

I love dropbox! So much I actually pay for it! I run it on my management server and its handy for copying file up into my test network, so I can appreciate how annoying it is having to restart it all the time. So to fix the problem we have to use a piece of software that’s over 15 years old! 

Running Dropbox as a Service on Windows Server

First you have to stop dropbox running.

Then download srvany and extract the executable to the Dropbox install directory (C:\Program Files (x86)\Dropbox). Note: This file is form the old Server 2003 resource kit.

From an elevated command prompt run the following command;

[box]sc create Dropbox binPath= “C:\Program Files (x86)\Dropbox\srvany.exe” DisplayName= “Dropbox Service”[/box]

Run services.msc > locate the dropbox Service  > And set its ‘LogOn’ to the account you were logged in with, when you installed the Dropbox software.

Change the startup type to Automatic, (Don’t start the service yet!) > OK.

Execute the following three commands;

[box]

New-Item -Path HKLM:\SYSTEM\CurrentControlSet\Services\Dropbox\Parameters

New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\Dropbox\Parameters -Name Application -PropertyType String -Value “C:\Program Files (x86)\Dropbox\Client\Dropbox.exe”

Start-Service Dropbox

[/box]

Update:

You also need to execute the following from an ‘Administrative command window’, (or Dropbox will stop synchronising after a few hours).

[box]

SETX /M QT_OPENGL software

[/box]

Related Articles, References, Credits, or External Links

Special Thanks to Frédéric for the SETX command to fix the timeout.

Dropbox – Windows, Linux, Apple and Dropbox Portable (USB) Installation

KB ID 0000409

Problem

You would like to sync your files/folders between more than one machine? Dropbox, is a service that lets you keep files in “The Cloud” and synchronise them across multiple machines and platforms. It’s one of those things that once you start to use it you wonder what you did before you had it. Simply put it’s like having a USB drive that you don’t need to carry around with you, and even if you still carry your USB drive, you can run Dropbox portable on that as well.

Sign up for a free Dropbox account.

Solution

Sync Files From Windows <> Linux <> Apple

Running Dropbox Portable from your USB Drive

Download DropboxPortable.

Related Articles, References, Credits, or External Links

All credit for the Dropbox Portable version used above (DropboxPortableAHK) should go to user against t for taking the time to create and support it – Thanks