Skip to content
/ wasabi Public

a custom configuration tool for Windows Sandbox

Notifications You must be signed in to change notification settings

h4z31/wasabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wasabi

a custom configuration tool for Windows Sandbox

Image from Gyazo

usage

  1. generate TOML
> wasabi generate sandbox.toml --shared-dir ./tools --shared-writable-dir ./logs
  • --disable-network

    • disable network in sandbox
  • --disable-vgpu

    • disable vGPU in sandbox
  • --shared-dir

    • readonly shared dir
      • relative path
      • multiple path (--shared-dir ./share1 ./share2 ...)
  • --shared-writable-dir

    • r/w shared dir
      • relative path
      • multiple path (--shared-writable-dir ./writable1 ./writable2 ...)
  • --logon-command

    • init command
      • kick init.bat in tools shared directory, as default (also as a sample)
  1. edit TOML
> code sandbox.toml
  1. generate WSB
> wasabi build sandbox.toml -o sandbox.wsb
  1. run wsb
> sandbox.wsb

generate WSB directly

add -d flag when generating

> wasabi generate -d sandbox.wsb --shared-dir ./tools --shared-writable-dir ./logs
> sandbox.wsb

About

a custom configuration tool for Windows Sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages