## 方法1
以下のIssueのやり方をやってみる。
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<p class="link-card-title">Drivers Can't work at Win 11 23H2 · Issue #530 · imbushuo/mac-precision-touchpad</p>
<p class="link-card-description">In Win11 23H2 , After the driver ver 3979 is installed and connected to the trackpad, ... </p>
</div>
<img src="https://opengraph.githubassets.com/d676032011f2b7dbdf69980005ea5385b01bc09f82bd60bfa8cc919358193e03/imbushuo/mac-precision-touchpad/issues/530" class="link-card-image" />
</div>
<a href="https://github.com/imbushuo/mac-precision-touchpad/issues/530"></a>
</div>
> 1. Download this (the Bootcamp update that had the Precision driver in): https://swcdn.apple.com/content/downloads/03/60/041-96205/61hhcnj7q5dxosc171ytixty20vuqg0r0n/AppleBcUpdate.exe
> 2. Extract it with 7Zip (right click > extract) because the exe can only run on Apple computers
> 3. Go to the ApplePrecisionTrackpadBluetooth folder, right click the .inf and install (and repeat for the USB folder)
URLから`AppleBcUpdate.exe`をダウンロード。そのまま実行せずに[[7-zip]]などで解凍する。
```console
7z x .\AppleBcUpdate.exe
```
以下2つのinfファイルを右クリックし、`インストール`からインストールする。
- 📁ApplePrecisionTrackpadBluetooth
- ApplePrecisionTrackpadBluetooth.inf
- 📁ApplePrecisionTrackpadUSB
- ApplePrecisionTrackpadUSB.inf
インストールは成功した。
ただ、[[Bluetooth]]接続しようとしても、接続済になってからすぐに接続が切れてしまう。。
## 方法2
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<p class="link-card-title">Release Release 3979 · imbushuo/mac-precision-touchpad</p>
<p class="link-card-description">Introduce Bluetooth Support for Magic Trackpad 2Introduce initial Bluetooth connectivity support for Magic Trackpad 2. Work is still in-prog ... </p>
</div>
<img src="https://opengraph.githubassets.com/3bd8b2c384dcd997660377dba058a154062de2dbb9d761d5c82c033947ca8ce9/imbushuo/mac-precision-touchpad/releases/tag/2105-3979" class="link-card-image" />
</div>
<a href="https://github.com/imbushuo/mac-precision-touchpad/releases/tag/2105-3979"></a>
</div>
`Drivers-amd64-ReleaseMSSigned.zip` をインストール。
```console
unzip *
```
`AmtPtpDevice.inf` を右クリックし、`インストール`からインストールする。
こちらも[[Bluetooth]]に繋がらず。。