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)
- Host: GitHub
- URL: https://github.com/Iristallite/WSB-autosetup
- Owner: Iristallite
- Created: 2021-12-17T17:19:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T16:00:17.000Z (over 2 years ago)
- Last Synced: 2024-08-03T22:15:05.297Z (11 months ago)
- Topics: batch, batch-file, batch-script, batchfile, customization, sandbox, script, windows, windows-11, windows-sandbox, windows11
- Language: Batchfile
- Homepage:
- Size: 116 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Iristallite/WSB-autosetup - Generate a config file for Windows Sandbox (also automatically installs the 2010-2022 Visual C++ Redistributables) (Batchfile)
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 likeClipboard 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.)