注意!暂时只能装逼用!运行不了我也不知道啥问题!
(昨天的截图)
准备工作 Win10及以上!(我11了还需要你???这教程)
设置->更新和安全->开发者选项->开发人员模式->打开
控制面板->启用或关闭Windows功能->勾上Hyper-V和最下面的虚拟机平台->确定->重启 https://store.rg-adguard.net/
下载最下面1.21G的那个 , 上面的东西选择适合你架构的版本下载 (一共三个包)
VCLibs记得下载UWPDesktop 30704.0的版本
解压1.21G的包 在解压的包中选择适合你架构的包解压 WsaPackage_1.7.32815.0_ARM64_Release-Nightly
WsaPackage_1.7.32815.0_x64_Release-Nightly (一般都是这个)
其他的此时可以删除 保留解压的 WsaPackage_1.7.32815.0_***_Release-Nightly 此时先安装其他的两个包
直接双击打开安装 (Install UI.Xaml 和 VCLibs
此时用文本编辑器打开解压的文件夹中的 AppxManifest.xml 修改第12行的 - <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.120" MaxVersionTested="10.0.22000.120" />
[color=rgb(51, 102, 153) !important]复制代码
为 - <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.0.0" MaxVersionTested="10.0.22000.120" />
[color=rgb(51, 102, 153) !important]复制代码
删除104-113行的 - <desktop6:Extension Category="windows.customInstall">
- <desktop6:CustomInstall Folder="CustomInstall" desktop8:RunAsUser="true">
- <desktop6:RepairActions>
- <desktop6:RepairAction File="WsaSetup.exe" Name="Repair" Arguments="repair" />
- </desktop6:RepairActions>
- <desktop6:UninstallActions>
- <desktop6:UninstallAction File="WsaSetup.exe" Name="Uninstall" Arguments="uninstall" />
- </desktop6:UninstallActions>
- </desktop6:CustomInstall>
- </desktop6:Extension>
[color=rgb(51, 102, 153) !important]复制代码
删除101-102行的 - <rescap:Capability Name="customInstallActions" />
- <uap4:CustomCapability Name="Microsoft.classicAppInstaller_8wekyb3d8bbwe" />
[color=rgb(51, 102, 153) !important]复制代码
* Ctrl+S 保存修改的文件
然后删除解压的包目录下的 AppxSignature.p7x 这个文件 现在用 管理员身份 打开 Windows PowerShell 输入 - Add-AppxPackage -register 你的AppxManifest.xm文件路径
[color=rgb(51, 102, 153) !important]复制代码
我的在C:\Users\24196\Downloads\WsaPackage_1.7.32815.0_x64_Release-Nightly 那我就是 - Add-AppxPackage -register C:\Users\24196\Downloads\WsaPackage_1.7.32815.0_x64_Release-Nightly\AppxManifest.xml
[color=rgb(51, 102, 153) !important]复制代码
注意!不要复制我的!每个人不一样! 此时回车后如果没有提示 那么请打开开始菜单 Windows Subsystem for Android™已经出现在你的菜单中 此时你可以装逼了 但是他是无法启动的. (所以我这是水了一贴.) |