└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Dell-8CF8-Bios-Unlocker 2 | Help to unlock dell bios password 11th & 12th gen Of course if booting is possible not everything locked !!! 3 | 4 |
9 |
10 | cctk.exe --syspwd=2211 --valsyspwd=1122
11 | (Where 2211 is new Bios-System-password && 1122 is old Bios-System-password)
12 |
13 | cctk.exe --syspwd= --valsyspwd=1122
14 | (It clears the Bios-system-Password)
15 |
16 | cctk.exe --setuppwd=2211 --valsetuppwd=1122
17 | (Where 2211 is new BIOS-Admin-Password && 1122 is old Password)
18 |
19 | cctk.exe --setuppwd= --valsetuppwd=1122
20 | (It helps to clear Bios-Admin/System-Setup-Password)
21 |
22 |
42 | You can Enable/Set ADMIN Password using below command: 43 | 44 | For Set : cctk --setuppwd=PASSWORD 45 | 46 | For Clear : cctk --setuppwd= --valsetuppwd=PASSWORD 47 | 48 | You can Enable/Set SYSTEM Password using below command: 49 | 50 | For Set : cctk --syspwd=PASSWORD 51 | 52 | For Clear : cctk --syspwd= --valsyspwd=PASSWORD 53 | 54 | You can Enable/Set HDD Password using below command: 55 | 56 | For Set : cctk --hddpwd=PASSWORD 57 | 58 | For Clear : cctk --hddpwd= --valhddpwd=PASSWORD 59 |
60 | 61 | 62 | 63 |