https://github.com/strappazzon/wsb
📃 Personal logon script for Windows Sandbox
https://github.com/strappazzon/wsb
config sandbox script windows-sandbox wsb
Last synced: 3 months ago
JSON representation
📃 Personal logon script for Windows Sandbox
- Host: GitHub
- URL: https://github.com/strappazzon/wsb
- Owner: Strappazzon
- Created: 2022-04-22T18:33:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T15:58:08.000Z (11 months ago)
- Last Synced: 2025-08-26T03:45:12.675Z (5 months ago)
- Topics: config, sandbox, script, windows-sandbox, wsb
- Language: PowerShell
- Homepage:
- Size: 48.8 KB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
- Support: SUPPORT.md
Awesome Lists containing this project
README
wsb
Logon script for Windows Sandbox
This is my personal logon script for Windows Sandbox.
Tested on Windows 11. Some things may not work on a Windows 10 sandbox.
## Getting Started
Clone the repo and create your own configuration file.
```bat
git clone https://github.com/Strappazzon/wsb.git
cd wsb/
cp config.example.wsb config.wsb
```
For all configuration options, see: [Windows Sandbox configuration](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-configure-using-wsb-file).
You can also create your configuration file with [WSBEditor](https://leestevetk.github.io/WSBEditor/WSBEditor-Latest.html).
## What the script does
This script will run at logon and will change / install the following:
### Settings
- Desktop
- Set small icon size
- Change wallpaper (if provided)
- Disable Windows SmartScreen
- When running unsigned executables Windows tries to install SmartScreen.
This tweak will allow execution.
- Start menu
- Disable tips
- Use "More recommendations" layout
- Performance tweaks
- Disable animations
- Disable Peek
- Disable shadows
- Disable transparency
- Set Dark theme
- Taskbar
- Don't combine buttons
- Hide search box
- Hide "Task View" button
- Show "End Task" when right clicking (*Windows 11 only*)
- Use small icons (*Windows 10 only*)
- Windows Explorer
- Enable compact mode
- Launch Windows Explorer to "This PC"
- Show all folders in the side panel
- Show file extensions
- Show protected system files
### Software
- 7zip
- dotPeek
- Git
- [HxD](https://mh-nexus.de/en/hxd/)
- Mozilla Firefox
- NanaZip Preview
- PowerShell
- [SysInternals Suite](https://learn.microsoft.com/en-us/sysinternals/)
- Visual Studio Code
- Empty startup editor
- Updates disabled
- Workspace Trust disabled
- Windows Terminal
All software is installed using [scoop](https://github.com/ScoopInstaller/Scoop) and [winget](https://learn.microsoft.com/en-us/windows/package-manager/).