Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save xyx0no646/ac3ac72c33c53bd4c3b6a2b093ce2a61 to your computer and use it in GitHub Desktop.

Select an option

Save xyx0no646/ac3ac72c33c53bd4c3b6a2b093ce2a61 to your computer and use it in GitHub Desktop.

Microsoft.VCLibs.140.00.UWPDesktopがないと言われたので、以下を管理権限PSで実行したら動いた

PS C:\WINDOWS\system32>
>> get-appxpackage Microsoft.VCLibs.140.00.UWPDesktop -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
PS C:\WINDOWS\system32>

あとで追記する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment