Skip to content

Drivers Can't work at Win 11 23H2 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sinfee opened this issue Nov 25, 2023 · 2 comments
Closed

Drivers Can't work at Win 11 23H2 #1

sinfee opened this issue Nov 25, 2023 · 2 comments

Comments

@sinfee
Copy link

sinfee commented Nov 25, 2023

In Win11 23H2 , After the driver is installed and connected to the trackpad, it will automatically disconnect after the connection is successful, and the device is deleted

@lc700x
Copy link
Owner

lc700x commented Jan 12, 2024

Hello, I found a solution to this on Reddit - Any way to get Magic Trackpad 2 working on Windows 10 using native Apple-signed drivers?.

If you are only using the Magic Trackpad with Windows:

  1. Run cmd.exe with Administrator rights.
  2. Run: Dism /online /Get-Drivers /Format:Table
  3. In the list find both of your drivers .inf file with a Provider Name as Apple. You need to get Published Name (first table) value, e.g. oem23.inf.
  4. Run for both drivers: pnputil /delete-driver <Published Name> /uninstall /force. e.g. pnputil /delete-driver oem23.inf /uninstall /force
  5. Reboot and reconnect the Magic Trackpad with Bluetooth (NOT WITH CABLE)..
  6. Install ApplePrecisionTrackpadUSB.inf (Right Click -> Install) from ApplePrecisionTrackpadUSB folder.
  7. Without disconnecting or rebooting install ApplePrecisionTrackpadBluetooth.inf (Right Click -> Install) from ApplePrecisionTrackpadBluetooth folder.
    Now your Trackpad should work with Precision menu option in Settings.
    PS: If you remove or forget the Magic Trackpad in the Windows Bluetooth Device menu, you have to process these again.

If you are using the Magic Trackpad with multiple devices:

You'd better use the 3-rd party precision driver by imbushuo

Thanks.

@lc700x lc700x closed this as completed Jan 12, 2024
@tomasmark79
Copy link

tomasmark79 commented Apr 27, 2024

I don't recommend Imbushuo's driver because its lagged cursor and buttons on my Win11. The original from Apple works better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants