Add or Remove Google Drive from Navigation Pane in Windows 10  

Page 14 of 41 FirstFirst ... 4121314151624 ... LastLast

  1. Posts : 68,968
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #130

    GNT said:
    Thank you Brink. I do need the 64bit version. Sorry i didn't mention that.
    No problem. Here you go.

    64-bit_Add_X_Google_Drive_to_navigation_pane.reg
      My Computers


  2. GNT
    Posts : 3
    Windows 10 Home
       #131

    Thank you, it worked perfect. I really appreciate it.
      My Computer


  3. Posts : 68,968
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #132

    You're most welcome. :)
      My Computers


  4. Posts : 575
    Windows 11 Pro
       #133

    RobMahn said:
    Hello Shawn Brink,
    I have taken your registry edits and put them in a batch file that:
    1. Gives you a menu to add or delete the Google Drive from/to the Navigation Pane.
    2. Handles 32 or 64 bit systems.
    3. Uses the standard ICON from a the Google Context Menu DLL.
    4. Finds the path in the Google Sync Configuration if the default path is not found.
    5. Restarts the explorer.


    Please feel free to post this solution.

    I was only able to test on Windows 10, 32 and 64 bit systems.
    Text parsing the Google Sync Configuration .db database may not be perfect as I only tested with one .db file.

    https://drive.google.com/open?id=1Vz...XKfQhWn8MA7ur3

    - Rob
    Hi Rob,

    I really like your solution. I have found one small problem and I am not faulting your batch file. The problem most likely is with Google Drive and in all likelihood beyond my expertise to fix.

    The round blue syncing icon overlay never appears when I have Google Drive in the navigation pane. The green check mark icon overlay seems to be working okay. If I remove Google Drive from the navigation pane then the blue syncing icon overlay comes back.
    Last edited by tracit99; 25 Feb 2018 at 13:50.
      My Computer


  5. Posts : 15
    Windows 10
       #134

    tracit99 said:
    Hi Rob,

    I really like your solution. I have found one small problem and I am not faulting your batch file. The problem most likely is with Google Drive and in all likelihood beyond my expertise to fix.

    The round blue syncing icon overlay never appears when I have Google Drive in the navigation pane. The green check mark icon overlay seems to be working okay. If I remove Google Drive from the navigation pane then the blue syncing icon overlay comes back.
    Hi traceit99,

    Are you talking about the file sync status indicators when you click on the Google Sync cloud icon and open the status window?

    If so, I cannot reproduce your problem. See my desktop screenshot:

    https://drive.google.com/file/d/1p6i...ew?usp=sharing

    I have Google Drive in the Navigation Pane and I see the green check mark and round blue syncing icons on the lower right.

    - Rob
      My Computer


  6. Posts : 575
    Windows 11 Pro
       #135

    Hello Rob,

    I am not talking about the status window. I am talking about the status indicator on the folder and files icons in Google Drive itself. I see that you also have Dropbox installed and with that you have to make some registry edits to see the icon overlays in Google Drive. Synced is a green check mark and syncing is two blue arrows that look like a blue circle.

    Google Drive not in navigation pane:

    Add or Remove Google Drive from Navigation Pane in Windows 10-google-drive-not-nav.jpg

    Google Drive in navigation pane

    Add or Remove Google Drive from Navigation Pane in Windows 10-google-drive-nav.png
      My Computer


  7. Posts : 15
    Windows 10
       #136

    After a lot of wasted time testing and not being able to get my overlays to work anywhere except DropBox, I found these articles about a Windows limit of 15 overlay icons (or less), an ongoing problem for years. You can make some registry edits if you want to prioritize a particular sync drive. My batch file does not touch these registry keys, so I can't explain your test results. Basically, if you have more than one synced cloud drive, all of your overlay icons are not going to work. It's annoying that Microsoft has not fixed this well documented problem after all this time and many user complaints.

    https://answers.microsoft.com/en-us/...1-610c1ede4a11

    https://www.ghacks.net/2016/07/24/fi...wing-explorer/

    https://www.dropboxforum.com/t5/Drop...ge/10#comments

    List your ShellIconOverlayIdentifiers with:reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiersreg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayI dentifiers
      My Computer


  8. Posts : 575
    Windows 11 Pro
       #137

    Hey Rob,

    The link in my last post pointed to one of the articles about the overlay priority problem. I mentioned it only because I saw that you had Dropbox installed and I understand that your batch file does not touch any of the registry keys associated with icon overlays.

    However for me this is not the issue since I do not have Dropbox installed and furthermore I have totally removed OneDrive from this Windows 10 setup. My issue is simple. If I add Google Drive to the navigation pane using your batch file or Brink's reg files the the blue syncing icon overlay never appear for me. If I then remove Google Drive from the navigation pane then the blue syncing icon overlay return. The green check mark synced overlay is unaffected either way.

    Side note: I do have one Windows 10 setup in a different partition where I have Dropbox and Google Drive both installed. After making sure that Google Drive is sorted at the top of the list in the shell overlay keys both Dropbox and Google Drive display the correct overlays on the icons as long as I do not place Google Drive in the navigation pane.

    For what it is worth here are the reg queries that you asked for:

    Add or Remove Google Drive from Navigation Pane in Windows 10-overlay-ids-1.jpg
    Add or Remove Google Drive from Navigation Pane in Windows 10-overlay-ids-2.jpg
    Last edited by tracit99; 26 Feb 2018 at 22:06.
      My Computer


  9. Posts : 15
    Windows 10
       #138

    Hello Shawn Brink,
    I was working on the problem of the overlay icons and discovered that the CLSID in your reg files was already in use by the Google overlay icons. This would explain the strange interaction.

    I've made some changes to the batch file and generated a new CLSID. Also, my testing shows that the Wow6432Node registry entries are not needed on a 64 bit system.

    I added a prompt for Google Drive location when it as not at the default and check that it has a valid Google Drive desktop.ini file.

    Add Google Drive to Navigation Pane - Version 2018-02-28.bat
    https://drive.google.com/open?id=1pM...E3GzROCc62snGb

    I also made a new batch file to manipulate the overlay icons and get them working for Google Drive when DropBox has taken charge.

    Icon Overlays Manager - Version 2018-02-28.bat
    https://drive.google.com/open?id=1FF...lO35l-JeNTHUXH

    If you find these solve the problem, I suggest that you update the .reg files with the new CLSID or drop them.

    I'm happy to make any tweaks to these if you have suggestions. Otherwise, please post the update.

    Thanks, Rob
      My Computer


  10. Posts : 575
    Windows 11 Pro
       #139

    Hi Rob,

    Wow you fixed my issue. I now have Google Drive pinned to the Explorer navigation pane and the sync status icon overlays are working flawlessly. I know that the sync status icon overlays may not mean much to some people, but for me they are important.

    I also took a look at you Icons Overlay Manager and it looks promising. I have tucked both of your batch files away for future use.

    Thank you very much for your work.

    Michael T

    Add or Remove Google Drive from Navigation Pane in Windows 10-correctly-syncing.jpg
    Last edited by tracit99; 28 Feb 2018 at 16:01.
      My Computer


 

Tutorial Categories

Add or Remove Google Drive from Navigation Pane in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:09.
Find Us




Windows 10 Forums