Copy the sandbox config I'm using for Strawberry Jam 9.
This commit is contained in:
parent
996b604342
commit
3dc9b3e4dd
5
sandbox/SandboxInput/disable_smartscreen.ps1
Normal file
5
sandbox/SandboxInput/disable_smartscreen.ps1
Normal 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
|
6
sandbox/SandboxPersist/placeholder.txt
Normal file
6
sandbox/SandboxPersist/placeholder.txt
Normal 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
|
31
sandbox/readSandboxInput-rwSandboxPersist.wsb
Normal file
31
sandbox/readSandboxInput-rwSandboxPersist.wsb
Normal 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>
|
26
sandbox/readonly-SandboxInput.wsb
Normal file
26
sandbox/readonly-SandboxInput.wsb
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user