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 G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
Today 09:54 AM
» Replies: 1230
» Views: 593450
[REQUEST] Lenovo B50-70 (9DCNxxWW) BIOS ...
Last Post: Dudu2002
Today 09:53 AM
» Replies: 77
» Views: 56512
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Dudu2002
Today 09:50 AM
» Replies: 253
» Views: 147537
Toshiba Satellite C50-A (PSCG6x & PSCGAx...
Last Post: Renitoko
Today 07:46 AM
» Replies: 15
» Views: 12672
Modded BIOS for HP 6730b to support Q900...
Last Post: DeathBringer
Today 12:40 AM
» Replies: 4
» Views: 217
[REQUEST] 2 HP Bioses for Unlock
Last Post: ineedhelp61
Yesterday 05:06 PM
» Replies: 0
» Views: 105
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: INARIUS
Yesterday 11:55 AM
» Replies: 220
» Views: 139672
[Paid Request] Adding Epyc 2nd gen CPU s...
Last Post: EPYC
Yesterday 09:05 AM
» Replies: 1
» Views: 1680
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: ngocthienta
Yesterday 08:40 AM
» Replies: 137
» Views: 142692
[REQUEST] Lenovo Y50-70 (9ECNxxWW) White...
Last Post: Boberec
Yesterday 08:16 AM
» Replies: 1777
» Views: 909416
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: mrNeel
Yesterday 08:09 AM
» Replies: 90
» Views: 51511
Lenovo Z580 BIOS Mod V3.1 FINAL [02/07] ...
Last Post: NXROne
02-23-2026 07:09 PM
» Replies: 254
» Views: 334194
Guleek i8 - BIOS flash with universal pr...
Last Post: oaspete
02-23-2026 04:16 PM
» Replies: 2
» Views: 1873
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Koem
02-23-2026 03:44 AM
» Replies: 162
» Views: 103878
overclocking msi b150 gaming m3
Last Post: SunseleGroz
02-22-2026 11:23 PM
» Replies: 1
» Views: 4413
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
02-22-2026 10:54 AM
» Replies: 886
» Views: 553239
Optiplex 7050 8th gen support
Last Post: Idaho
02-22-2026 10:07 AM
» Replies: 7
» Views: 374
Need bios dump for Dell Precision M4800
Last Post: Waldfruchttee
02-22-2026 09:55 AM
» Replies: 0
» Views: 136
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Paul Withers
02-22-2026 09:22 AM
» Replies: 501
» Views: 288723
bios unlock request aorus 15 xe4
Last Post: Sinon2k26
02-20-2026 09:00 PM
» Replies: 2
» Views: 416

[REQUEST] Lenovo Thinkpad W530 (G5ETxxWW) Whitelist Removal
#51
The turbo ratios are a CPU matter alone, if I can tell the CPU to go faster, it will. The only way the hardware can prevent that is by setting 0x194.

Thanks for trying!
find
quote
#52
Update:

This is still relevant. I'm offering a 100 USD bounty for a successful 0x194 unlock! Smile
find
quote
#53
Alright, your new mod sent in PM!Check it!Smile

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
#54
MSR still locked, unfortunately Sad

Also I have the Wifi card now. The modded BIOS freezes during boot when the card is inserted
find
quote
#55
I sent new mod in PM!
You also have unlocked Advanced tab.
Try to change follow options:
Clock Manipulation->ICC Success
SMM LOCK->Disabled
Bios Lock->Disabled
RTC Lock->disabled
Turbo Mode Power Limit Lock->disabled
After that run this tool as admin and upload results (not works under win10)
https://www.sendspace.com/file/x64ra8
I'll give you little gift-you not needed programmer anymore to flash bios mod.

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
#56
The whitelist removal works now, it boots with the card inserted! Thanks.

0x194 is still locked. None of the mentioned options helps (yes, I tried)

https://www.sendspace.com/file/3rn2nx
find
quote
#57
New mod sent in PM!
-MSR 0x194 set to 0
-disabled bios rewrite protection.
Run tool again and upload result81.png

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
#58
(08-05-2016, 02:05 PM)Da Vinci Code Wrote: New mod sent in PM!
-MSR 0x194 set to 0
-disabled bios rewrite protection.
Run tool again and upload result81.png

You did it! You did it!! 0x194 is unlocked! Thank you so much! Big Grin

Can you please post or PM me a summary how you unlocked it? I'll send the reward then Smile

Thanks!!
find
quote
#59
Hello!Nice to hear solved problemSmile
As i said before, i removed conditional jump and make it to unconditional
Look here 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
So i changed jz short loc_558A to jmp short loc_558A, reseting function located in this block.So btr dword ptr [rsp+28h+arg_0], 14h- 20 Bit Test and Reset to 0 this code must execute permanently, so MSR 0x194 is running without limitation.
In my past mods i understood wrong request and make changes for code which go to block with switching 20th bit to 1,it was my mistake.
However we must check my third mod is disabled bios rewrite protection.
Can you run tool again and look at result81.png or result95.png?
Do you still see error?

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
#60
So finally you have 3 unlocked features:
-disabled whitelist (request)
-MSR 0x194 set to 0 (request)
-unlocked Advanced tab
We must check if rewrite protection is still here.
If we are successed, you can flash new bios using Intel FPTSmile

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: 2 Guest(s)