1

How to ask windows to search for files that not satisfy defined condition. For example I don't need files that has extension log.

pulsarjune
  • 1,299
vico
  • 2,811

1 Answers1

0

Hit Win+F and write in the search name -log

Lets say you have a file appendix.tex and appendix.log to exclude the .log file you should write in the search appendix -log (you can write more than one thing you want to exclude like -log -pdf -png ...)

Devid
  • 6,455
  • 13
  • 58
  • 75