Multiple Dropbox (Do It Yourself)

Great chance you know already how to run multiple dropbox... the very easy way
Yes, by using run as (that is right click on the dropbox shortcut choose "run as.." then select user other than current user) in XP, best candidate for "other user" is administrator because it's ghost user (not shown in login screen by default) 

Or you can use dropboxen

But let me tell you another way, no need additional programs, no need to create another users, much flexible, portable and more DIYer :)

Right click on dropbox shortcut in startmenu, click properties, in target box look for where dropbox.exe installed in my case:

"C:\Users\qwerty\Application Data\Dropbox\bin\Dropbox.exe" /home


Now prepare create a new folder yourself where you will place a copy of installed dropbox, it could be anywhere even flashdisk.
Browse with explorer to until you reach bin folder (of target box above). There copy all files to your prepared folder -> this means you should have dropbox.exe there.

Sample of bat triggered version

@ECHO OFF
ECHO. This is for fun not exploitation!
SET USERNAME=Joni
SET USERPROFILE=%CD%\%USERNAME%
ECHO. Setup Appdata for NT 6...
MKDIR "%USERPROFILE%\AppData\Roaming"
ECHO. Setup Appdata for NT 5...
MKDIR "%USERPROFILE%\Application Data"
START Dropbox


Paste above text in notepad.

A little explanation, what I basically do above is to trick dropbox for thinking that it has been run by another user. Back again, you may freely change "Joni" into anything. it doesn't matter if the username doesn't even exist in your windows.

Save your notepad before as "drop1.bat" in your prepared folder too.
Double click that drop1.bat :) You know what to do next..
Recreate bat file with different username if you need more dropbox. 

these steps has been tested on Dropbox 0.7.110 under Windows XP and Windows 7 (Seven)

Alternate bat (shortcut triggered) much flexible but need care:
@ECHO OFF
ECHO. This is for fun not exploitation!
SET USERNAME=%1
SET USERPROFILE=%CD%\%USERNAME%
ECHO. Setup Appdata for NT 6...
MKDIR "%USERPROFILE%\AppData\Roaming"
ECHO. Setup Appdata for NT 5...
MKDIR "%USERPROFILE%\Application Data"
START Dropbox 


Save it as droploader.bat in your prepared folder.
In this case, you didn't need to recreate/edit another bat file if you need another dropbox.
Instead create a shortcut of droploader.bat, Right click the shortcut and click properties. In target box add argument to droploader.bat with [username] each time you need more dropbox.
for ex in target box.:
D:\Dropbox\bin\droploader.bat joni
It will automatically setup everything for account Joni, just run the shortcut (O yeah, it would be neater if you rename the shortcut with [username] like "Joni's Dropbox" then copy this shortcut to your desktop, to your startup folder... wherever you want)

In Windows XP:

In Windows 7:


Remarks:
- Need it run automatically? Make a shortcut of your bat files and put it in startup folder in Startmenu
- Need eligible bonus space? Make sure you run the bat file (only for the first time) from other PC differentiated by IP and/or Computer's name.
- You don't need to use real email to create dropbox account
- In case you wondering, dropbox is free file service provider that offer 2GB space, has client application (based on Python and WxWidget) that do file-synchronization to server (like p2p, say goodbye to upload corruption problem) and the only one that offer true direct download link with decent bandwidth performance https://www.dropbox.com/ 
- Want to say thanks? click on my referral http://db.tt/krB1KA7 please click, it doesn't hurt, like me you too will get eligible 250MB bonus space! then I will know what your email address is then I will spam you... just kidding

Special Note on upgrading:
if your "copy" of dropbox auto-upgrading to version 1.1 just quit it (it won't work). Instead use the original dropbox (the initial install) to upgrade then copy the updated dropbox.exe and overwrite to your dropbox copy. Version 1.1 should run happily with this trick :giggle:

출처: http://goo.gl/ZQx09

드롭박스 2개 사용하기 / 드롭박스 두개 사용하기 / 컴퓨터 한대에서 드롭박스 두개 사용하기 / 윈도우 컴퓨터에서 드롭박스 두개 사용하기 / 윈도우 컴퓨터에서 드롭박스 2개 사용하기 / 윈도우 컴퓨터에서 드롭박스 아이디 두개 사용하기 / 
dropbox 2개 사용하기 / dropbox 두개 사용하기 / 컴퓨터 한대에서 dropbox 두개 사용하기 / windows 컴퓨터에서 dropbox 두개 사용하기 / windows 컴퓨터에서 dropbox 2개 사용하기 / windows 컴퓨터에서 dropbox 아이디 두개 사용하기 / 윈도우 7 / 윈도우 xp / windows xp / windows 7 / windowsxp / windows7 /  



[주석]

* 해석상의 오류로 문제가 발생할 소지가 있어, 특별히 한글로 만들지 않았음. 
* 현재 윈도우 XP 와 윈도우 7에서 전혀 문제 없이 사용하고 있음. 


* 해당 소스의 원리는 드롭박스 프로그램이 실행될 때, 가상의 사용자(윈도우 사용자)로 실행하도록 명령함으로써 두개의 드롭박스가 실행되는 것을 가능하게 함. 

* 축약하면,
   1. 일단 윈도우에서 드롭박스의 실행파일이 있는 곳을 찾아내고
       (예시 : "C:\Users\qwerty\Application Data\Dropbox\bin\Dropbox.exe")
   2. 이 곳에 새로운 실행파일 'drop1.bat'를 메모장으로 만들어서 집어 넣는다. 
       (여기서, 소스는 본 문에 나와 있는 것을 붙여 넣으면 됨.) 
       (확장자 명만 *.bat 로 바꿔주면 됨.)  
       (여기서, 'Joni'라는 것이 가상의 사용자이며 어떠한 이름을 지정해도 상관없음)
       (단, 현재 본인 컴퓨터에 존재하는 사용자 이름과 중복되지 않으면 OK)
   3. 새로 만들어진 'drop1.bat'을 실행하기만 하면 끝.
       (drop1.bat을 실행하면 새로운? 드롭박스 설치 과정을 거친 후 두개의 드롭박스가 실행되는 것을 볼 수 있다.)

* TIP
   1. 새로 만들어진 drop1.bat는 바로가기를 이용해서 바탕화면에 놓을 수도 있고, 바로가기를 시작프로그램에 넣어두면 자동 실행하는 모습을 볼 수 있다. 
   2. 이러한 방법이라면 드롭박스를 2개이상 3개까지도 사용가능 한 것으로 보임 (실행해보지 않음)
반응형
Posted by Kimh
,