Hiding specific folder names at all times

Hiya all,
quick qu.

I want to be able to view hidden files and folders so I have this option turned on.
I'm sick of always seeing 'RECYCLER' and 'System Volume Information' though on every drive, even ones with just one other folder on it.

Is there any way I can set it up so that I can hide specific file / folder names from appearing all the time?

Thanks :slight_smile:

You could filter the specific files and folders. For doing this, point to Settings -> Prefs -> folders -> folder formats and double click on each parts separately twice. On new window, click on filters tab and type the following code on Hide Filter -> Folders:

(recycled|_restore|system volume information|recycler)

Best regards

You could also create a button that you can click any time you want to toggle those folders on or off.

e.g.

Set HIDEFILTERFOLDERS "(recycled|_restore|system volume information|recycler|MSOCache)"

Thanks for the tips! :slight_smile:
I created the button which works great!