我们遇到过这种情况:一名员工正在使用与不同公司的许多人共享的 Dropbox 来开展协作项目。她现在不知道如何使用我们公司的 Dropbox 来开展不同的项目。她需要在不同时间访问这两个 Dropbox。我们使用的是 Windows 7。感谢您的帮助。
答案1
您可以利用 Windows 的 Runas 功能。
例如,您的 Windows 上有 2 个用户,user1 和 user2,user1 是与您一起工作的用户。
以下是您要执行的操作。
1. login to user1, install dropbox
2. login to user2, install dropbox
3. back to user1, create a bat file with the following content: runas /user:user2 C:\Users\User2\AppData\Roaming\Dropbox\bin\Dropbox.exe
4. run dropbox on user1 as usual. then run this bat file, you'll be asked to type password of user2. then you have a second dropbox!
答案2
在同一台机器上设置两个Dropbox帐户的步骤如下:
- 注册并为您的企业帐户设置 Dropbox
- 创建 Automator 应用并添加:
bash HOME=$HOME/Dropbox-personal /Applications/Dropbox.app/Contents/MacOS/Dropbox &
Dropbox-personal
您的个人 Dropbox 文件夹位于哪里
- 将脚本保存到您的个人 Dropbox 文件夹中(以供将来使用)
- OpenSystem 偏好设置 > 用户帐户,转到您的登录名,然后选择
Login Items
- 将您的应用程序添加到登录时启动的程序列表中
您还可以更改菜单栏中的应用程序图标,以便区分两个帐户。
有关更详细的说明,请参阅原始帖子