It would make a lot of sense to- run several instances of Windows
Sandbox simultaneously on Windows -
https://github.com/microsoft/Windows-Sandbox/issues/49 - Remote App
locally on hidden Windows Containers/Windows Sandbox on your local
Windows host - https://github.com/microsoft/Windows-Sandbox/iss...
@Alex Kwitny Oh I didn't know the environment variables you wanted to
pass to Sandbox were sensitive. Now I actually think using a Hyper-V VM
and VM checkpoints is the better way to test your software (I do that
pretty much every day). Using a checkpoint, it takes only few seconds to
go back to the ...
@HotCakeX unfortunately it's not easy with PowerShell due to the
architecture of Windows Sandbox unless you're willing to expose the
environment variables in plain text and/or encrypt them and pass them to
the sandbox. The logon commands are executed inside the sandbox, so
there's no way for it to a...
Latest Comments