├── .gitignore ├── dell.t1700.bios.updater-patch.dUP2 ├── .github └── FUNDING.yml └── README /.gitignore: -------------------------------------------------------------------------------- 1 | release/** -------------------------------------------------------------------------------- /dell.t1700.bios.updater-patch.dUP2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SciLor/dell.bios.updater-patch/master/dell.t1700.bios.updater-patch.dUP2 -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: SciLor # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | ################################################################# 2 | +++ Dell T1700 BIOS Updater - Skip device check Patch 3 | ################################################################# 4 | | | 5 | \ / 6 | | Release Date......: 30th December 2017 | 7 | | Type..............: Application | 8 | | Platform..........: Windows | 9 | | Includes..........: Patch only | 10 | | Website...........: https://www.dell.com | 11 | | Parts.............: 1x651.280 bytes | 12 | | Compression Type..: ZIP | 13 | | File Validation...: SFV | 14 | | Protection........: Device check | 15 | / \ 16 | | | 17 | ################################################################# 18 | +++ Release Info 19 | ################################################################# 20 | | | 21 | \ / 22 | | ATTENTION! | 23 | | | 24 | | You may brick your device if you use this patch to | 25 | | install a non fitting BIOS. | 26 | | | 27 | | Tested with version A21 (T1700A21.exe) | 28 | | | 29 | | Skips the device check in every Dell BIOS Updater. | 30 | | Tested on the Dell T1700 (0x05a6) BIOS | 31 | | to use it on the Dell T20 (0x0620). | 32 | | | 33 | | You may void your warranty! | 34 | | | 35 | | Replaces the CMP EAX, 2 with CMP EAX, 1. | 36 | | | 37 | | source: | 38 | | https://www.hardwareluxx.de/community/f101/dell-poweredge-t20-1031138-143.html#post24890390 39 | / \ 40 | | | 41 | ################################################################# 42 | +++ About 43 | ################################################################# 44 | | | 45 | \ / 46 | | Thx 2 tolga9009 @hardwareluxx.de for providing the | 47 | | initial patch via ollydbg | 48 | | | 49 | | skin created by kruzco @tuts4you URET Skin Graffiti | 50 | / \ 51 | | | 52 | ################################################################# 53 | +++ Install Notes 54 | ################################################################# 55 | | | 56 | \ / 57 | | 1. Extract "dell.t1700.bios.updater-patch.exe" | 58 | | 2. Run the "dell.t1700.bios.updater-patch.exe"! | 59 | | 3. Press "Patch" button! | 60 | | 4. Select BIOS Update file (ex. T1700A21.exe) | 61 | | 5. Update BIOS (you may remove the PSWD jumper) | 62 | | 6. Enjoy | 63 | / \ 64 | | | 65 | ################################################################# 66 | --------------------------------------------------------------------------------