Skip to content

Instantly share code, notes, and snippets.

@tetlabo
Created June 20, 2021 14:11
Show Gist options
  • Save tetlabo/07ac6e72edbbd53e90c2bbbe112d4d50 to your computer and use it in GitHub Desktop.
Save tetlabo/07ac6e72edbbd53e90c2bbbe112d4d50 to your computer and use it in GitHub Desktop.
Windows Sandboxの個人的な設定 (メモリサイズ、共有フォルダーなどは適宜変更してください)
<Configuration Name="Default" CreatedAt="2020-07-19 16:13:17 +09:00">
<VGpu>Enable</VGpu>
<Networking>Default</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>D:\temp</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -executionpolicy unrestricted -command "start powershell {-file C:\\Users\\WDAGUtilityAccount\\Desktop\\temp\\boot.ps1}"</Command>
</LogonCommand>
<AudioInput>Disable</AudioInput>
<MemoryInMB>12288</MemoryInMB>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment