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 L440 Whitelist Removal
Last Post: Dudu2002
Today 04:48 AM
» Replies: 144
» Views: 82957
Lenovo G460 G560 Z460 Z560 NWL ADV MC
Last Post: Clecio1
Yesterday 10:38 PM
» Replies: 7
» Views: 6237
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: El_Gamer_74
Yesterday 02:09 PM
» Replies: 218
» Views: 128750
Dell G43T-DM1 please
Last Post: Methanoid
Yesterday 09:52 AM
» Replies: 0
» Views: 78
Thinkpad P16s G3 WWAN whitelist removal
Last Post: jussi666
Yesterday 09:30 AM
» Replies: 0
» Views: 98
Foxconn 865G7MF Pinmodded Xeon Support
Last Post: DeathBringer
Yesterday 02:40 AM
» Replies: 17
» Views: 446
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
Yesterday 02:14 AM
» Replies: 70
» Views: 45046
[REQUEST] Lenovo IdeaPad Gaming 3 15IMH0...
Last Post: ormcra
Yesterday 01:40 AM
» Replies: 57
» Views: 42077
[REQUEST] Lenovo Thinkpad T410 (6IETxxWW...
Last Post: egecc
11-08-2025 05:11 PM
» Replies: 154
» Views: 63827
X550VXK BIOS Unlock Request
Last Post: laret
11-07-2025 03:01 PM
» Replies: 3
» Views: 411
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: japa543
11-07-2025 02:43 PM
» Replies: 4
» Views: 819
[REQUEST] Resizable BAR for Lenovo m720q...
Last Post: elfloko
11-07-2025 01:29 PM
» Replies: 1
» Views: 1599
ASUS X501A CPU 1000M > 3210M upgrade cl...
Last Post: senorjuan2244
11-07-2025 01:53 AM
» Replies: 4
» Views: 2571
[REQUEST] Acer E5-551(G) BIOS Unlock
Last Post: Hlebka
11-06-2025 07:59 AM
» Replies: 51
» Views: 39964
[GUIDE] How to modify AMI MSI BIOS to un...
Last Post: Juancho
11-06-2025 05:26 AM
» Replies: 57
» Views: 360526
asus ga503qm bios
Last Post: delav
11-06-2025 02:35 AM
» Replies: 0
» Views: 197
[REQUEST] Microcode modification a HP Pr...
Last Post: DeathBringer
11-06-2025 12:14 AM
» Replies: 1
» Views: 271
**Request** ASUS H81M-R Moded BIOS
Last Post: FourTwenty42
11-05-2025 05:37 PM
» Replies: 0
» Views: 235
[request] Asus ROG strix G15 2021 (g513q...
Last Post: delav
11-05-2025 11:07 AM
» Replies: 15
» Views: 16474
disabling amd prochot with moded bios.
Last Post: vorajeeah
11-03-2025 09:27 AM
» Replies: 2
» Views: 942

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