@echo off setlocal enableextensions for /F "tokens=2,*" %%a in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ProfileImagePath /s ^| find "REG_EXPAND_SZ" ^| findstr /v /i "\\windows\\ \\system32\\"') do ( call :doUninstall "%%b" ) endlocal exit /b :doUninstall set "_uninstaller=%~1\AppData\Roaming\Dropbox\bin\DropboxUninstaller.exe" if not exist "%_uninstaller%" goto :EOF start "" /wait "%_uninstaller%" /S goto :EOF
You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.