Curious about A, B, C, and D drives? Learn what they mean and how to use them effectively with Dropbox in this handy guide! - check it out now!
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!
- stdedosHelpful | Level 5
I think it's more powerful if dozens cancel their accounts to shouting.
But I guess that's just me.
- StopMessingWithOverlayIconsHelpful | Level 7
stdedos you're not the only person in this thread who thinks cancelling account is the only option.
I thought like you too but now I want to try different approach.
Please vote this idea up and share link to it wherever you find it appropriate - stdedosHelpful | Level 5
Bullies respond only to strength
- johne53Helpful | Level 6
It'd be nice to find out what the criteria are... A quick look through the Ideas section reveals that some suggestions get implemented after only 3 or 4 votes whereas others can have scores of votes but still show up as Needs more votes
Does the voting system even count for anything..?
- pepehandsHelpful | Level 5
+1(billion)
Another concerned group of users would benefit from the ability to disable overlays - it also renders windows explorer file management nearly unusable for many of us:
- 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
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!