Why doesn't this cofig file work? (Sandbox .wsb)

Omehga 1 Reputation point
2022-07-28T17:47:41.303+00:00

Trying to use sandbox, want to use more RAM, this is the config file:

<Configuration>
<VGpu>Enable</VGpu>
<Networking>Disable</Networking>
<MemoryInMB>8192MB</MemoryInMB>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\Users\Public\Downloads</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Downloads</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>explorer.exe C:\users\WDAGUtilityAccount\Downloads</Command>
</LogonCommand>
</Configuration>

Still only giving me 4gb when I run the sandbox.
Anyone kind enough to tell me what I'm doing wrong here? Every google search just sends me to the doc for sandbox (where I copied that example from in the first place).
Running win 11 pro so, everything should be functional.
Thanks.

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Omehga 1 Reputation point
    2022-07-28T20:04:53.817+00:00

    Never mind. I just realized it... d'oh!

    (For anyone who's curious, I wrote 8192MB as the value. Just supposed to be numbers - so JUST 8192.
    That'll teach me to copypaste everything.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.