Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
Last active January 5, 2024 14:38
Show Gist options
  • Save andreasbotsikas/3d495725f7107e168e8113e077cf1c7d to your computer and use it in GitHub Desktop.
Save andreasbotsikas/3d495725f7107e168e8113e077cf1c7d to your computer and use it in GitHub Desktop.
Windows Sandbox install VC_redist.x64
C:\Users\WDAGUtilityAccount\Desktop\VC_redist.x64.exe /install /quiet /norestart
<Configuration>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\sndboxfiles\Ubiquiti UniFi</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Ubiquiti UniFi</SandboxFolder>
<ReadOnly>False</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>C:\sndboxfiles\Desktop</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop</SandboxFolder>
<ReadOnly>False</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<!--You need to use full name paths in the bat script https://www.youtube.com/watch?v=4v0JmPEhaR8 -->
<Command>C:\Users\WDAGUtilityAccount\Desktop\startup.cmd</Command>
</LogonCommand>
<Networking>Enable</Networking>
</Configuration>
VC_redist.x64.exe /install /quiet /norestart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment