{"id":14976598,"url":"https://github.com/matidev-pl/clean-windows","last_synced_at":"2025-07-05T02:05:20.058Z","repository":{"id":247250107,"uuid":"823109548","full_name":"MatiDEV-PL/Clean-Windows","owner":"MatiDEV-PL","description":"Custom unattended answer file that debloats and makes Windows 10 and 11 feel like in Windows 7 days.","archived":false,"fork":false,"pushed_at":"2025-06-09T11:47:08.000Z","size":2520,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T12:42:27.819Z","etag":null,"topics":["answer-file","autounattend","autounattend-xml","unattended-installation","windows-10","windows-10-debloat","windows-11","windows-11-debloat"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatiDEV-PL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-02T12:47:30.000Z","updated_at":"2025-06-09T11:45:14.000Z","dependencies_parsed_at":"2025-03-05T13:29:31.611Z","dependency_job_id":"a4a62f5a-d177-445c-b9fd-1f652489084b","html_url":"https://github.com/MatiDEV-PL/Clean-Windows","commit_stats":null,"previous_names":["matidev-pl/clean-windows"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/MatiDEV-PL/Clean-Windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiDEV-PL%2FClean-Windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiDEV-PL%2FClean-Windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiDEV-PL%2FClean-Windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiDEV-PL%2FClean-Windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatiDEV-PL","download_url":"https://codeload.github.com/MatiDEV-PL/Clean-Windows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatiDEV-PL%2FClean-Windows/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263646566,"owners_count":23494007,"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","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":["answer-file","autounattend","autounattend-xml","unattended-installation","windows-10","windows-10-debloat","windows-11","windows-11-debloat"],"created_at":"2024-09-24T13:54:07.209Z","updated_at":"2025-07-05T02:05:20.052Z","avatar_url":"https://github.com/MatiDEV-PL.png","language":null,"funding_links":["https://liberapay.com/MatiDEV-PL/donate"],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"Banner.png\" width=\"800\"\u003e\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/MatiDEV-PL/Clean-Windows/blob/main/LICENSE) \n\n# 📋 Overview\nBy default, almost everything should be removed. Available programs are shown in the file Available_Programs_Windows_X. Any changes made to the image are described in autounattend.xml. For an in-depth overview of what is Unattend Windows installation, you can check out this official Microsoft page: [Answer files](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/update-windows-settings-and-scripts-create-your-own-answer-file-sxs?view=windows-11). \n\n\u003e [!CAUTION]\n\u003e Windows modified using autounattend.xml does not have a browser installed. You need to install one using the Browser_downloader.bat located on the desktop or through other methods, such as using the command prompt.\n\n# 🔔 What's Needed:\n* Brain\n* [Windows 10](https://www.microsoft.com/software-download/windows10) or [Windows 11](https://www.microsoft.com/software-download/windows11) ISO (64/32-bit)\n* Software like [AnyBurn](https://www.anyburn.com/download.php) to add autounattend.xml to ISO\n* Optionally, access to the internet (without it, Edge might appear on the desktop during Windows 10 setup)\n\n\n# 🚨 Removing Edge\nIf Edge is still present for any reason (thanks, Microsoft), run the following command in PowerShell.\n  ```powershell\n  iex \"\u0026{$(irm https://cdn.jsdelivr.net/gh/he3als/EdgeRemover@main/get.ps1)} -UninstallEdge -RemoveEdgeData\"\n  ```\n\n# 🎓 Tutorials:\n[How to add autounattend.xml to Windows iso file](https://youtu.be/qKIFijGB-Ig)\n\n[Installation of Windows 11 24H2 using autounattend.xml](https://youtu.be/5jFbvl3571U)\n\n# 🖼️ Screenshots:\n\n\u003cimg src=\"https://github.com/MatiDEV-PL/Clean-Windows/blob/main/Photo_10.png\" width=\"600\"\u003e\n\u003cimg src=\"https://github.com/MatiDEV-PL/Clean-Windows/blob/main/Photo_11.png\" width=\"600\"\u003e\n\n# 📜 License\n\n- The original code from [UnattendedWinstall](https://github.com/memstechtips/UnattendedWinstall) is licensed under the [MIT License](https://github.com/MatiDEV-PL/Clean-Windows/blob/main/MIT%20LICENSE)\n- Modifications and additions made in this project are licensed under the [GPLv3 License](https://github.com/MatiDEV-PL/Clean-Windows/blob/1.0/LICENSE)\n\n# 🔍 Sources:\n- [UnattendedWinstall](https://github.com/memstechtips/UnattendedWinstall)\n- [Remove-MS-Edge](https://github.com/ShadowWhisperer/Remove-MS-Edge?tab=readme-ov-file)\n- [EdgeRemover](https://github.com/he3als/EdgeRemover/tree/main)\n\n# 🎁 If you like my work consider giving tip\n[\u003cimg src=\"https://liberapay.com/assets/widgets/donate.svg\" width=\"100\"\u003e](https://liberapay.com/MatiDEV-PL/donate) \n\n\u003cimg src=\"https://github.com/MatiDEV-PL/Clean-Windows/blob/main/Donate.png\" width=\"120\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatidev-pl%2Fclean-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatidev-pl%2Fclean-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatidev-pl%2Fclean-windows/lists"}