Created
June 20, 2021 14:11
-
-
Save tetlabo/07ac6e72edbbd53e90c2bbbe112d4d50 to your computer and use it in GitHub Desktop.
Windows Sandboxの個人的な設定 (メモリサイズ、共有フォルダーなどは適宜変更してください)
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
<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