vinaypundith / bettercamp

A super simple script to automate hardware drivers setup for Microsoft Windows on older Apple Macintosh computers
14 stars 3 forks source link

Macbook 2012 / Audio / MacHALDriver.sys replacement / updates #3

Open fishburgertech opened 1 year ago

fishburgertech commented 1 year ago

So far very happy with the tool, able to get audio working, and got past the WDF violation bluescreen error using a Macbook Pro 2012 (mid/i7) with Windows 11 22H2

Just wondering if there's any patches possible to keep this system updated - i.e.

Watermark - is there a way to not have to keep the Windows Test watermark on the desktop, it's a small thing, but a bit annoying to look at. (I can disable it messing with the bcdedit.exe -set TESTSIGNING OFF, but I am not sure this is a good idea, maybe there's a better way that won't cause instability or other issues.

vinaypundith commented 1 year ago

So far very happy with the tool, able to get audio working, and got past the WDF violation bluescreen error using a Macbook Pro 2012 (mid/i7) with Windows 11 22H2

Just wondering if there's any patches possible to keep this system updated - i.e.

  • Update Windows 11 with all current patches
  • Update to Intel 4000 graphics driver
  • Update to Bootcamp 4.0

Watermark - is there a way to not have to keep the Windows Test watermark on the desktop, it's a small thing, but a bit annoying to look at. (I can disable it messing with the bcdedit.exe -set TESTSIGNING OFF, but I am not sure this is a good idea, maybe there's a better way that won't cause instability or other issues.

Hi! I'm glad the tool (mostly) worked. To answer your questions:

As for the watermark, I don't know of a way to remove it (yet). I think there's a way to do it, but I'm not sure what it is. Do not turn TESTSIGNING off - that has to be disabled to allow the audio driver patch to install!

--Vinay

wiktor990 commented 1 year ago

How does the tool work?

vinaypundith commented 1 year ago

@wiktor990 hey! sorry I didn't respond sooner. All the tool does is download Apple's Boot Camp driver pack, install it, then replace device drivers from the pack that are either woefully out of date (like GPU drivers) or do not work on newer operating systems (like the HAL driver). It also adds tweaks required for "unsupported" configurations to work, like setting compatibility mode for 64 bit Windows on older white MacBooks and configuring ACPI tables for audio to work in UEFI mode on 2011/2012 models.