Skip to content

Instantly share code, notes, and snippets.

@honktang
Last active February 1, 2017 17:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save honktang/3774238 to your computer and use it in GitHub Desktop.
Save honktang/3774238 to your computer and use it in GitHub Desktop.
Restart Dropbox
echo off
set app="%AppData%\Dropbox\bin\Dropbox.exe"
taskkill -F -IM "Dropbox.exe"
start "Restart Dropbox" %app% -B;
killall Dropbox
/Applications/Dropbox.app/Contents/MacOS/Dropbox &> /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment