itunes 识别到iphone方法
<p>1、右键解压 <img src="https://img2023.cnblogs.com/blog/547101/202211/547101-20221129102235525-2127548341.png"><br>解压后的文件夹如下:<img src="https://img2023.cnblogs.com/blog/547101/202211/547101-20221129102303760-1976772432.png"></p>
<p>2、解压文件夹中的<code>AppleMobileDeviceSupport64.msi</code></p>
<pre><code># 将当前文件夹下的msi文件解压到D:\adb目录下
msiexec /a "AppleMobileDeviceSupport64.msi" /qb TARGETDIR="D:\abc"
</code></pre>
<p>解压后的文件夹如下:<img src="https://img2023.cnblogs.com/blog/547101/202211/547101-20221129102443583-1448017657.png"></p>
<p>3、进入目录 <code>D:\abc\Common Files\Apple\Mobile Device Support\Drivers</code>下,找到'usbaapl64.inf'<br>
如右图:<img src="https://img2023.cnblogs.com/blog/547101/202211/547101-20221129102557848-1421067552.png"></p>
<p>4、右键“我的电脑”——"管理"——"设备管理器"——“便捷设备”——“Apple Iphone"右键"——"更新驱动程序"——"浏览我的电脑以查找驱动程序"——"让我从计算机上的可用驱动程序列表中选取"——"从磁盘安装"定位到之前解压驱动的目录,找到usbaapl*.inf点击确定即安装完成</p><br><br>
来源:https://www.cnblogs.com/qev211/p/16934688.html
頁:
[1]