Windows 7 created a Encrypting File System key for me. How can I tell if it's in use?

2

I never knowingly created an encrypted file system, or encrypted files.

This similar question proposes that it might have been Office 2010, which is a possibility. (Though it's irritating that some install process would have done this for me "behind my back".) The question suggests running cetmgr.msc and removing it from the Personal category.

But I'm not comfortable doing that without asking the following questions:

  1. How can I tell if the key is being used?
  2. How can I tell if it's safe to remove the key? (almost implied from (1), but there may be some process I don't know about yet which expects it to be there...)
  3. If it turns out I removed it without it being safe, how could I recover?

I would appreciate any insight.

Edit:

This question provides a useful tip: encryptionstatus:encrypted can be used in a Windows Explorer search field to determine if any files are encrypted. I am assuming that this is the key used for that purpose, but I don't know if that's the only way this key is potentially used.

mpontillo

Posted 2010-10-06T16:06:56.383

Reputation: 931

I doubt windows encrypted anything "behind your back". – Chris – 2010-10-06T16:10:33.350

1No, but it created the key, which some application could have used without my knowledge. – mpontillo – 2010-10-06T16:14:27.573

ockquote>

'I doubt windows encrypted anything "behind your back"'

oh, I can just imagine the next wave of virus and rootkits.. – fseto – 2010-10-06T23:06:40.687

1@Chris: Win7 does encrypt "in your back": for example when extracting files from a .zip that was created on Mac OS X. – mivk – 2013-01-18T14:59:10.080

No answers