Archive

Posts Tagged ‘encrypted files’

Quickie: List encrypted files

August 7th, 2012 No comments

If you want to list all encrypted files by EFS you can use command:

cipher [PATH]

This command will list all files in PATH. Encrypted files will have “E” character in front of it:

 

List encrypted files

List encrypted files

 

This command is great to handle encrypted files. Look at cipher /? command output.