Hiding the "tick"/"checkmark" from TortoiseSVN in Everything?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Woozie4
Posts: 2
Joined: Fri Feb 13, 2026 2:35 pm

Hiding the "tick"/"checkmark" from TortoiseSVN in Everything?

Post by Woozie4 »

Hello,

I have SVN installed and when searching repositories, I see a tick over the icons of my files which sometimes makes it difficult to visualize said files if they are smaller images.

Can I disable these ticks/checkmarks in Everything?
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: Hiding the "tick"/"checkmark" from TortoiseSVN in Everything?

Post by void »

To hide the overlay icon on thumbnails:
  • Copy and paste the following into your Everything search box:
    /thumbnail_overlay_icon=0
  • Press ENTER in your Everything search box.
  • If successful, thumbnail_overlay_icon=0 is shown in the status bar for a few seconds.


To hide the overlay icon on icons:
  • You will need Everything 1.5
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    overlay
  • Select: icon_overlay_icon
  • Set the value to: false
  • Click OK.
Woozie4
Posts: 2
Joined: Fri Feb 13, 2026 2:35 pm

Re: Hiding the "tick"/"checkmark" from TortoiseSVN in Everything?

Post by Woozie4 »

Thanks, that solves it. :)
Post Reply