It's More than a Technology blog...

Liked us?

Pin It

How to Reset BIOS Password Using CMD

Here I will share a nice trick for how to Reset BIOS Password.  BIOS - Basic Input Output system.
By keeping your BIOS password protected, no one can enter in your BIOS settings.
So first we Know about what is BIOS?

What is BIOS?

BIOS is a Basic Input/Output System, is the first code run by a PC when Bootup. The primary function of the BIOS is to set up the hardware and load and start an operating system. When the PC starts up, the first job for the BIOS is to initialize and identify system devices such as the video display card, keyboard and mouse, hard disk drive, optical disc drive and other hardware. The BIOS then locates software held on a peripheral device (designated as a ‘boot device’), such as a hard disk or a CD/DVD, and loads and executes that software, giving it control of the PC.

How To Reset BIOS Password Using Command Prompt

In this method we used the microcontroller programming, Don’t worry if you don’t know about microcontroller programming(Discuss another Day), Just follow these simple steps:-

Open Command Prompt and type debug and then debug prompt will be opened and then type following

reset bios password
  1. A Press Enter
  2.  MOV AX,0 Press Enter
  3. MOV AX,CX Press Enter
  4. OUT 70,AL Press Enter
  5. MOV AX,0 Press Enter
  6. OUT 71,AL Press Enter
  7. INC CX Press Enter
  8. CMP CX,100 Press Enter
  9. JB 103 Press Enter
  10. INT 20 Press Enter
  11. Press Enter
  12. G Press Enter
  13. Q Press Enter
You done it.

Permanently Clear BIOS Password

In this Trick CMOS Don’t ask for BIOS Password. It will clear the BIOS Password. You make batch file and send to your friends.
Open CMD and follow..
  1. DEBUG press enter
  2. -o 70 2e press enter
  3. -o 71 ff press enter
  4. -q press enter
  5. exit press enter
Restart Computer.

Twitter Delicious Facebook Digg Stumbleupon Favorites More