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
delete whitelist for thinkpad l460
Last Post: andromedych007
03-05-2026 07:25 PM
» Replies: 0
» Views: 134
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: miant
03-05-2026 02:35 PM
» Replies: 140
» Views: 145133
[Request] Enabling PCI-E bifurcation on ...
Last Post: fenomena6909
03-05-2026 05:03 AM
» Replies: 3
» Views: 4357
Asus Zephyrus G16 GU605CR request for bi...
Last Post: FlorikDT
03-05-2026 04:42 AM
» Replies: 0
» Views: 117
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Duh-bm
03-04-2026 07:57 PM
» Replies: 165
» Views: 107298
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Defekt2008
03-03-2026 02:18 PM
» Replies: 344
» Views: 226387
Lenovo ThinkPad Edge E530: I'm trying to...
Last Post: MadBerry
03-03-2026 01:53 PM
» Replies: 1
» Views: 236
Request to unlock advance features in Ac...
Last Post: napsteronly
03-03-2026 07:57 AM
» Replies: 71
» Views: 93904
[Request] Unlocking BIOS for iMedia D361...
Last Post: SplatPie
03-03-2026 04:20 AM
» Replies: 0
» Views: 165
[Request] Lenovo ThinkPad x100e Whitelis...
Last Post: Komzpa
03-03-2026 04:10 AM
» Replies: 2
» Views: 6947
[REQUEST] Lenovo Thinkpad W540 & W541 (G...
Last Post: nameerfk1
03-02-2026 09:20 PM
» Replies: 51
» Views: 38813
Asus Rog Strix Scar 15 G533QS/G733QS Key...
Last Post: rakecikas
03-02-2026 02:55 PM
» Replies: 2
» Views: 2926
[Unlocked] Acer Aspire One D255E
Last Post: clearest
03-02-2026 02:38 AM
» Replies: 2
» Views: 5172
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: shum25
03-01-2026 12:56 PM
» Replies: 245
» Views: 193668
[REQUEST] Sony Vaio SVT131 (R1xx0D4) BIO...
Last Post: dumbpartition
03-01-2026 11:54 AM
» Replies: 3
» Views: 3090
Asus G513RC Bios hidden settings unlock
Last Post: ormcra
03-01-2026 04:51 AM
» Replies: 0
» Views: 196
ACER Aspire 7736ZG BIOS microcode update...
Last Post: DeathBringer
03-01-2026 02:04 AM
» Replies: 11
» Views: 651
Lenovo Legion 5 15ITH6H – “Device Freeze...
Last Post: laret
02-28-2026 09:32 AM
» Replies: 5
» Views: 332
sony vaio VGN-Z56MG insydeH20 bios unloc...
Last Post: DevilEpic2
02-28-2026 08:37 AM
» Replies: 0
» Views: 272
Modded BIOS for HP 6730b to support Q900...
Last Post: DeathBringer
02-27-2026 05:00 AM
» Replies: 6
» Views: 635

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