USB Bios Password Remover AmiTSESetup & Sadatabase

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maxpower3
    Bad Veteran
    • Feb 2018
    • 1355
    • France

    #1

    USB Bios Password Remover AmiTSESetup & Sadatabase

    Try it!
    I tried it on Panasonic and Lenovo Miix.
    It worked.

    https://www.youtube.com/watch?v=ferYtUG7PBw
    https://www.youtube.com/watch?v=x03i_7Ij2rQ&t=3s
    Click image for larger version

Name:	Urhqn49V.jpg
Views:	209
Size:	118.2 KB
ID:	3753214
    Create a USB flash drive with the utility and replace all contents with the RAR archive

    Just boot from the stick and wait
    Then reboot and try to enter the BIOS.​

    Do your tests and give your opinion as well as the machine models​

    Getac not tested
    It's probably possible to add other password types.
    I tried it on Surface, but unfortunately it didn't work.​

    Support Secure boot
    Need enroll key from disk and retry
    Click image for larger version

Name:	T8U03VtW.jpg
Views:	132
Size:	64.3 KB
ID:	3753215 Click image for larger version

Name:	VWHtgTQ9.jpg
Views:	136
Size:	67.1 KB
ID:	3753216 Click image for larger version

Name:	djecVeNq.jpg
Views:	136
Size:	115.2 KB
ID:	3753217 Click image for larger version

Name:	l6P2xX58.jpg
Views:	135
Size:	122.2 KB
ID:	3753218 Click image for larger version

Name:	X5kLsQ3W.jpg
Views:	139
Size:	131.8 KB
ID:	3753219 Click image for larger version

Name:	39Hbdle9.jpg
Views:	138
Size:	211.7 KB
ID:	3753220 Click image for larger version

Name:	kPxQClpn.jpg
Views:	140
Size:	101.5 KB
ID:	3753221
  • LBTT1121
    Badcaps Veteran
    • Nov 2024
    • 995
    • Việt Nam

    #2
    thank MAX3 ...

    Comment

    • rediii
      h???, spurrrn
      • Mar 2018
      • 501
      • somewhere in europe

      #3
      great, man!

      Comment

      • Pferd5
        Senior Member
        • Mar 2018
        • 72
        • USA

        #4
        2 Notes

        1) Newer devices block the fedora shim in their dbx now. I use/d it too but now its getting flagged more and more
        2) Here is a loop for searching the device. Shrinks your code:

        Code:
        for %a run (0 6 1)
          # echo Checking FS%a:
            if exist fs%a:\startup.nsh then
            GOTO StartUpFound
            endif
        endfor
        
        :StartUpFound
        #echo Found UFD at FS%a:

        Comment

        • Maxpower3
          Bad Veteran
          • Feb 2018
          • 1355
          • France

          #5


          Originally posted by Pferd5
          2 Notes
          1) Newer devices block the fedora shim in their dbx now. I use/d it too but now its getting flagged more and more
          2) Here is a loop for searching the device. Shrinks your code:
          [/CODE]
          Yes, it doesn't work on modern machines.(also 32bit machines don't work either because I only used bootx64)
          And my code is pretty bad.
          I'm sharing this idea to improve it.
          If you have any knowledge that could improve the software, please feel free to make changes.
          I don't understand Linux.

          I'm gathering my ideas with what I find. I'm already happy that it works on some machines.
          This solution may seem absurd to some, because it's already known.
          Thank you for your advice and your messages.
          But I'm not at your level, so it's difficult to follow your instructions.


          please verify
          Attached Files

          Comment

          • Pferd5
            Senior Member
            • Mar 2018
            • 72
            • USA

            #6
            Originally posted by Maxpower3
            Yes, it doesn't work on modern machines.(also 32bit machines don't work either because I only used bootx64)

            And my code is pretty bad.
            I'm sharing this idea to improve it.
            If you have any knowledge that could improve the software, please feel free to make changes.
            I don't understand Linux.

            I'm gathering my ideas with what I find. I'm already happy that it works on some machines.
            This solution may seem absurd to some, because it's already known.
            Thank you for your advice and your messages.
            But I'm not at your level, so it's difficult to follow your instructions.


            please verify
            - I would say.. nobody is really interested in x32 anymore. So good choice.
            - It's nothing fancy. It's UEFI Shell not Linux but this is not important. I just came up with the loop when I was creating my UEFI Framework / Environment. The loop just prevents the script from being redundant.

            It's absolutely not absurd. You did way more contribution than I did and this helped a lot of ppl. I did not came up with the idea to short LPC Bus.
            Don't make yourself small. I am only good with ThinkPads and you have a high skill on various devices.

            Comment

            Related Topics

            Collapse

            Working...