Skip to content

Instantly share code, notes, and snippets.

@tjmoore
Created September 16, 2025 14:31
Show Gist options
  • Select an option

  • Save tjmoore/ecda28d5f323778ff19995b8ddee6d43 to your computer and use it in GitHub Desktop.

Select an option

Save tjmoore/ecda28d5f323778ff19995b8ddee6d43 to your computer and use it in GitHub Desktop.
# Performance issue in Windows Sandbox when installing components and applications
# due to bug - https://github.com/microsoft/Windows-Sandbox/issues/68#issuecomment-2684406010
# workaround:
# Run in admin PowerShell:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\CI\Policy" -Name "VerifiedAndReputablePolicyState" -Value "0"
CiTool.exe -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment