Would it be possible to add extra security before Windows boots?

3

Possible Duplicate:
Bios password protection

For example, an username / password prompt that would not even boot Windows (or whatever OS) until the correct credentials are entered.

Niro56

Posted 2012-09-30T22:18:22.397

Reputation:

Question was closed 2012-10-01T06:33:52.150

Yes, there are high-security systems that run before the OS (but after the BIOS) to require passwords before the OS starts up. Banks and other big companies use these systems, typically coupled with RSA SecurID tokens. – xxbbcc – 2012-09-30T22:26:01.290

If any of these answers helped, feel free to upvote them or mark them as the answer. – user88311 – 2013-06-26T17:01:44.200

Answers

4

There is difference between "not being able to boot" and "not being able to read the data" of the system. To stop people from booting the system, you can add BIOS-level password for hard drive access (you can't boot from it BUT it's not an encryption and it's hackable by interfering the CMOS battery) with BIOS password. To deprive people of possibility to read data that are on your system, it's best to use full-disk encryption like Truecrypt or Bitlocker (or many other), but other possibilities exists on different platforms.

mrówa

Posted 2012-09-30T22:18:22.397

Reputation: 191

3

Yes you can set passwords passwords on the system BIOS that prevents the whole system from booting or from letting a person access the BIOS as well. Certain types of encryption software allow a similar thing where as you need to access proper credentials before you can even view the OS/BIOS logon screen.

user88311

Posted 2012-09-30T22:18:22.397

Reputation: 1 646

3

Use disk encryption (e.g. BitLocker or TrueCrypt). That will prompt for a password/PIN before the OS is booted, and will also protect OS and data when the computer is turned off.

Ansgar Wiechers

Posted 2012-09-30T22:18:22.397

Reputation: 4 860