--- title: Toshiba notebooks layout: default created: 2008-07-21 19:59:58 +0200 updated: 2008-07-21 19:59:58 +0200 toc: false tags: - know-how - hacking - hardware - bios - passwords - toshiba --- I found three different ways for bypassing the password-check on a Toshiba-notebook. I had no chance to test them, so I can't promise they will work. Holding SHIFT ============= Hold down the **left SHIFT-key** upon bootup - this should skip the password-check on most notebooks and on some desktop-systems. KeyDisk ======= For this one, you will need an empty 3 1/2" disk (720KiB or 1.44MiB), another computer (to which you have full access) and a good Disk-Editor (e.g. [Hex-Workshop](http://www.bpsoft.com/)). This method should work on ALL Toshiba notebooks. 1. Bootup the other computer, install and launch the Diskeditor. 1. Insert the disk and open the **second sector** of the disk. 1. Change the **first five Bytes** of the second sector of the disk (the first sector is the boot sector) to: `4B 45 59 00 00` 1. Write the changes to the disk. Now you have a KeyDisk! 1. Remove the disk and insert it into the drive of the notebook computer. 1. Start the notebook in Boot Mode (push the reset button). 1. Press ENTER when asked for password. 1. You will be asked to set password again. Press Y and ENTER. 1. You should now see the BIOS configuration where you can set a new password. Loopback-Connector ================== ![]({{ site.url }}/assets/db25m.gif) This is a 25pin male connector which fits onto the printer port. You have to short-circuit the following pins: * 1-5-10 * 2-11 * 3-17 * 4-12 * 6-16 * 7-13 * 8-14 * 9-15 * 18-25 (optional) After plugging the modified connector onto the notebook, the BIOS shouldn't ask for any password. [Back to overview.]({% post_url 2009-10-30-bios-passwords %})