iTranslated by AI

The content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article
🪟

Creating Disposable Environments with Windows Sandbox

に公開

I want a disposable environment on Windows

When you need a disposable environment on Windows, Windows Sandbox is very convenient.

You can use it for the following purposes:

  • To use installer-based software that you only need once
  • To test software that seems a bit suspicious

sandbox.wsb

<Configuration>
    <MappedFolders>
        <MappedFolder>
            <HostFolder>C:\Users\Public\Downloads</HostFolder>
        </MappedFolder>
    </MappedFolders>
</Configuration>
  • Use the .wsb extension
  • The configuration above shares C:\Users\Public\Downloads with the host PC

Windows Sandbox | Microsoft Learn

I have summarized the knowledge I gained from developing at home every day for two and a half years! Please take a look if you'd like.

https://doityourself.jp/articles/2026/full-platform-development/

Discussion