Files showing green in Windows Explorer (Vista/W7), can't copy over network

2

I have a folder shared and I copied it to another computer just fine, but two individual files say I don't have permission to copy them. And the filename is in green in Windows explorer on both the copy-from (W7) and copy-to (Vista) PC. I never saw this before, what does it mean and how do I fix it? These two files are nothing special.

Mr. Boy

Posted 2011-02-18T09:47:47.067

Reputation: 3 710

Answers

2

Files shown in Green are encrypted.

Files shown in Blue are compressed.

Both of these actions are fairly low level file system / Windows actions that effect how the file is stored, but not it's structure or content (like compressing in to a zip file would, for example).

The two are mutually exclusive - NTFS cannot compress and encrypt a file at the same time.

Files encrypted in this was can only be decrypted by the user account that performed the original encryption.


Some sources (from social.answers.MS; couldn't find anything more authorative):
1 2

DMA57361

Posted 2011-02-18T09:47:47.067

Reputation: 17 581

Is there any way a file can get encrypted without me doing it? – Mr. Boy – 2011-02-18T10:01:54.260

@John could someone else could have encrypted it (since it was a shared folder)? This is filesystem/Windows level encryption (ie, from the file properties window, not a 3rd party software). – DMA57361 – 2011-02-18T10:03:35.060

No it is only shared amongst my computers. If the file was encrypted already and someone emailed it to me would the encryption remain or is it not part of the file itself? – Mr. Boy – 2011-02-18T10:07:24.967

@John It's not part of the file, but the way it is stored, so it would lose the encryption if emailed. You can only decrypt them with the user account that originally encrypted them (so if you encrypted them using an account on another computer you'd need to access them from that account on that computer). – DMA57361 – 2011-02-18T10:09:55.640

@John You might wish to see http://en.wikipedia.org/wiki/Encrypting_File_System#Recovery , although it's not good news.

– DMA57361 – 2011-02-18T10:14:06.253