mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
@@ -81,7 +81,7 @@ You don't know how many components are missing. When you install the one that te
|
||||
|
||||

|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user