How To exclude a column from the efu

General discussion related to "Everything".
Post Reply
onair154
Posts: 4
Joined: Thu Jan 16, 2025 3:47 pm

How To exclude a column from the efu

Post by onair154 »

I need to exclude a specific column from the generated efu file list
(date created for example)

Is it possible from the command line with the es.exe ?
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: How To exclude a column from the efu

Post by NotNull »

For example:

Code: Select all

es.exe "c:\your folder\"  -full-path-and-name  -size  -dm  -attributes  -export-csv .\output.efu
EFU is more or less a fixed format. Export-csv gives you flexibility. Give the output file a .EFU file extension.
For more (or less) columns to export see ES.exe /?, under the Display optione.


Note:
If you leave out the -attributes, Everything has no way to tell if an item is a folder or a file.
onair154
Posts: 4
Joined: Thu Jan 16, 2025 3:47 pm

Re: How To exclude a column from the efu

Post by onair154 »

That works for me. Thank you :)
Post Reply