Copy the sandbox config I'm using for Strawberry Jam 9.

This commit is contained in:
Kistaro Windrider 2025-03-01 10:55:32 -08:00
parent 996b604342
commit 3dc9b3e4dd
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8
4 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableSmartScreen" -Type DWord -Value 0
If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter")) {
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" -Force | Out-Null
}
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" -Name "EnabledV9" -Type DWord -Value 0

View File

@ -0,0 +1,6 @@
Four score and seven years
ago, our fathers brought
forth upon this continent a
Segmentation fault
-- an early revision of my CS 441 Advanced Algorithms attempt at a raggedness-minimizing word wrap implementation

View File

@ -0,0 +1,31 @@
<Configuration>
<vGPU>Enable</vGPU>
<Networking>Disable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>.\SandboxInput</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\SandboxInput</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\SandboxPersist</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\SandboxPersist</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
</MappedFolders>
<AudioInput>false</AudioInput>
<VideoInput>false</VideoInput>
<ProtectedClient>false</ProtectedClient>
<PrinterRedirection>false</PrinterRedirection>
<ClipboardRedirection>false</ClipboardRedirection>
<LogonCommand>
<Command>powershell.exe -ExecutionPolicy Bypass -File "C:\Users\WDAGUtilityAccount\Desktop\SandboxInput\disable_smartscreen.ps1"</Command>
</LogonCommand>
<MemoryInMB>8192</MemoryInMB>
</Configuration>

View File

@ -0,0 +1,26 @@
<Configuration>
<vGPU>Enable</vGPU>
<Networking>Disable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>.\SandboxInput</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\SandboxInput</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<AudioInput>false</AudioInput>
<VideoInput>false</VideoInput>
<ProtectedClient>false</ProtectedClient>
<PrinterRedirection>false</PrinterRedirection>
<ClipboardRedirection>false</ClipboardRedirection>
<LogonCommand>
<Command>powershell.exe -ExecutionPolicy Bypass -File "C:\Users\WDAGUtilityAccount\Desktop\SandboxInput\disable_smartscreen.ps1"</Command>
</LogonCommand>
<MemoryInMB>8192</MemoryInMB>
</Configuration>