EFS--Encrypted File System
Right click a folder -- property

Problem:
The encryption key is saved inside the user's profile. When somebody gets your physical computer, he can reset the user's password by a utility and log onto the system to steal your data.
BITLOCKER
Windows 7
Partition S has minimum 1.5 GB and ACTIVE.
Partition C will have the OS installed.
Diskpart
Select disk 0
Clean
Create partition primary size=3000
Select partition 1
Active
Assign letter=S
Format fs=ntfs quick
Create partition primary size=30000
Select partition 2
Assign letter=C
Format fs=ntfs quick
Exit
Install Windows 7 enterprise onto C drive.

Turn On BitLocker on F: drive



Why is the “BitLocker Drive Encryption” more secure than EFS?
Reboot the computer with Vista ERD (Emergency Repair Disk) ;
Run LockSmith to change the Administrator password;
Boot the computer into Windows 7 and logon as Administrator with the new password;

When you try to open F: drive, a popup window shows.

If you know the password, you can unlock it.
If you click the link “I forgot my password”, the following window pops up.



You must click “Manage BitLocker” to permanently change the unlock password.
TPM – Trusted Platform Modules –BIOS
Because my system does not have a TPM on the mainboard, I cannot turn on BitLocker on the Operating system drive (C:).


“Automatically unlock this drive on this computer” option
does not work without the OS drive protected. When
you encrypt fixed data drives, you can choose to have the drive automatically
unlock when you log on to Windows.
For removable drive (e.g. USB Stick), “automatically unlock this drive on this computer” can be turned on or off.
When “automatically unlock this drive on this computer” is turned on, next time the USB stick will automatically unlock upon you insert it to this computer. You don’t need to type the password.
TPM--Trusted Platform Modules
For computers with TPM-compatible modules, after TPM is initialized, BitLocker Drive Encryption can use one of three TPM modes.
TPM-Only
When the computer boots, TPM validates the boot files, the operating system files, and any encrypted data volumes. User logon experience is unchanged. That means no extra key or pin is needed. If the TPM is missing or the files on the encrypted volumes are tampered offline, when the computer boots, BitLocker will enter RECOVERY mode. A recovery key must be typed in to access the boot volume.
TPM and PIN
When computers start, TPM validates the boot files, the operating system files, and any encrypted volumes. The user must input a PIN to continue the startup. If unable to provide a PIN, RECOVERY MODE is entered. If the TPM is missing or the files on the encrypted volumes are tampered offline, when the computer boots, BitLocker will enter RECOVERY mode. A recovery key must be typed in to access the boot volume.
TPM and Startup Key
When computer starts, TPM validates the boot files, the operating system files, and any encrypted volumes. The user must have a USB flash drive with a startup key to log on to the computer. Otherwise, RECOVERY MODE will be entered. If TPM is missing or the files on the protected volume are tampered offline, RECOVERY MODE is entered.