omit sizes by right clicking the size heading
omit sizes by right clicking the size heading
hello there everyone, it's me again. How do I omit a particular size by using right clicking on the size heading?
Re: omit sizes by right clicking the size heading
There's no option to omit a particular size from the size heading.
To exclude a certain size from your search results, include the following in your search:
! = NOT
Size syntax
For example, to exclude files with a size of 1234567 bytes:
To exclude files with a size of 2MB:
To exclude files with a size range of 5MB to 10MB:
To find only files larger than 100MB:
To exclude a certain size from your search results, include the following in your search:
!size:<size>
! = NOT
Size syntax
For example, to exclude files with a size of 1234567 bytes:
!size:1234567
To exclude files with a size of 2MB:
!size:2mb
To exclude files with a size range of 5MB to 10MB:
!size:5mb..10mb
To find only files larger than 100MB:
size:>100mb
Re: omit sizes by right clicking the size heading
thank you void