Skip to content

Instantly share code, notes, and snippets.

@Jaid
Last active September 21, 2021 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jaid/cc915738f9a41057420769b3398d20c6 to your computer and use it in GitHub Desktop.
Save Jaid/cc915738f9a41057420769b3398d20c6 to your computer and use it in GitHub Desktop.
Windows Explorer - Advanced search query examples

Windows Explorer - Advanced search query examples

All folders

kind:folder

⚠️ This also finds zip-compress folders. Can be excluded:

kind:folder NOT ext:.zip

Media by length

The length property uses Windows length units.

From To
1 ms 10 000 length units
1 s 10 000 000 length units
1 minute 600 000 000 length units

All media files (sounds, videos) between 500 milliseconds and 3 seconds:

length:>=5000000<=30000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment