Using the Apple Studio Display on a Windows Computer

2023-07-22

I recently switched back to Windows from macOS. My work desk’s display has been an Apple Studio Display for a while. Despite the product’s lukewarm popularity, I personally really like it, and it’s the best display I’ve ever used:

The built-in microphone array and webcam are mediocre, but in general, it’s a fantastic display, and I didn’t want to have to replace it just because I switched back to Windows.

However, getting the thing to work on Windows computers is complicated for two reasons: connectivity and drivers. I’m writing this post to help other people who may have run into this same situation, so that I can share my solution to the problem of using the Apple Studio Display on almost any Windows computer.

Connecting the display

The Apple Studio Display only connects via Thunderbolt 3. If you want to use all of its features, you have a very strict set of ways with which you can connect it to your computer:

Laptops

In my case, I needed to get the display working on a laptop equipped with Thunderbolt 4, so I just plugged the display into my Thunderbolt 4 port and almost everything worked immediately: the display, speakers, microphone array, webcam, and laptop charging. Great! This should be your experience with Thunderbolt 3 and USB4-equipped laptops as well.

If your laptop does not have Thunderbolt 3, Thunderbolt 4 or USB4, don’t bother trying to get the Studio Display to work. You’re out of luck, sorry.

Desktops

Using the Studio Display on a non-Mac desktop computer is a bad idea and I don’t personally recommend it. Getting the Studio Display to connect properly on desktops is harder than it is for laptops, you will most likely not end up being able to use the built-in speakers or USB-C hub, etc – it’s not great.

Installing the drivers

Why you’ll still need drivers: you’ll still need to install Apple’s drivers for Windows for three reasons:

Regardless of how you connect the Studio Display via the methods above, those three things won’t work unless you also install the drivers.

Getting the drivers to work on Windows is a pain, because Apple only provides them through its proprietary Boot Camp platform which was initially created to support Windows installations on Intel Macs. However:

  1. Brigadier allows you to easily download Boot Camp drivers onto any Windows computer. So go ahead and download Brigadier.
  2. Run the following to download the drivers: brigadier.exe --m MacPro7,1
  3. In the resulting $WINPEDriver$ folder, delete all folders except for Dolby, AppleAudio, AppleAudio_1883106B, AppleSSD64, AppleUSBVHCI, and SerialIO. This will prevent Boot Camp from installing drivers you don’t need.
  4. In the BootCamp\Drivers folder, delete everything except for the Apple and Promise folders.
  5. Using an elevated, administrator-level command prompt, run msiexec /i BootCamp\Drivers\Apple\BootCamp.msi and click through the resulting installer.
  6. Reboot.

Caveats

Some Apple Studio Display features will never work on Windows:

The above was sufficient for me to get a Boot Camp control panel in my system tray after rebooting, and I was finally able to control my display brightness so that I don’t drive myself bright while working at night. I hope this post will be helpful to you, too!