Contribute
Register

Windows 10 Patch not letting be patched for DSDT

Status
Not open for further replies.
Joined
Sep 16, 2019
Messages
10
Motherboard
HP 85E6 31.30
CPU
Intel Core i5-8265U
Graphics
Intel UHD Graphics 620
Hello. While I am trying to patch my DSDT for Windows 10, I can't seem to get it to patch. It shows up with the windows 10 patch in the text but it won't let me hit apply to apply the patch. I don't know if this is a big issue but I have attached my DSDT and the patch down below. The reason I need to perform this patch is because it I need this patch to be able to install VoodooI2C correctly but it won't let me patch it. If anyone could help me with this, it would be greatly appreciated. Thank you!
 

Attachments

  • Archive.zip
    104.7 KB · Views: 63
Hello. While I am trying to patch my DSDT for Windows 10, I can't seem to get it to patch. It shows up with the windows 10 patch in the text but it won't let me hit apply to apply the patch. I don't know if this is a big issue but I have attached my DSDT and the patch down below. The reason I need to perform this patch is because it I need this patch to be able to install VoodooI2C correctly but it won't let me patch it. If anyone could help me with this, it would be greatly appreciated. Thank you!
you could compile this to .aml:

and enable the renames in config.plist:
Code:
<key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change OSID to XSID (to avoid match against _OSI XOSI patch)</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>T1NJRA==</data>
                    <key>Replace</key>
                    <data>WFNJRA==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>X09TSQ==</data>
                    <key>Replace</key>
                    <data>WE9TSQ==</data>
                </dict>
 
Status
Not open for further replies.
Back
Top