I have a bunch of these files automatically produced by Dropbox and I'd love to hide them:

enter image description here

Any ideas on the best way to do this?

link|improve this question

use linux (it hides files starting with dot automagically) :) – barti_ddu Oct 26 '11 at 19:47
feedback

1 Answer

attrib +h .dropbox /s

Dropbox usually marks these files as hidden automatically.

You might also want to look whether your Windows Explorer is configured to hide hidden files.

link|improve this answer
Mine are hidden already as well. – surfasb Oct 27 '11 at 2:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.