* Update FAQ.md

* Update FAQ.md
This commit is contained in:
qhy040404
2024-01-12 21:06:23 +08:00
committed by GitHub
parent cf701e200d
commit 7e2a944243
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ You don't know how many components are missing. When you install the one that te
![unable to run](https://img.alicdn.com/imgextra/i3/388777087/O1CN01WqkqOl22DtpuPYZB6_!!388777087.png)
If you got this error when you open Snap Hutao, please use Powershell (Admin) to execute the following command.
If you got this error when you open Snap Hutao, please use PowerShell (Admin) to execute the following command.
```PowerShell :no-line-numbers
net stop appxsvc; Invoke-WebRequest -Uri https://aka.ms/windowsappsdk/1.4/latest/windowsappruntimeinstall-x64.exe -OutFile $env:temp/windowsappruntimeinstall-x64.exe; Invoke-Expression "$env:temp/windowsappruntimeinstall-x64.exe --repair"

View File

@@ -82,7 +82,7 @@ Snap Hutao 的软件证书来源于 [GlobalSign Code Signing Root R45](https://s
![unable to run](https://img.alicdn.com/imgextra/i3/388777087/O1CN01WqkqOl22DtpuPYZB6_!!388777087.png)
如果你打开胡桃时显示此窗口,请使用管理员powershell运行以下命令。
如果你打开胡桃时显示此窗口,请使用管理员 PowerShell 运行以下命令。
```PowerShell :no-line-numbers
net stop appxsvc; Invoke-WebRequest -Uri https://aka.ms/windowsappsdk/1.4/latest/windowsappruntimeinstall-x64.exe -OutFile $env:temp/windowsappruntimeinstall-x64.exe; Invoke-Expression "$env:temp/windowsappruntimeinstall-x64.exe --repair"