{"id":16495467,"url":"https://github.com/strappazzon/wsb","last_synced_at":"2025-10-10T14:10:38.230Z","repository":{"id":155175836,"uuid":"484535449","full_name":"Strappazzon/wsb","owner":"Strappazzon","description":"📃 Personal logon script for Windows Sandbox","archived":false,"fork":false,"pushed_at":"2025-03-11T15:58:08.000Z","size":50,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-26T03:45:12.675Z","etag":null,"topics":["config","sandbox","script","windows-sandbox","wsb"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Strappazzon.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Strappazzon","ko_fi":"strappazzon"}},"created_at":"2022-04-22T18:33:18.000Z","updated_at":"2025-05-28T11:47:11.000Z","dependencies_parsed_at":"2025-03-11T16:33:27.242Z","dependency_job_id":"225a074a-12ce-4962-9867-0ceb0b5ae4b3","html_url":"https://github.com/Strappazzon/wsb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Strappazzon/wsb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fwsb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fwsb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fwsb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fwsb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strappazzon","download_url":"https://codeload.github.com/Strappazzon/wsb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strappazzon%2Fwsb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004181,"owners_count":26083688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","sandbox","script","windows-sandbox","wsb"],"created_at":"2024-10-11T14:29:55.425Z","updated_at":"2025-10-10T14:10:38.192Z","avatar_url":"https://github.com/Strappazzon.png","language":"PowerShell","funding_links":["https://github.com/sponsors/Strappazzon","https://ko-fi.com/strappazzon"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 MD041 --\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003cimg width=\"96\" src=\"./assets/logo.png\" alt=\"Logo\"\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \u003cstrong\u003ewsb\u003c/strong\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cem\u003eLogon script for Windows Sandbox\u003c/em\u003e\r\n\u003c/p\u003e\r\n\u003c!-- markdownlint-enable MD033 MD041 --\u003e\r\n\r\nThis is my personal logon script for Windows Sandbox.\r\n\r\nTested on Windows 11. Some things may not work on a Windows 10 sandbox.\r\n\r\n## Getting Started\r\n\r\nClone the repo and create your own configuration file.\r\n\r\n```bat\r\ngit clone https://github.com/Strappazzon/wsb.git\r\ncd wsb/\r\ncp config.example.wsb config.wsb\r\n```\r\n\r\nFor 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).\r\nYou can also create your configuration file with [WSBEditor](https://leestevetk.github.io/WSBEditor/WSBEditor-Latest.html).\r\n\r\n## What the script does\r\n\r\nThis script will run at logon and will change / install the following:\r\n\r\n### Settings\r\n\r\n- Desktop\r\n  - Set small icon size\r\n  - Change wallpaper (if provided)\r\n- Disable Windows SmartScreen\r\n  - When running unsigned executables Windows tries to install SmartScreen.\r\n    This tweak will allow execution.\r\n- Start menu\r\n  - Disable tips\r\n  - Use \"More recommendations\" layout\r\n- Performance tweaks\r\n  - Disable animations\r\n  - Disable Peek\r\n  - Disable shadows\r\n  - Disable transparency\r\n- Set Dark theme\r\n- Taskbar\r\n  - Don't combine buttons\r\n  - Hide search box\r\n  - Hide \"Task View\" button\r\n  - Show \"End Task\" when right clicking (*Windows 11 only*)\r\n  - Use small icons (*Windows 10 only*)\r\n- Windows Explorer\r\n  - Enable compact mode\r\n  - Launch Windows Explorer to \"This PC\"\r\n  - Show all folders in the side panel\r\n  - Show file extensions\r\n  - Show protected system files\r\n\r\n### Software\r\n\r\n- 7zip\r\n- dotPeek\r\n- Git\r\n- [HxD](https://mh-nexus.de/en/hxd/)\r\n- Mozilla Firefox\r\n- NanaZip Preview\r\n- PowerShell\r\n- [SysInternals Suite](https://learn.microsoft.com/en-us/sysinternals/)\r\n- Visual Studio Code\r\n  - Empty startup editor\r\n  - Updates disabled\r\n  - Workspace Trust disabled\r\n- Windows Terminal\r\n\r\nAll software is installed using [scoop](https://github.com/ScoopInstaller/Scoop) and [winget](https://learn.microsoft.com/en-us/windows/package-manager/).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrappazzon%2Fwsb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrappazzon%2Fwsb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrappazzon%2Fwsb/lists"}