Question : How to robocopy and remove EFS on destination files

I want to use robocopy to backup data on Vista from internal NTFS HDD to external NTFS HDD.
The source files and folders are EFS encrypted.
Robocopy copies the files but the destination files are also EFS encrypted.
I do not want the destination files to be encrypted.

How do I tell robocopy to remove the EFS encryption on the destination files?

Answer : How to robocopy and remove EFS on destination files

The easiest way is to have the external HDD formatted as FAT32 this way the EFS will not be transferred.  or do a 'cypher /d' on the copied files
Random Solutions  
 
programming4us programming4us