diff options
Diffstat (limited to 'src/test/sandbox/startup.bat')
| -rw-r--r-- | src/test/sandbox/startup.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/sandbox/startup.bat b/src/test/sandbox/startup.bat index 52f550ee..90f04f5f 100644 --- a/src/test/sandbox/startup.bat +++ b/src/test/sandbox/startup.bat | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | @setlocal | 1 | @setlocal |
| 2 | @echo off | 2 | @echo off |
| 3 | |||
| 4 | |||
| 5 | ::// Fix Sandbox glacial perf (24H2-???) | ||
| 6 | ::// | ||
| 7 | REG ADD HKLM\SYSTEM\CurrentControlSet\Control\CI\Policy /v VerifiedAndReputablePolicyState /t REG_DWORD /d 0 /f | ||
| 8 | CITOOL -r -j | ||
| 9 | |||
| 10 | |||
| 3 | SET DOTNET_VERSION=8.0 | 11 | SET DOTNET_VERSION=8.0 |
| 4 | SET SANDBOX_FILES=C:\sandbox | 12 | SET SANDBOX_FILES=C:\sandbox |
| 5 | 13 | ||
