Skip to content

Instantly share code, notes, and snippets.

@igorferreira
Created December 11, 2025 19:34
Show Gist options
  • Select an option

  • Save igorferreira/c2540a55b513d2b0786fe0001499e540 to your computer and use it in GitHub Desktop.

Select an option

Save igorferreira/c2540a55b513d2b0786fe0001499e540 to your computer and use it in GitHub Desktop.
Como Instalar Microsoft Foundry Local

local do powershell:

  • C:\Windows\System32\WindowsPowerShell\v1.0

script

$msix = "%HOME%\Downloads\foundry\FoundryLocal-x64-0.8.113.msix" Add-AppxProvisionedPackage -Online -PackagePath $msix -DependencyPackagePath "%HOME%\Downloads\foundry\DesktopAppInstaller_Dependencies\x64\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64.appx", "%HOME%\Downloads\foundry\DesktopAppInstaller_Dependencies\x64\Microsoft.WindowsAppRuntime.1.8_8000.616.304.0_x64.appx" ` -SkipLicense

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