Created
September 16, 2025 14:31
-
-
Save tjmoore/ecda28d5f323778ff19995b8ddee6d43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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