In that directory, there's a mix of EFS-encrypted files, and just normal files. Is there a simple way to decrypt everything?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted
Ciphere.exe /d /s *.*

The /d is to decrypt.
The /s is to do that directory and subdirectories.

link|improve this answer
feedback

Easiest method I can think of - Go to Explorer, customize the fields to show an encryption flag then simply sort by this and highlight the encrypted files, then right click to properties and unencrypt them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.