Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: casablanka789
Today 04:15 AM
» Replies: 163
» Views: 103610
Temu Coupon [ACS670886] 40% Off For Exis...
Last Post: macken123
Today 04:07 AM
» Replies: 0
» Views: 25
Code promo Temu [ACS670886]: 30% de remi...
Last Post: macken123
Today 04:06 AM
» Replies: 0
» Views: 23
Code promo TEMU [ACS670886]: 70% de rédu...
Last Post: macken123
Today 04:05 AM
» Replies: 0
» Views: 21
Temu Discount Code $200 off [ACS670886] ...
Last Post: macken123
Today 04:04 AM
» Replies: 0
» Views: 22
Latest Temu Coupon Code $100 Off [ACS670...
Last Post: macken123
Today 04:02 AM
» Replies: 0
» Views: 26
Code promo Temu [ACS670886]> 25 € de réd...
Last Post: macken123
Today 04:01 AM
» Replies: 0
» Views: 26
Code promo TEMU valide [ACS670886] => 50...
Last Post: macken123
Today 03:59 AM
» Replies: 0
» Views: 25
Code promo Temu [ACS670886]: 100 € OFFER...
Last Post: macken123
Today 03:56 AM
» Replies: 0
» Views: 30
Lenovo Z580 BIOS Mod V3.1 FINAL [02/07] ...
Last Post: NXROne
Yesterday 07:09 PM
» Replies: 254
» Views: 333778
Guleek i8 - BIOS flash with universal pr...
Last Post: oaspete
Yesterday 04:16 PM
» Replies: 2
» Views: 1832
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Asm0492
Yesterday 02:26 PM
» Replies: 251
» Views: 147220
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
Yesterday 10:50 AM
» Replies: 136
» Views: 142275
overclocking msi b150 gaming m3
Last Post: SunseleGroz
02-22-2026 11:23 PM
» Replies: 1
» Views: 4394
[REQUEST] Lenovo B50-70 (9DCNxxWW) BIOS ...
Last Post: MrVK13
02-22-2026 05:13 PM
» Replies: 76
» Views: 56349
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
02-22-2026 10:54 AM
» Replies: 886
» Views: 552916
Optiplex 7050 8th gen support
Last Post: Idaho
02-22-2026 10:07 AM
» Replies: 7
» Views: 309
Need bios dump for Dell Precision M4800
Last Post: Waldfruchttee
02-22-2026 09:55 AM
» Replies: 0
» Views: 116
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Paul Withers
02-22-2026 09:22 AM
» Replies: 501
» Views: 288577
bios unlock request aorus 15 xe4
Last Post: Sinon2k26
02-20-2026 09:00 PM
» Replies: 2
» Views: 378

[REQUEST] Lenovo Thinkpad W530 (G5ETxxWW) Whitelist Removal
#41
No MSR mod contain, but i unlocked Advanced tab so you may find this hidden option.
Your second request is very specific, it requires too many time for research

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#42
Alright, thanks!

Unfortunately the advanced menu didn't contain anything useful in this regard Sad

So here's a challenge for everyone: Whoever can successfully unlock the MSR will receive a donation!
find
quote
#43
So whitelist disabled now?
Ok, let's know what is MSR 0x194. Is it native Hackintosh Power management?
I need know it to find module which contains locked bit.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#44
I have to wait until the Wifi card arrives, I will tell you then.

0x194 is for cpu multiplier management. bit[20] controls whether the CPU can be overclocked (if it's an Extreme Edition)

Most laptops can overclock Extreme Editions, but Lenovo sets bit[20] to prevent this.
find
quote
#45
If it's anything like the AESNI unlock, it should be in PowerManagement2.efi (http://pastebin.com/4Wa0iaHz)
find
quote
#46
Good news!I have possible bit lock code
mov ecx, 194h -MSR 0x194
call sub_5EE0
mov [rsp+28h+arg_0], rax
mov rax, [rbx+38h]
test byte ptr [rax], 8
jz short loc_558A -conditional jump to one of two choices
bts dword ptr [rsp+28h+arg_0], 14h - 20 Bit Test and Set to 1
jmp short loc_5590
loc_558A:
btr dword ptr [rsp+28h+arg_0], 14h- 20 Bit Test and Reset to 0
At now i'm removing positive conditional jump so test will be passed to negavtive jump all time.
So mod completed and sent in PM!Check it!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#47
Thanks! Tried it, but the bit is still locked Sad

Maybe it sets more than just bit[20] at once? The value in the register is 0x1f0000.

So maybe it does an AND with 0x100000 or with 0x1f0000?
find
quote
#48
I used same algorhytm like in Tutorial,
same code and bit locks
I added new unlocked feature
-MSR 0xE2 Unlock - CPU PM patch = MSR 0xE2 Lock removal
BTR operand changed to BTS for MSR 0x194, nulled folder is back and condition jump changed to unconditional.
So this module contains three MSR registers:
AES NI unlock - Lock removal (0x02) in the register MSR 0x13C
MSR 0xE2 Unlock - CPU PM patch = MSR 0xE2 Lock removal (unlocked)
MSR 0x194 Unlock - CPU multiplier patch = MSR 0x194 Lock removal (unlocked)
New mod sent in PM!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#49
Sorry to say, it's still locked Sad

Thanks for your work so far!
find
quote
#50
I have no idea at now.
May be your hardware not supports overclocking mode.
Some laptop mbs have restrictions, for example VT-x,VT-d not supported by Mb (bios) but chipset can support.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)