How to Run Multiple Instances of Google Drive on Windows

Working on multiple Google Drive accounts on the browser is very simple. Once can simply use the Google account switcher and work on multiple accounts in parallel. Unfortunately, when using the Windows application for the same, there is no such feature.

IMPORTANT UPDATE: This is an old post and many people recently started reporting in the comments that this method no longer works because the Google Drive app was updated to exclude this feature. Hence we’ve written another post that uses a different method. Here it is -> How to Use and Sync More Than One Google Drive Account on Windows.

Multiple Google Drive

According to Google Support, once must use application preferences and sign out from the first Google account before using another. But that’s not a solution if you want to sync more than one account and use them in parallel.

Fret not, like always, we’ve got your back. Here’s a method to get it done and run multiple Google Drive instances on the same machine.

Multiple Google Drive Instances

Step 1: Close all instances of Google Drive running on your computer and then download and install this application. After the application is installed, add C:\Program Files (x86)\Google\Drive to your Windows Environment Variable. You can refer to this article to see how it’s done.

Step 2: Having done that, open Notepad and copy paste the following line. Don’t forget to replace username@ domain.com with your Google username.

@ECHO OFFSET USERNAME=username@ domain.comSET USERPROFILE=%~dp0%USERNAME%SET USERPROFILE=%~dp0%USERNAME%MD “%USERPROFILE%\AppData\Roaming”>nulMD “%USERPROFILE%\AppData\Local\Application Data”>nulMD “%USERPROFILE%\Application Data”>nulMD “%USERPROFILE%\Local Settings\Application Data”>nulMD “%USERPROFILE%\My Documents”>nulMD “%USERPROFILE%\Documents”>nulSTART googledrivesync

See more:  How to Fix Instagram Video Selfie Verification Error

Batch File

Save the file as Account 1.bat to your desktop or another folder where you would like to sync the files. Don’t forget to select All Files as type in Notepad while saving the batch file.

Step 3: Now run the batch file and wait for another instance of Google Drive to Start. The second instance of the application will ask you to sign in to a new account. Proceed normally, just remember to change the sync folder to the new folder that’s created using the batch files in the advanced option.

Sign InAdvanced Settings

Note: Sometimes you might encounter some difficulty while changing the folder. In such a case, copy the exact path of the folder to select the directory.

Browse For Folders

That’s all, you will now see two instances of Google Drive syncing side by side. Amazing, right? The next time you want to sync files on the secondary account, run the batch file of that particular account. To add every subsequent account, just make a new batch file, run it and configure the application.

Conclusion

As we are not using any third-party application for the trick, this is the best method to sync multiple Google Drive accounts in Windows according to me. However, I think this is one of the very basic feature that should be provided as a built-in feature by Google. What do you think?

Thanks TumaGonx Zakkum for the heads up!

Categories: How to
Source: thpttranhungdao.edu.vn/en/

Rate this post

Leave a Comment