Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Bios Passwort Killen per Software (https://www.delphipraxis.net/54208-bios-passwort-killen-per-software.html)

Assun 29. Sep 2005 17:34


Bios Passwort Killen per Software
 
Moin ;-)

Ich habe dies im Netz gefunden

Zitat:

This article shows how to clear the BIOS/CMOS password.Though it's dangerous to play with Motherboard...but this worked fine with my computer. The main idea looks like as stated below : 1] Exit Windows & reboot to DOS. 2] Go to C:\> prompt 3] (type)DEBUG (press ENTER) {it will show like an underscore _} 4] (type)o 70 2e (press ENTER) {o->orange,don't mess with this line!} 5] (type)o 71 ff (press ENTER) {o->orange,don't mess with this line!} 6] (type)Q (press ENTER) {Quit Debug,it will take u back to C: prompt} You're Done! Shut Down your PC & restart.If ay message shows up...press F1 to run setup of CMOS.Then press F10.Type Y and Exit.See it won't ask again for Supervisor/User passwords !! Typical code can be written as follows : void main() { system("cd\\"); system("DEBUG"); }
then you will have to enter the debugging lines: printf("\nEnter the line as shown :o 70 2e ENTER"); /* asking user to enter */ gets(line1); /* use datatye char line1[8],line2[8] */ printf("\nEnter the line as shown :o 71 ff ENTER"); /* asking user to enter */ gets(line2); printf("\nPress Q...ENTER"); /* asking user to enter */ now for the system to restart : system("cd\\"); system("cd windows"); system("RUNDLL.EXE user.exe,exitwindowsexec"); /* Don't mess with this line..just type as shown */ That's it.Enjoy!!
Doch ist das nicht gefährlich ? ich mein, kann das Bios dadurch nicht zerstört werden und vor allem, geht das wirklich mit allen BiosVersionen ?

Gruß Assun

ibp 29. Sep 2005 18:14

Re: Bios Passwort Killen per Software
 
teste es doch einfach aus und vergiss den zweiten satz im artikel! schade, dass nicht drinsteht welches board es war!

Assun 29. Sep 2005 18:27

Re: Bios Passwort Killen per Software
 
ok es geht bei meinem Bios definitiv nicht :(

SirThornberry 29. Sep 2005 19:12

Re: Bios Passwort Killen per Software
 
@Assun: Schau mal in dein Boardhandbuch, in der Regel kann das Bios durch ziehen eine Jumpers zurück gesetzt werden.

Assun 29. Sep 2005 19:13

Re: Bios Passwort Killen per Software
 
das weiss ich ja, aber wollt das irgendwie per software machen ^^

Hador 29. Sep 2005 20:24

Re: Bios Passwort Killen per Software
 
Es gibt auch programme, die dir bei diversen Biosen (was ist die mehrzahl von Bios :gruebel: ) das Passwort sagen können.
Sowas hab ich auch schon mal benutzt. Funzte super. (Passwort war damals '1' :wall: )
Solche Programme gibt es glaub ich bei http://www.dcw-group.net/
Sonst musste einfach mal Google bemühen.
Dort findet man genug zu diesem Thema.


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:52 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz