<a href="http://www.truecrypt.org/">TrueCrypt</a> is the tool of choice to encrypt your computer hard drives, and under windows it offers the option to encrypt the system drive on the fly, which is very comfortable. As you might guess, this could also go terribly wrong, which is why TrueCrypt forces you to create a <a href="http://www.truecrypt.org/docs/?s=rescue-disk">rescue disk</a> ISO, which has saved me a lot of trouble in the past. However, by default, TrueCrypt does not let you encrypt your system drive before you have <b>actually</b> burned that image to a <b>real</b> CD, and that, on the other hand, is quite annoying in a day and age where many notebooks no longer have an optical drive. What few people know - this check can be turned off by executing
```bash
"TrueCrypt Format.exe" /noisocheck
```
If you don't believe me, try it yourself or <a href="http://www.truecrypt.org/docs/?s=command-line-usage" target="_blank">check out their documentation</a>.
2 Replies to “Use TrueCrypt’s System Encryption Without Optical Drive”