Skip to content

This repo contains Nvidia web driver which was cracked and it can be able to install under all Mac OS version.

Notifications You must be signed in to change notification settings

brianwong1103/NVDA-AiO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

NVDA-AiO

This repo contains Nvidia web driver which was cracked and it can be able to install under all Mac OS version.

How to install

Just double click and install it as how you install .pkg file first.

Patch the .kext file

Go to /Library/Extensions/ and find "NVDAStartupWeb.kext" Right click "Show Package Contents" Open "Info.plist" and find the codes below:

        <string>Replace this with your system version for example High Sierra is 17G65</string>

Clover KextToPatch

 <dict>
            <key>Comment</key>
            <string>Disable NVDARequiredOS</string>
            <key>Disabled</key>
            <false/>
            <key>Find</key>
            <data>
            TlZEQVJlcXVpcmVkT1MA
            </data>
            <key>InfoPlistPatch</key>
            <false/>
            <key>Name</key>
            <string>NVDAStartupWeb</string>
            <key>Replace</key>
            <data>
            AAAAAAAAAAAAAAAAAAAA
            </data>
        </dict>
        

About

This repo contains Nvidia web driver which was cracked and it can be able to install under all Mac OS version.

Resources

Stars

Watchers

Forks

Packages

No packages published