We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
StopMessingWithOverlayIcons
5 years agoHelpful | Level 7
Add option to disable icon overlays in Windows Explorer
Please add an option to disable Dropbox icon overlays. It is so frustrating to remove Dropbox Shell Icon identifiers from the top of ShellIconOverlayIdentifiers list after each update!
It is disrespectful to users to decide for them which overlays they need.
I'm using TortoiseGit and I really need its overlays, they are useful and important for my work. Every time Dropbox updates I can no longer see status icons and have to go to Registry editor and remove newly added and USELESS Dropbox overlays.
I've seen dozens of feature requests from Dropbox users for many years but Dropbox pretends everything is fine!
UPD:
I had patience to open a thread and communicate with Dropbox team on this issue. After almost 2 years, more than 100 upvotes they have just thrown my idea away suggesting me to edit Windows registry. I've heared your answer, that's how you treat your loyal users.
So long Dropbox!
- ytdHelpful | Level 5
While Dropbox fixes this problem for years, you can use my script...
You can delete some or all popular invaders with comma separated list.
For all
set SIOIFolders=%SIOIDropBox%,%SIOIAcronis%,%SIOIOneDrive%,%SIOINextCloud%,%SIOIGDrive%
For dropbox only
set SIOIFolders=%SIOIDropBox%
Run with Administrative privileges
ShellIconOverlayIdentifiersCleaner.cmd
@echo off cls SetLocal EnableDelayedExpansion rem ------------------------------------ echo ShellIconOverlayIdentifiers cleaner echo. rem ------------------------------------ set SIOIRoot=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers set SIOIDropBox=DropboxExt01,DropboxExt02,DropboxExt03,DropboxExt04,DropboxExt05,DropboxExt06,DropboxExt07,DropboxExt08,DropboxExt09,DropboxExt10 set SIOIOneDrive=OneDrive1,OneDrive2,OneDrive3,OneDrive4,OneDrive5,OneDrive6,OneDrive7,SkyDrivePro1,SkyDrivePro2 set SIOINextCloud=OCError,OCOK,OCOKShared,OCSync,OCWarning set SIOIGDrive=GoogleDriveBlacklisted,GoogleDriveSynced,GoogleDriveSyncing set SIOIAcronis=AcronisSyncError,AcronisSyncInProgress,AcronisyncOk set SIOIFolders=%SIOIDropBox%,%SIOIAcronis% for %%i in (%SIOIFolders%) DO call :fnDeleteKey "%%i" echo. echo Restarting Explorer... taskkill /im explorer.exe /f >nul 2>&1 explorer.exe goto Quit rem ------------------------------------ :fnDeleteKey set "CharSpace= " set "SIOISpacer=" set "SIOIPath=" set SIOIKey=%~1 echo ^> Removing key: %SIOIKey% for /L %%b in (0,1,5) do ( set SIOIPath=%SIOIRoot%\!SIOISpacer!%SIOIKey% set SIOISpacer=!SIOISpacer!%CharSpace% reg DELETE "!SIOIPath!" /reg:32 /f >nul 2>&1 reg DELETE "!SIOIPath!" /reg:64 /f >nul 2>&1 ) Exit /B rem ------------------------------------ :Quit Exit /B
- johne53Helpful | Level 6
Added by johne53:
" Does the voting system even count for anything..? "
I guess the answer to that is:- "No !"
- StopMessingWithOverlayIconsHelpful | Level 7
Emma how many votes are needed for implementing this feature?
- Roberto_BlattHelpful | Level 5
Thanks for the post. Time for Dropbox to wake up
- 0990343369Explorer | Level 4
StopMessingWithOverlayIcons wrote:Please add an option to disable Dropbox icon overlays. It is so frustrating to remove Dropbox Shell Icon identifiers from the top of ShellIconOverlayIdentifiers list after each update!
It is disrespectful to users to decide for them which overlays they need.
I'm using TortoiseGit and I really need its overlays, they are useful and important for my work. Every time Dropbox updates I can no longer see status icons and have to go to Registry editor and remove newly added and USELESS Dropbox overlays.
I've seen dozens of feature requests from Dropbox users for many years but Dropbox pretends everything is fine!
- Roberto_BlattHelpful | Level 5
wlear is right - This is a needed bug fix, not a feature
- seeigecannonNew member | Level 2
I completley agree with the people above. People have been complaining about this for years. I suspect this is more of a managment problem than a software dev problem. Dropbox keeps taking 10 out of the 11 slots, I suspect to disable the overlays of competetion, but as a side effect screws up Tortise which is FAR more important to anybody who uses things like Git and SVN.
Also, 10 icons? WTF! Everything that is important could be done with 3. Up to date, updating, error.
If I had a dollar for every time I screwed up with TortiseGit because of you guys stealing the shell overlays I could buy a nice lunch at McDonalds.
- PistolprinsenHelpful | Level 5
How to remove the Dropbox overlay icons?!?
- nofish2Helpful | Level 5
Please vote for this issue, not sure it helps at all, but it's probably the best we can do to support it.
What about your statement from page 1 of this issue? :)
It has received considerably more votes in the meantime, is it forwarded to the dev team yet?
- johne53Helpful | Level 6
For many of us here, TortoiseGit's overlays are extremely important whereas Dropbox overlays have no importance whatsoever. Unfortunately - no matter how much we complain - the Dropbox team totally refuses to believe us. Maybe it's time to abandon Dropbox?
At one time I considered using GoogleDrive but (apparently) it's getting closed down soon. So what about the alternatives? Are there any similar services which don't exhibit this problem? Microsoft's OneDrive maybe??
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!