Iristallite / WSB-autosetup

Generate a config file for Windows Sandbox (also automatically installs the 2010-2022 Visual C++ Redistributables)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSB-autosetup

Disclaimer: This has only been tested on Windows 11!

Generate a config file for Windows Sandbox (Also automatically installs the 2010-2022 Visual C++ Redistributables)

This assumes your user profile is on the C:\ drive. THIS WILL FAIL IF IT ISN'T.

Instructions (Github Desktop)

Recommended, makes it easier.

  1. Install GitHub Desktop
  2. Clone the repository "NoriLynnfield/WSB-autosetup"
  3. Run "generate.bat" and follow the instructions
  4. (Optional) Copy or create a shortcut to the .wsb file wherever you'd like

Instructions (Manual)

Not recommended.

  1. Download this repository as a .zip
  2. Create a folder called "GitHub" in your documents folder
  3. Create a folder called "WSB-autosetup" in the "GitHub" folder
  4. Extract all the files within the .zip you downloaded to the folder you created in step 3
  5. Run "generate.bat" and follow the instructions
  6. (Optional) Copy or create a shortcut to the .wsb file wherever you'd like

Clipboard redirection is always on.

Attributions for third-party code

BatchSubstitute.bat is from https://www.dostips.com/DtCodeBatchFiles.php#Batch.FindAndReplace

(I hope I'm not violating any terms by including the Visual C++ Redistributables in here. I mean, they're called "Redistributables", so I'm assuming it's okay. If anybody from Microsoft isn't okay with this, just shoot me an email.)

About

Generate a config file for Windows Sandbox (also automatically installs the 2010-2022 Visual C++ Redistributables)


Languages

Language:Batchfile 90.2%Language:VBScript 9.8%