* 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"