An open API service indexing awesome lists of open source software.

https://github.com/Iristallite/WSB-autosetup

Generate a config file for Windows Sandbox (also automatically installs the 2010-2022 Visual C++ Redistributables)
https://github.com/Iristallite/WSB-autosetup

batch batch-file batch-script batchfile customization sandbox script windows windows-11 windows-sandbox windows11

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://desktop.github.com)
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.)