I Bought a BIOS-Locked PC. Should You?

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

ความคิดเห็น • 642

  • @ianmckenzieanderson3857
    @ianmckenzieanderson3857 ปีที่แล้ว +287

    Something to try that's worked several times for me with various desktop and server motherboards, although sadly isn't an easy option for most laptops: On a lot of boards, if you replace the CPU, it will allow you one-time access to even the most locked-down BIOS, so if you have another spare CPU for your locked motherboard, remove the BIOS battery, close the CMOS jumper, then replace the CPU. Remove the CMOS jumper, replace the battery, and switch on. Some boards will take you straight to BIOS and others will give you a message to say the CPU has been changed and to press (usually) F1 to enter BIOS. Once in there, you MUST remember to change or remove the password at that point, because if you leave the original password set, it's a one-time deal until you replace the CPU again.

    • @tin2001
      @tin2001 ปีที่แล้ว +35

      Swapping the amount of RAM also sometimes works.

    • @conundrum2007
      @conundrum2007 6 หลายเดือนก่อน

      useful tip! I've had issues with pre-crippled SFF's where they won't run with anything other than the supplied chip, every time I managed to fix it. Possibly why a lot of the "faulty/spares or repair" ones have a different CPU, someone has taken out the good working chip and substituted a potato or worse, a faulty processor.

    • @dothatjustin
      @dothatjustin 5 หลายเดือนก่อน +1

      @@conundrum2007I was gonna do that to a OptiPlex, guess I can’t?

    • @conundrum2007
      @conundrum2007 5 หลายเดือนก่อน +1

      @@dothatjustin Try it. Other option might be to send me the bad BIOS IC and I will attempt to clone it to a new one. Sometimes that is all you need, done this once before.

    • @dothatjustin
      @dothatjustin 5 หลายเดือนก่อน +1

      @@conundrum2007huh, well I’m always willing to learn more, I’m not sure what to do tho and if you wanted to try it out I can try sending it maybe ilyk

  • @luci_ly
    @luci_ly ปีที่แล้ว +637

    Your BIOS dump seems to be exactly 16M, which means its probably a full dump of the BIOS chip, even white space that might exist at the end of the chip. Most manufacturers don't fill their BIOS chips to the brim, mainly for BIOS updates and patches in the future. It's possible the HP and community BIOS's are complete images, just truncated to exclude the white space that would exist at the end of the chip

    • @lizardking8388
      @lizardking8388 ปีที่แล้ว +41

      An erased chip is all FF's. If the BIOS is in Intel Hex format, rather than binary, it would only contain the pages of bytes that have zero's in them; thus it could contain the entire BIO's while still being a very small file.

    • @phyotyla
      @phyotyla ปีที่แล้ว +13

      The memory chip sizes are in the powers of two and the binary found was 9,1MB. Therefore it would not fit on a 8MB chip but does fit on a 16MB chip.

    • @shhhvcnear
      @shhhvcnear ปีที่แล้ว +9

      Hex IS binary, not rather than. It's just binary converted into a more people friendly way to read. All hex values are stored in, you guessed it, binary. If all bytes were FF then all bits are 1. Intel Hex just encodes/decodes in this instance is just compression. Everything is stored in binary, there is no "rather than binary"

    • @lizardking8388
      @lizardking8388 ปีที่แล้ว +18

      @@shhhvcnear You know only half of what you think you know.
      "Hex IS binary, not rather than."
      Hex is ASCII TEXT, Binary is BINARY.
      "It's just binary converted into a more people friendly way to read."
      Converted, yes; which means it is NO LONGER BINARY. Hex REPRESENTS binary and it is more than "a more people friendly way to read". A server may not be able to accept binary and so the data may be CONVERTED to ASCII. ASCII Hex cannot have a '1' in the eight bit; if it did, it would be binary data and NOT hex.
      "If all bytes were FF then all bits are 1."
      Obviously.
      "Everything is stored in binary, there is no rather than binary"
      That's a half truth, which you don't understand because your knowledge of binary is very simplistic. Yes, everything is bits and is binary, but when engineers (and most computer literate people) refer to a binary file, they're referring to a file that has unformatted data or to be more specific, a non-text file. If you format a file to ASCII hex, then it is no longer considered a binary file (even though the data within is still made up of binary data). ASCII hex breaks the binary bytes into 4 bit nibbles, so each byte of the data is represented by two ASCII text bytes in hexadecimal format, neither of which have a '1' as the most significant bit.
      "Intel Hex just encodes/decodes in this instance is just compression."
      When you load an Intel hex file into a programmer, all data is first erased from the chip, which means all bits are '1' or FF. Each line in the Intel hex file (which is ASCII text, not binary) contains an address of where in memory to write the data, the data itself and a length of bytes to write, including a checksum. The hex fields (which are ASCII hex, not BINARY) are then converted to their binary values and used to modify the buffer that was previously filled with FF's before being programmed. It's not really just compression because it doesn't contain all the data within it. Instead, it assumes that any data that's not included within it is FF. So if you didn't fill the buffer with FF's first, then the data will be incorrect. usually the programmer will automatically fill the buffer with FF's before loading the Intel hex file. A compressed file contains all data and doesn't rely on assumptions. Intel hex format can also be used to patch an existing program (but this is likely over your head so I won't discuss it further).
      In summary, Intel hex format doesn't need to write pages of FF's in any area because there already are FF's there from erasing. Since there are a lot of FF's in firmware, the intel hex file can be much smaller than the actual binary, even though there are two ASCII bytes representing each byte of the actual binary.

    • @bonngustilosarab2593
      @bonngustilosarab2593 ปีที่แล้ว +3

      Agree. All chips, AFAIK, stores info in binaries. Even disc storages.

  • @annihilatorg
    @annihilatorg ปีที่แล้ว +341

    My biggest win was using a grounding trick on a thinkpad t430s to get around a bios lock. There's many videos on youtube, but the gist is you carefully use a pair of metal tweezers to ground the data pin during (not before) POST. The password is seen as blank on that boot, and you can easily set and then disable the admin password. This let me enable virtualization, update the bios, and enable the express card port.

    • @luisfernando55
      @luisfernando55 ปีที่แล้ว +7

      I think that cant'b be done in newer models but at least worked in your Lenovo, thanks for the reminder !

    • @TUGATITO001
      @TUGATITO001 ปีที่แล้ว

      @@wendellparham5545 interesting...

    • @theantipope4354
      @theantipope4354 ปีที่แล้ว +19

      I spent many years as a service tech, & I used this trick on a lot of machines to get around weird BIOS locks.

    • @zhp316
      @zhp316 ปีที่แล้ว

      How u dell laptop

    • @Golf4org
      @Golf4org ปีที่แล้ว +3

      Works great on T48s but not on T51s. The Password is stored inside the CPU. So even replacing the Flash does not help. This is part oft this Intel Anti Theft.

  • @JinSu-hf9im
    @JinSu-hf9im ปีที่แล้ว +81

    I used to have a defective RAM bar, if you insert it into the computer, the data loaded into the initial addresses will be corrupted by the BIOS in an attempt to restore it loads the default settings and the password disappears it was very convenient

    • @conundrum2007
      @conundrum2007 5 หลายเดือนก่อน +2

      Ooo! I can probably make one of those.

    • @ChipperMcManus
      @ChipperMcManus 4 หลายเดือนก่อน

      @@conundrum2007 if you make one that works et me know how much you can sell me one for

  • @drcyb3r
    @drcyb3r ปีที่แล้ว +80

    On devices of some manufacturers like Fujitsu, you can remove the bios lock by entering three specific "passwords". Then you get a long number shown on the screen which you can enter into a calculator found on the internet. There you get a code you can enter as a password to gain access to the bios.

    • @haczyk84
      @haczyk84 ปีที่แล้ว +5

      same in old Dells

    • @happyatheists9361
      @happyatheists9361 ปีที่แล้ว

      Nec too

    • @gianclgar
      @gianclgar ปีที่แล้ว +1

      Nice quest tho

    • @ArcYT
      @ArcYT 11 หลายเดือนก่อน +4

      real life side quest

  • @Adamant_IT
    @Adamant_IT ปีที่แล้ว +128

    Cheers for the shout out, great video - whish I could get this much information into 10mins!
    In-circuit flashing (with the clamp) is definitely possible as you've discovered, but I always de-solder the chip, as unless you have a detailed understanding of the platform, you never know what else is getting powered up by the clamp, and what else is listening on the bus. Soldering is also dangerous, but I know those risks a lot more than if the PCH is going to breakdown when an unmodded CH341a bashes 5v onto the SPI bus. It's low current sure, but I don't need to roll those dice if I flash out-of-circuit.

    • @HardwareHaven
      @HardwareHaven  ปีที่แล้ว +33

      Ah the legend himself! And I would argue you get more info in most of your videos than I have on my entire channel. Without a doubt your videos were the inspiration to buy a hot air station and give it a go, lol.

    • @ArifKamaruzaman
      @ArifKamaruzaman ปีที่แล้ว +1

      Hi! I started watching your video. Something i love to watch because I was a computer technician and dealing with almost everything you've shown there.

    • @TheLukasz032
      @TheLukasz032 ปีที่แล้ว +2

      > "you never know what else is getting powered up by the clamp"
      In fact, most of all times it's the KBC. Which will then try to read its firmware from the same chip, and then attempt to start the motherboard or at least its always-on devices like a charging port. And hopefully everyone here knows that on SPI bus there is no mandated hardware detection of colliisions, and flash chips are "dumb" either way, so reading the chip in the same time the KBC accesses it is bad.

    • @Ismail-1983
      @Ismail-1983 11 หลายเดือนก่อน +3

      The ch431 doesnt have a problem with the 5 volt "issue". It is well explained and tested in this video: th-cam.com/video/J8-Sh7DjiXw/w-d-xo.htmlsi=Mei2TuFyq16XZaZ3

  • @naxutlol8663
    @naxutlol8663 ปีที่แล้ว +1160

    BIOS said: 37 times

    • @norcobick
      @norcobick ปีที่แล้ว +45

      🗿

    • @chriss590
      @chriss590 ปีที่แล้ว +60

      Two more likes and we'll get this comment to 37, too.

    • @HardwareHaven
      @HardwareHaven  ปีที่แล้ว +122

      Whoops lol

    • @blindtechh
      @blindtechh ปีที่แล้ว +12

      ​@@HardwareHaven37

    • @markusTegelane
      @markusTegelane ปีที่แล้ว +9

      Bios means life

  • @anle7988
    @anle7988 ปีที่แล้ว +234

    There is another way of removing BIOS-password by using Intel ME software. Basically, it allows you to read and write BIOS chip from Windows, without soldering the chip. However, a few things need to be considered:
    - It's needed to remove/change position of a jumper if you wanna flash to BIOS chip while reading from it doesn't. Some times you need to use a wire as the jumper is removed by default.
    - Make sure that you have the right BIOS to flash to the chip. Otherwise you can't boot up. In that case you will need desolder the chip and use a programmer to flash BIOS to it.
    Overall, while this technique could be avoid of using solder-iron, it requires some knowledge of understanding motherboard (and maybe reading schematic) and BIOS flash.

    • @ArifKamaruzaman
      @ArifKamaruzaman ปีที่แล้ว +2

      Interesting.

    • @kraio-sfu
      @kraio-sfu ปีที่แล้ว +1

      Doesn’t this only work on vPro systems?

    • @v1ncend
      @v1ncend ปีที่แล้ว +4

      Need more details

    • @lizardking8388
      @lizardking8388 ปีที่แล้ว +10

      "There is another way of removing BIOS-password by using Intel ME software. Basically, it allows you to read and write BIOS chip from Windows, without soldering the chip."
      If you could do that, then it means you don't need to do it because you're already past the BIOS password.

    • @pjcnet
      @pjcnet ปีที่แล้ว +16

      @@lizardking8388 Still good for a BIOS only password to get into the settings, not a power on password.

  • @oscarfinnEDV
    @oscarfinnEDV ปีที่แล้ว +17

    Notice if you are running a HP ProBook/EliteBook/ZBook up to the Folio 9470m:
    DO NOT JUST OVERWRITE THE BIOS WITH A DUMP THAT EXISTS ON THE INTERNET. Because when you do, the Serial Numbers and the MAC Address of the Ethernet Card gets overwritten.
    What you should instead do is capture the Current BIOS, flash an unlocked one, power the PC on, flash the original locked bios while the PC is running, set a new Password and then reboot.
    Otherwise you will for example get Code 43 for the Ethernet Chip because the MAC Address is incorrect, and there could be problems with Windows Activation.

    • @Drottninggatan2017
      @Drottninggatan2017 2 หลายเดือนก่อน +1

      Question: You say "flash the original locked bios while the PC is running", would that be while running BIOS setup?
      You flash unlocked BIOS, enter BIOS setup, and flash original BIOS while still in BIOS setup?

  • @kasuraga
    @kasuraga ปีที่แล้ว +117

    Picked up a bios locked 845 G7 from work for 20 bucks. Had to learn how to desolder and reprogram the bios, but it wasn't too difficult for me since I at least have some soldering skills and watch LOTS of board level repair videos in my free time. Threw in some ram and a drive, and I have a killer daily driver that cost under 100 bucks total.

    • @patsfan4life
      @patsfan4life 3 หลายเดือนก่อน

      That's a lot of work for someone who doesn't rebuild laptops regularly

    • @kasuraga
      @kasuraga 3 หลายเดือนก่อน

      @@patsfan4life I do laptop refurbishing as my job, but we don't typically do board level repairs. Since all the tools to do the job was cheap I figured it was a good chance to learn since I had a supply of parts to pull from

    • @pdbouie
      @pdbouie 23 วันที่ผ่านมา

      I have the same model except g8
      So have to desolder the chip. Great, time to invest in a rework station and a sacrifice to the motherboard Gods so they will provide a bios to program into the chip.

  • @milescarter7803
    @milescarter7803 ปีที่แล้ว +26

    One of my favorites is the older laptops with a password chip. If it reads 0000s from the chip it assumes no password. The trick is you short the clock and data pins right when it checks for a password, it won't see one and you can get into the BIOS. Then set a blank password, it will overwrite the stored password.
    If you find that the motherboard is stealing the power from your clip programmer it might be pulling the voltage down too low. I keep a 1/2 charged Lithium Ion battery around ~3.6v to connect along with the CH341A.
    The other option would be powering the board and letting it provide the power to the chip.
    I do run into chips that need pulled from the board at times.

  • @D3M3NT3Dstrang3r
    @D3M3NT3Dstrang3r ปีที่แล้ว +27

    I know you didn't cover it but one Hard Disk password exploit that worked well for me on ide/sata spinning rust drives was to power on machine with unlocked hard disk into the bios and into the security settings, hot swap the drive to the locked drive, select to lock drive and set a password, save and exit. Upon boot it will still be locked but only with the password you provided. Now you can go into bios and unlock with the password you set.

  • @otter-pro
    @otter-pro ปีที่แล้ว +13

    I don't buy bios-locked pc, simply because I don't have the time or tools or patience to work on it just to save $20 (roughly), unless the unlock is guaranteed and is super easy. The only time this would make sense is if I'd save at least $100 by buying a bios-locked pc/motherboard and if it is worth the effort to do so, like a rare PC. But it is fascinating to watch others do it. It feels like magic.

  • @ghosttheoremproductions5469
    @ghosttheoremproductions5469 ปีที่แล้ว +86

    On a lot of aftermarket mobos you have options. Simple clear cmos, alternate bios, or a socketed bios chip you can just replace. I've picked up some good deals on hardware that was locked.

    • @q1337
      @q1337 ปีที่แล้ว +9

      having a listing that says locked bios on a dual bios mobo with a hardware switch would be funny haha

  • @WooShell
    @WooShell ปีที่แล้ว +26

    For many systems there's also some default passwords available that can be used to unlock a machine. Worked fine for an M93p I grabbed off Ebay for cheap.

    • @YolkedTech
      @YolkedTech 9 หลายเดือนก่อน

      What was it?

  • @emmashepard2070
    @emmashepard2070 ปีที่แล้ว +25

    Reminds me of my original Xbox modding days, desoldering corrupted eeprom chips or bios chips, tsops, flashing them. Modding bios, corrupting them again. Good times

  • @wberube
    @wberube ปีที่แล้ว +35

    From experiences I have had with these Mini PCs and some whacky BIOS mods I have done in the past (going from turbo boost unlocking on Haswell to NVMe module injection), these sometimes require the power brick connected and a power cycle while - power button is kept pressed - to allow the chip to be powered and selected (floating SS line) and avoid the tedious (de)soldering task!
    Another pro-tip to whom it may concern, AMI bioses sometimes are flashable without needing the (risky) HDA_SD0 pin short or the ME disable jumper on with AFUWIN v3.05.04 and the magic /GAN flag!

    • @PsRohrbaugh
      @PsRohrbaugh ปีที่แล้ว

      I wish I was on this level of technical skill

  • @stevethepocket
    @stevethepocket ปีที่แล้ว +12

    This randomly appeared on my homepage and I'm so glad it did. I got a bunch of Optiplex 7070s from a school that was tossing them out, and I discovered that one of them had both a dead battery and a BIOS lock-meaning I couldn't even fix the incorrect clock until after booting up. Turns out this model does have that jumper, which is not just conveniently labeled PSWD, there are even instructions printed nearby that say "1-2: NORMAL, EMPTY: CLEAR PASSWORD". Considering how easy it would be for a kid to reboot and mess with stuff, I'm surprised it was the only one they had bothered to lock. Must have been the computer lab teacher's computer. 😄

  • @PiotrK2022
    @PiotrK2022 ปีที่แล้ว +3

    @Hardware Haven You were lucky.. Sometimes just bios reflash doesn't help, for example HP laptops has protection against password reset via bios reflash, it simply doesn't work and password is still present... It is still possible, but you must use 3rd party software to patch bios that you want to use for reprograming and then wirte it into SPI chip. For example as I remember correctly, sometimes password is stored in a few places, so simply bios reflash/.CMOS reset not always works, because mainboard is able to recognize that BIOS was reflashed and was password protected... Keep that in mind that you have do more then simply bios reflash, it's not always so simple, becuase modern computers are protected against that, aspecially laptops...

  • @JMassengill
    @JMassengill ปีที่แล้ว +77

    Over the years I’ve blown up two desktop motherboards by flashing the wrong bios in one and not using the proper OS the flashing software wanted. (I used win 10 but the loader program wanted win 7) I didn’t throw either motherboard away and I figured a solution would pop up in the future. The first dead mb was fixed by swapping the dead bios chip with another bios from a similar mb (socketed bios chip swap) and the second one was fixed with a CH341a reflash.

    • @309electronics5
      @309electronics5 ปีที่แล้ว +26

      I would not call it blown! Its just stupid saying i blown a mother board without any components blown up i would call it bricked! Please say it right

    • @D4no00
      @D4no00 ปีที่แล้ว +9

      I think this has to be the dumbest mistake to make the bios upgradable and not have a failsafe in case something goes wrong, but once again this might be just another reason to sell you more hardware.
      I never upgrade the bios, especially on expensive laptops, because if something goes wrong, good luck, all you have left is a expensive piece of junk.

    • @JMassengill
      @JMassengill ปีที่แล้ว

      @@309electronics5 say it how you wish. trust me, When i flashed the wrong BIOS from being in a hurry and I needed to use the computer, it was truly "blown up" at the time (this was 20 odd years ago) I had no hope of ever fixing it at that time nor did i know if i could ever fix it. It was just by accident that I got given a similar MB with the same BIOS chip a few years later. Yes, it bricked or blown or non functional and it was just lucky that i fixed it.

    • @JordanPlayz158
      @JordanPlayz158 ปีที่แล้ว +4

      ​@@D4no00most pcs nowadays have 2 copies of bios

    • @D4no00
      @D4no00 ปีที่แล้ว +1

      @@JordanPlayz158 "most" is the perfect word to describe this. Since there is no standard, you are not guaranteed that you won't brick the device should something go wrong.

  • @korishan
    @korishan ปีที่แล้ว +1

    Came across your videos as recommended for Proxmox and HA. I really like your style of presenting material in a very calm, friendly, easy manner. And one of the big things is you talk to the viewer as if we are on the same level and don't speak in terms most of us would not understand, the l33t speak as it were. I really appreciate that 😎👍
    As a note, you bring up the BIOS flasher you purchased. I had this same problem with a thin client where the chip was borked during a bios update. I had gotten one of those units only to find out the same exact issue you had here, the chip runs at a different voltage as the flasher outputs. I tried to do the hack to make it work, but the thing over heated and never powered the chip.
    Thanks for showing the description of the device (there's actually v1.7 available that I've found), but I had first looked in your description for an affiliate link, and was saddened that you had not had one for that device. It might be a good idea to add one for it for future viewers, you never know how many ppl will be using it to get the device because they came across the video 😉

  • @collincutler2278
    @collincutler2278 ปีที่แล้ว +41

    Amazing intro! I love it! Keep it up man. Love how your channel is growing.

    • @HardwareHaven
      @HardwareHaven  ปีที่แล้ว +4

      Thanks! I was nervous to try something different haha

  • @foufoufun
    @foufoufun ปีที่แล้ว +185

    Setting a bios password on random computers you get your hands on sounds like the most evil plan for world domination.

    • @russellzauner
      @russellzauner ปีที่แล้ว +21

      UEFI attacks do this exact thing to gain control of the host before the OS level user can interfere.

    • @yegfreethinker
      @yegfreethinker 11 หลายเดือนก่อน +2

      Needs to be made illegal big time

    • @conundrum2007
      @conundrum2007 5 หลายเดือนก่อน

      Enabling BitLocker is one of mine. Mwahahahaha!

    • @Matthew_MBG
      @Matthew_MBG 5 หลายเดือนก่อน

      ​@@conundrum2007 *reinstalls windows*

  • @MCgranat999
    @MCgranat999 ปีที่แล้ว +9

    Flashing the bios without the serial number and mac address seems not to matter that much.
    I used the image dumped and cleaned by another user so it was already the correct size but missing the info mentioned above.
    I was able to recover a system that was not starting before. Works to this day.

    • @escapetherace1943
      @escapetherace1943 8 หลายเดือนก่อน

      that is true. But it does matter on chromebooks. If you lose the original firmware it's a paperweight if you didn't already put good working custom firmware on it

  • @ScarlettStunningSpace
    @ScarlettStunningSpace 8 หลายเดือนก่อน +2

    I got a free HP Z440 from work once and it had a BIOS password on it. I quickly Googled my computer and how to clear it. It was nice all I had to do was remove the jumper and push a button, like on your HP in this video. Then put the jumper back and I can set my own password. I never liked HP, but this workstation was pretty nice and works well. I threw in a Xeon E5-2689 V4 (probably overkill), populated all RAM slots with 8GB sticks (64GB total), and put in my EVGA RTX 2070 FTW3 Ultra I had lying around. Surprisingly, the power supply is able to keep up no problem. I tested an RX 6500 XT and a GTX 970 with the Xeon E5-1620 V3 it came with and it turned out to be a pretty decent little machine for light gaming.

    • @fluff5800
      @fluff5800 2 หลายเดือนก่อน

      Yeah, hp z i think has 400 watts and the g towers models have 320 watts

  • @mikesunboxing
    @mikesunboxing 2 หลายเดือนก่อน

    thanks for the shout out! appreciate it, made Our Son very happy, He is a big fan 🙂

  • @Romni314
    @Romni314 ปีที่แล้ว +3

    Just did one about a month ago. 2016/17 HP laptop. There's a built in feature. Hold Windows+B while powering on. Continue holding until it reboots (could be as long as 45 seconds), then release. Should let you into BIOS when it comes back on.

  • @voteDC
    @voteDC ปีที่แล้ว +10

    You could also ask the seller if they know what company the bios locked system comes from. In most of the systems I've gotten over the years the bios password was just the name of the company.

    • @LeonSteelpaw
      @LeonSteelpaw ปีที่แล้ว +6

      At least it wasn't 'Bob'

  • @b747xx
    @b747xx ปีที่แล้ว +7

    They have application for that btw.
    1 - Dump BIOS
    2 - Open Bios with the nice Russian software (that don't say anything but just create another .bin file with "unlocked" in the name)
    3 - Flash back the bios using the "unlocked" one.

    • @Unmixable404
      @Unmixable404 ปีที่แล้ว +2

      Name of this software?

    • @b747xx
      @b747xx ปีที่แล้ว

      @@Unmixable404 RCUnlocker

    • @HotNoob
      @HotNoob ปีที่แล้ว

      i wrote software that does that... unfortunately it was for work... so only they can use it...
      i can't give away the trade secrects ;)

  • @BostonGrambo
    @BostonGrambo ปีที่แล้ว +8

    I'd recommend doing a comparison between the bins for each to see where the pin is stored, and either modify with a hex editor or remove (with blanks)

    • @CommonCentsRob
      @CommonCentsRob ปีที่แล้ว +1

      I was thinking the same thing since he had a backup of the locked version. Would come in handy if considering buying more.

  • @Lvl_5_Magikarps
    @Lvl_5_Magikarps ปีที่แล้ว +8

    I bought an hp 720 plus for like 50 bucks but it came bios locked lucky for me all I had to do was move the jumper and hold the cmos button like you said. Great video probably going to use this in the future!

  • @LeadFarmer813
    @LeadFarmer813 ปีที่แล้ว +5

    one tip 10:10.. intel ME Management Engine needs to be Clean aka Configured to be able to boot on Others PC.. same pc works fine.
    there is hp unlocker for up to 2016 then RC Unlocker for newer.
    hp serials tend to be in paddings you can see w UEFiTooL

  • @bjackman16502
    @bjackman16502 ปีที่แล้ว +15

    I'd like to see a comparison of the bios dump with and without the password... It would be interesting to see if it was hashed or just stored in plaintext.

    • @anon_y_mousse
      @anon_y_mousse ปีที่แล้ว

      If it just encrypts the BIOS, then it may not be stored at all.

    • @bjackman16502
      @bjackman16502 ปีที่แล้ว

      True, but that should also be easy to spot - if you add an 8 character password and the entire file changes then it encrypted the whole thing. Or I should say most. Because a small piece would have to stay unencrypted to ask for the password and decrypt the rest.@@anon_y_mousse

  • @RiveryJerald
    @RiveryJerald ปีที่แล้ว +8

    cant wait for this video to get millions of views and then have those seller increase the price of bios locked shit like how people constantly made dell optiplex builds and sellers amped the old optiplex prices to get on the wagon

  • @D3M3NT3Dstrang3r
    @D3M3NT3Dstrang3r ปีที่แล้ว +1

    Done a reflash on a bios chip I wrote the bios to by using another board with a similar bios chip. Start pc with good bios, carefully swap to bad bios with unit powered on. Run flash program for the right version of corrupted bios. If successful then power down and replace proper bioses into proper boards and away you go.
    There is also some specialized software for recovering bios passwords as well, but like you stated it really depends on the board and manufacturer implementation. I know ThinkPads of many models had to be reflashed using a programmer or serial flash cable of some description.

  • @crashtfa
    @crashtfa ปีที่แล้ว +11

    So another way is to dump the bios, you can then pull the password hash out and throw it into something like hashcat and using a gtx3080ti crack the hash in like 2 hours

    • @StuffJason437
      @StuffJason437 ปีที่แล้ว +10

      Or just generate a hash from string of text and replace the existing hash with the new one.

    • @tin2001
      @tin2001 ปีที่แล้ว

      ​@@StuffJason437
      If you got a bunch of equipment from the same location, knowing the password can be more helpful.
      For example, the state government education department I used to work for used the same BIOS password for over a decade in all schools across hundreds of different models of computer. The password was "danish", for anyone who wants to work out what state it was (it was well known). So if anyone was buying equipment from a school, and got 5 or 6 different models, flashing one fixed bios wouldn't help but cracking the password probably would.

  • @StuffJason437
    @StuffJason437 ปีที่แล้ว +3

    I had recently purchased old RM computer for £19 that's bios locked and even had the original hard drive with the original operating system and had to replace on screen keyboard with command prompt inorder to change the administrator password to login as administrator. Fingers crossed the method for removing the bios password won't get crazy complex.

  • @DeathMetalDerf
    @DeathMetalDerf ปีที่แล้ว +12

    My Flipper Zero will take care of a BIOS lock or POP pretty quickly. I buy A LOT of "locked" computers and flip them. It's not great money, but we definitely aren't hurting for cash.

    • @TerminalHeatSink
      @TerminalHeatSink ปีที่แล้ว

      Isn't that thing wireless only? Or you can attach cables to it and use it like the programmer he showed?

    • @summerlaverdure
      @summerlaverdure ปีที่แล้ว

      @@TerminalHeatSink iirc it has usb and gpio

    • @jacobeii
      @jacobeii ปีที่แล้ว

      i own a flipper, didn't know it could be used in that way

  • @solidus1983
    @solidus1983 11 หลายเดือนก่อน

    Firstly it was great of you to point out the flaw with the CH341A, I was in the same boat on mine as i was only flashing 1.8v chips the issue didn't both me but as it started to look like i was going to be touching 3.3v i replaced it with the new version.
    Secondly i would like to expand on what you said about saving a dump of the chip.
    Really you should be dumping the content of the chip 2 or 3 times before even flashing anything back then comparing the files checksums match. It takes just a slight knock on table and that clip can move slightly giving you a bad dump rather then a good dump.
    I normally do 3 dumps of a chip, check and then use one as the backup, one as stock the other to mod after checking the checksum.

  • @devarionarias
    @devarionarias ปีที่แล้ว +3

    Ha. Nice. I actually just did this a couple of weeks ago for an old laptop manufactured in 2006. The price was too reasonable to pass up and I was up for the challenge vs. the risk to do some retro games. Lucky for me, bridging a couple of pins on the EEPROM did the trick. Like a few others who posted, it was also a Thinkpad series T42.

  • @emotionz3
    @emotionz3 ปีที่แล้ว +1

    Lifting prom pin 1 or 8 from the motherboard will allow you to program it without desoldering. Do not ground the voltage pin as some people say, it could damage the chip and your programmer. I usually slide a piece of kapton tape under the lifted pin to make sure it doesn’t make contact again while clamped. Cheers!

  • @ciaduck
    @ciaduck ปีที่แล้ว +3

    I once repaired an Asus ROG laptop that had failed to upgrade to windows 10. The bios was corrupted during OS install (no idea how). I was able to use a raspberry pi and a SOC clip to reprogram it. I had a similar issue with not being able to read the chip in system, but figured out I could plug in the power (without turning on the laptop), and that was enough to power the chip and dump the ROM. You might try it out next time, it could save you a ton of soldering.

    • @BnE-sports
      @BnE-sports 7 หลายเดือนก่อน

      What were the specs

    • @ciaduck
      @ciaduck 7 หลายเดือนก่อน

      @@BnE-sports ROG G750JH (Black Flag edition) Has a i7-4700HQ and a GTX 780M among other things.

  • @vilhelmiina.
    @vilhelmiina. ปีที่แล้ว +1

    On lenovo you can modify and set serial, mtm, name (on laptops kbd layout) using either Planar or Golden Key U1 tools which both are lenovos own tools. Planar is designed for thinkpad and U1 works with other lenovo computers. Both tools are used to brand the motherboard after replacement. Additionally U1 can be used to re-flash / recover corrupted bios.

  • @pedroveloso9707
    @pedroveloso9707 ปีที่แล้ว +1

    8.53, you can use de board adapter connector, put a bios in the bench and connect. (do not need to solder in the adapter ) fast and practical. By the way it isnt a good policies to program in circuit, and ways do 2 or 3 dumps and conpare to confirm a good bin file.

  • @ChadDulake
    @ChadDulake ปีที่แล้ว +2

    If you've got the same laptop without a password but all those tools, just take a dump without a password then with a password set and then maybe with a different password set. Diff the binaries and now you'd know exactly what bytes to write to remove it from any bios chip of that same model.

  • @Amixus
    @Amixus ปีที่แล้ว +3

    Most motherboards have not standardized header pins that allow me to connect striate to the bios chip. I use mostly those to get a copy of the BIOS and reprogram it. Stand alone motherboards are easy, you just flash the new bios file from the support page on the chip. Mainboards from Dell, Lenovo or you name it including a windows key are harder and a big pain. You need to preserve the windows key and serial numbers this means there is no other choice than replacing parts of the bios mostly by try and error.

    • @coctailrob
      @coctailrob ปีที่แล้ว

      If you dump the original bios, the serial number and windows key are typically stored in plain text

    • @Amixus
      @Amixus ปีที่แล้ว

      @@coctailrob It is mostly not easy to find those, they are not labelled with serial number or windows key.

    • @coctailrob
      @coctailrob ปีที่แล้ว

      @@Amixus that's true. But I think last time I looked , the windows key was stored in one of the padding sections (extracted using uefi tool software )

  • @unknownworld8238
    @unknownworld8238 ปีที่แล้ว

    6:44 - 6:58
    From what you pointed out, it looks like the user can get a full copy of their BIOS straight from the OEM or unofficial sources, which is not correct.
    An oversimplified, brief explaination is that:
    The BIOS UPDATE cannot restore the BIOS IMAGE, because the update is not a full bios image. It has the same size as the BIOS IMAGE, but the BIOS UPDATE is mostly filled with FF to match the BIOS IMAGE layout.
    That is why many BIOS brands like Insyde, AMI and Phoenix have a check to prevent the users from bricking their computers.
    The only ways to obtain a full BIOS image for your device are:
    1. Contact your device OEM, which will most likely not help you at all, by saying that "they can't make a new bios for you because they don't cover that, they don't like you or the warranty expired"
    2. Dump the BIOS IMAGE with a physical programmer
    3. Dump the BIOS IMAGE with a digital programmer
    I like your vids and I learnt some things from your channel.
    Keep it up ❤❤❤❤❤❤❤

  • @SymphoColors
    @SymphoColors ปีที่แล้ว +1

    I remember resetting the BIOS password for my friend's laptop using the same website you showed. It worked well. I think it was a Dell laptop. Not sure if it works all the time though, but it worked for me back then.

  • @robonator2945
    @robonator2945 ปีที่แล้ว +3

    If the owner of a device puts a bios password on it that can't be bypassed by the unlawful owner afterwards, that is a product which "questions the concept of ownership". Hugh Jefferies taught me that! So remember, *_it's our computer comrade_*

  • @dev0xr1
    @dev0xr1 ปีที่แล้ว +1

    I literally was forced to do this yesterday due to me accidentally powering down an old system. Nice vid as always!!!

  • @Reza1984_
    @Reza1984_ ปีที่แล้ว +5

    Very nice vid, it's also possible to solder a 8 pin chip socket in place of the bios chip, modding it into a removable bios chip

  • @w6dm
    @w6dm ปีที่แล้ว +1

    Just found out about your channel, i am already loving it!

  • @lordmmx1303
    @lordmmx1303 9 หลายเดือนก่อน +1

    tip for heatgun soldering: when you remove chips use flux and circle the heatgun around the chip. solder will melt faster.

  • @FinTra_
    @FinTra_ ปีที่แล้ว +1

    Here ia what you could have done.
    1. Read good cmos chip.
    2. Add password to cmos chip.
    3. Read again chip.
    4 compair 2 binaries for chnages.
    5. Read lockes chip and edit that offset as test.

  • @dt1133
    @dt1133 11 หลายเดือนก่อน +1

    8:25 the problem here was that you have connected the ram and also the CMOS battery!!! to the MB. Those need to be removed so you don't have to deal with solder-disolder process.

  • @PauloRondynele
    @PauloRondynele ปีที่แล้ว +1

    I'm an IT technician, and I've worked with computers since I was 12 and couple years ago I was about to swap an HD and format and do all the stuff on my mother in law's laptop and got the locked BIOS thing going on, I read the manual and in there told me to contact ASUS for the unlock, tried a bunch of times and didnt even could have any information from them because the documentation from it was missing since her nephew owned it, I was shock that I could even do nothing with the thing, the only solution that I've found in the internet and the market around here (brazil) was to replace the chip that holds the BIOS and this around here is rather expensive.

  • @isettech
    @isettech ปีที่แล้ว

    I bought a PC Laptop at a decent price at Costco, and found it was an S mode machine.Took me 3 months to to exit S mode as my phone number was already used on another machine for my parents, and then I forgot the Microsoft account credentials used to exit S mode to add Zoom to the machine. With forgotten credentials, could not use my phone number to open another Micorsoft account, so yea, locked out of the new machine. Could not use the free one year subscription to Office 360, so yes, it was a box with a working web browser I don't use, and a free card game. Finally a walkthrough video was found on how to exit S mode without a MS account. This worked, so the computer is now working for me. S Mode is a really locked down machine.

  • @junior0460
    @junior0460 10 หลายเดือนก่อน

    The only issue with having 5 volts instead of 3.3 would be the write part. More voltage could just change some of the data you're trying to write. It's still pretty safe to use as long as you make sure to verify your dump each time and have a differents read dumps.

  • @aelaan12
    @aelaan12 ปีที่แล้ว +2

    Most BIOSes need to be desoldered. It is, however, pretty easy to do, and I would people attempting this to get board schematics. Desktops are often more easy, these days they can be flashed without the system being physically on. I also noted that password unlock bios website show up, which works for about 80% of older machines - given that it gives you a code to work with. I spend a weekend unlocking about 60 laptops that I bought from eBay. I say about, because there were some in such bad shape that they could be resold, but the job let did not mention it. To me, it is a nice side hustle and I can offer the laptops cheap to the buyers. I do not sell on eBay any more, the fees are too prohibitive.

  • @trym2121
    @trym2121 ปีที่แล้ว +2

    You dont need to solder it to the board, just clamp it directly (make sure all pins are connected) and then read it. I'd rather put least amount stress/destructive approach to a single single specimen.

  • @nashorn9745
    @nashorn9745 ปีที่แล้ว +1

    Almost all HP Desktops have this jumper got some old ones from school and could unlock all Bioses this way. It should always be possible to change some things in the Bios in case you press F10 (HP Bios button)and it asks for a password just hit enter 3 times and most of the bios will work.

  • @ArikGST
    @ArikGST 2 หลายเดือนก่อน

    I had a simple bios flash remove a password on a Gigabyte B450 board a while ago. I used the Gigabyte flash tool (I think it's called Q-Flash) and after the successful flash the password was just gone. Safety-wise, not great, but made my life a lot easier :D

  • @laurencejohnson4106
    @laurencejohnson4106 ปีที่แล้ว +1

    An interesting video!👍👍I have an HP Compaq DC7800p USDT, and to do something as simple as change the boot order a password is required, it's only that one pc., though as I had another example of the same pc., and it did not require a password. I had no idea what the password could be or how to find out, so I rapidly pressed the enter key on the keyboard and that succeeded. Those computers are old and they use DDR2 ram., and the maximum is 4 gig, but I have found that with 4 gig., and an SSD., and a lightweight Linux OS., installed that they are okay for basic computing, for example, checking e-mail, browsing Ebay, watching YT., videos, doing office work etc..

  • @isumanbanerjee
    @isumanbanerjee ปีที่แล้ว

    Excellent job! I recently got a bios locked working HP laptop from a scrap dealer. I'll try this fix to unlock it.

  • @donoteatmikezila
    @donoteatmikezila ปีที่แล้ว +4

    It's best to only connect or disconnect the clip on the chip while the programmer is unplugged.

  • @RarioTrarioWario
    @RarioTrarioWario ปีที่แล้ว +3

    Personally, I noticed that a lot of times when a bios gets corrupt a bios password that doesn't exist gets set and it happened to an old lenovo ideapad laptop of mine, I swear I never set a password on it, I don't really care because the settings are right and the boot selector works

  • @ArifKamaruzaman
    @ArifKamaruzaman ปีที่แล้ว

    If you're planning to install windows and BIOS setting disabled booting from USB, you can take the storage out and install Windows using WinNTSetup from another computer. Reinstall the storage and continue on the BIOS-locked device.
    I've been doing this for many customer. It's faster than getting the chip replaced. Clear password jumper is easy and most of the time it worked. If it doesn't, yeet out computer disk.

  • @HyperMAX9001
    @HyperMAX9001 ปีที่แล้ว +2

    I came across BIOS images that were the full size but with added header. So i compared with a backup from the chip and removed the header, then it uploaded fine and worked.

  • @15fakeaccount
    @15fakeaccount ปีที่แล้ว +1

    I have noticed exact same thing with CH341a, newer model with 3.3V switch won't read chips with using clip, meanwhile unmodified CH341a works just fine with clip.

  • @JaikrishnaAdithya
    @JaikrishnaAdithya ปีที่แล้ว +1

    Love the improved presentation of your new video!!
    Keep it up!!

    • @HardwareHaven
      @HardwareHaven  ปีที่แล้ว

      Thanks! I'm really trying haha

  • @309electronics5
    @309electronics5 ปีที่แล้ว +1

    I always buy them because i am a repair master and k ow how to flash them easily with a custom or unlocked bios, even managed to install a custom os on a settoobox for tv using uart. I also know how to change a few bits in hex. But your tips help other people

  • @fir3w4lk3r
    @fir3w4lk3r ปีที่แล้ว +1

    Did you compare the binaries before and after setting the password?

  • @paulpsomiadis5847
    @paulpsomiadis5847 ปีที่แล้ว +4

    I once had to remove a BIOS password on an old DELL laptop…
    The actual solution (after much Google-fu) was to fully disassemble the laptop then reassemble each PCB without the outside shell and use tweezers to short a password clear jumper at power on…easier said than done, as there were about 7 small PCBs to make the laptop complete and a bazillion screws!!! 😅

    • @doityourself2save
      @doityourself2save ปีที่แล้ว +1

      What model did you try this on

    • @paulpsomiadis5847
      @paulpsomiadis5847 ปีที่แล้ว +1

      @@doityourself2save it was YEARS ago…so unfortunately I can’t remember…

  • @SianaGearz
    @SianaGearz ปีที่แล้ว +1

    I wouldn't worry too much about the non-3v3 ch341a. Because the current source capability of the CH341a chip i forget but it's absolutely miniscule, like 2mA or something, while 3v3 supply off the regulator on the board provides the clamping voltage via EEPROM's internal ESD diodes. There is a very low likelihood to kill something.

  • @jp4163
    @jp4163 ปีที่แล้ว +1

    Wow great video. Love the super technical details. Thank you.

  • @justinmohns8279
    @justinmohns8279 ปีที่แล้ว +1

    Great video! I've had to re-flash a few bioses myself - I even had to dump and hex-edit one, tho that was back in the day when they were in a socket.
    Why the sans font tho? Is it Droid Sans? I'd suggest for this video using the freeware font "Perfect DOS VGA 437", tho since you're a mac user, maybe use Chicago. Whatever you choose, I have to say your font made me physically recoil in horror.

  • @alirezanzdy
    @alirezanzdy ปีที่แล้ว +1

    that 5 volt is not a problem, search about it and you find out, Sorin explained about in his channel.

  • @Hydro-Ponik
    @Hydro-Ponik ปีที่แล้ว

    The most informative video on TH-cam. That info as gold !

  • @rzxxxxxxx
    @rzxxxxxxx ปีที่แล้ว +4

    Currently experiencing a similar issue when I bought a used Asus Chromebox 4 from marketplace which was super cheap only to find out it was enterprise enrolled. Had to go the CH341A route to flash Coreboot on it but found out new machines are no longer using BIOS chips with feet like in the video.

  • @james-faulkner
    @james-faulkner ปีที่แล้ว

    If you have an encrypted disc but don't have the key, format it.
    For a bios locked laptop I had, I unplugged the bios battery. It even corrupted a hard drive I put in it with its "Return me!" lock screen on bios boot.

  • @JReinhoud
    @JReinhoud ปีที่แล้ว

    I have just emailed HP customer support, for my 8760w, even though i bought the laptop second hand. I had to give the uuid and maybe some other info and they send me some bios reset file, I believe tailered to that specific uuid and also valid for a short time, only one week if I remember correctly. But it was working and I had a good experience with the customer service.

  • @lucasn0tch
    @lucasn0tch ปีที่แล้ว

    Many arcade boards that use PC hardware are indeed BIOS locked. Bringus Studios bought a Sega ALLS machine from Japan, and he had a headache unlocking the BIOS.

  • @Comm0ut
    @Comm0ut 10 หลายเดือนก่อน

    A video or several on replacing BIOS chips and if possible replacing SOIC with the same in DIP version which would allow easy removal for specialty reflash with less hassle (swap in programmed chip instead of flashing it onboard) would be of interest especially to classic Thinkpad owners into alternate BIOS. Modifying BIOs is a good rabbit hole there are not near enough videos on.

  • @WiKAi
    @WiKAi ปีที่แล้ว +1

    The data pins of the CH341a being at 5 volts doesn't matter. The current is so low that it's basically impossible to burn a chip.
    Also, instead of desoldering the chip, sometimes just plugging the cable in to supply standby power (and thus 3.3V to the chip) is enough.

  • @DeschutesCore
    @DeschutesCore ปีที่แล้ว

    Doesn't happen with the chip in-situ often, but it can be done. Managed to dump a router once while the lights were doing the "we don't have enough juice to boot" dance.

  • @CXensation
    @CXensation ปีที่แล้ว +8

    Provided you have the correct clip-on for your programmer, in some cases you may do away by just unsoldering the power pin on the bios memory chip.
    - instead of removing the chip completely.
    My solution was using solder wick fine braid to remove solder on that single pin and then inserting a piece of tin plastic foil between the pin pin and the solder pad.
    Now the programmer can not power up the motherboard on those pesky motherboards whicj does not include a diode to the bios power pin.

  • @PaulHindt
    @PaulHindt ปีที่แล้ว +1

    Why weren't you able to use that clamp to read the BIOS after it had been de-soldered from the motherboard? What necessitated soldering the chip to the adaptor board?

  • @rmo9808
    @rmo9808 ปีที่แล้ว

    I picked up a bunch of these (prodesk and elitedesk 600/800) for cheap since they were listed for parts and bios locked. Planned to try and diagnose them for issues and learn a bit. They all powered on and I cleared the bios on each of them no problem. I popped a cheap ssd in one, loaded up linux mint and it just booted up no problem. If they are all as well behaved as this one I might not get much troubleshooting experience after all.
    I guess my plan B is figuring out what to do with a bunch of mini pcs.

  • @M8R3rojcq
    @M8R3rojcq ปีที่แล้ว +16

    I'm afraid this video might drive prices up for bios-locked pcs 😢
    If you're not happy with that programmer, give the XGecu T48 a try (or its bigger brother). It works with everything.

    • @leondeco4835
      @leondeco4835 ปีที่แล้ว +1

      Already did)))

    • @phr3ui559
      @phr3ui559 ปีที่แล้ว

      what about the ch341a

  • @alexandre8395
    @alexandre8395 11 หลายเดือนก่อน

    Usually you can flash uefi by your method or there is a second method that depends on your motherboard, honestly you just have to read the manual and shortcut pins.
    There is a last option running on win 10 or 11 to do it while your are in session, maybe you can bypass your "locked-pc" by using live os.
    Otherwise first thing to do is to explore on the official support site to avoid things like looking for the right process with the right os or "os slightly modified by producers"
    If there is no option you can run Linux on it to unlock and reset HDD then make a volume to set a new OS to repair.

  • @jongskie777
    @jongskie777 ปีที่แล้ว

    I have the same device but with 7th gen intel and it was already unlocked when i bought it, its really good for homeserver running multiple docker containers

  • @PiMpGranny
    @PiMpGranny ปีที่แล้ว +1

    I've reprogrammed a lot of chromebooks to put linux on them. I didn't know that my programmer had an update though. I'm going to have to look into getting me one.

  • @garbleduser
    @garbleduser ปีที่แล้ว +1

    Could you be so kind as to compare the data dumped form both a locked and unlocked chip? If you find the locked flag and/or the password/hash, you may be able to just alter those, thereby disabling or changing the password.

  • @Whoatharmage
    @Whoatharmage ปีที่แล้ว

    What we need is a way to get around the lock on school Chromebooks as they're essentially e-waste if the schools don't want them back and they've flooded eBay, Craigslist, and marketplace. Received one in a large trade last trade myself, the school didn't want it back, yet wouldn't unlock it, so it's stuck with a lock to the school's domain and no way to bypass it with reinstalling chromeos, removing cmos, etc.

  • @ergi2226
    @ergi2226 ปีที่แล้ว

    For the guys that cant reflash the bios ic and wanna get a pc for cheap . Bios will lock the option to boot from another device (depends on the pc) Just put the ssd or hdd you want in another pc same generation format it until you see setup screen remove it and plug it in the bios locked device on the same sata port and it should boot just fine on the fresh installed os . Used to do it a lot when i didn’t have tools to flash bios ics

  • @pafik_
    @pafik_ 8 หลายเดือนก่อน +1

    I had one PC with locked bios, and I just had to turn it on replacing one jumper and then I had no password on bios no more

  • @5nowChain5
    @5nowChain5 ปีที่แล้ว

    Not all bios locks are proofed against upgrades to the bios via a windows app. LENOVO ones may be bypassed where genuine upgrades are available. During the upgrade tge settings are reset to factory default. This I found on the miix 720 tablets used in schools.

  • @nixnox4852
    @nixnox4852 11 หลายเดือนก่อน

    Within Dearrow, I changed title to "General Ways to unlock a BIOS-locked computer (HP Elitedesk 800 G3 Mini)", but I recommend you do something similar officially.
    Including the specific hardware you unlocked makes it more searchable for someone looking for a solution. Nice channel by the way.

  • @Splarkszter
    @Splarkszter ปีที่แล้ว

    Thanks for sharing knowledge, we appreciate your work!

  • @FelixLantiguaCamacho
    @FelixLantiguaCamacho ปีที่แล้ว

    I remember back to 2005, my ex-wife's nephew bought a Dell Laptop with passwork locked, it was sent to Best Buy, Circuit City and few stores with no luck. He told me about it , then I remember, I went to a "New Dell's PC Show" at Allentown, PA, where they explained, new Dell's PC, store the password in a CHIP, like the one you removed. Took Motherboard out of the housing, placed to a microscope I had. Just saw that CHIP number, and guess what? He was so damn lucky same CHIP number DDR Memory has, well, some brands. I took that shit out, I mean , CHIP out, replaced it with the one I found, BOOM! worked like charm. My last LAB was in the basemant, "my ex-nephew", was wating at the first floor. Before calling him, I did a couple test, just in case, added password, restarted the laptop, asking for password, typed in my custom one, it went through, revomed my password and yelled his name, Hand over the laptop, he was so happy and said "you know your shit". I am fixing computers sinces 1990