{"id":28387202,"url":"https://github.com/mgross21/clean-window","last_synced_at":"2026-03-05T12:02:11.726Z","repository":{"id":292259965,"uuid":"980319217","full_name":"MGross21/clean-window","owner":"MGross21","description":"Windows Cleanup and Maintenance Utilies","archived":false,"fork":false,"pushed_at":"2025-06-13T08:02:50.000Z","size":1443,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T08:43:46.202Z","etag":null,"topics":["debloat","powershell","windows-10","windows-11"],"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/MGross21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-05-09T00:02:10.000Z","updated_at":"2025-06-13T08:02:53.000Z","dependencies_parsed_at":"2025-06-13T08:30:50.166Z","dependency_job_id":"deb011a6-64ae-4568-b6ef-9ffe6c74af1f","html_url":"https://github.com/MGross21/clean-window","commit_stats":null,"previous_names":["mgross21/win-rice","mgross21/clean-window"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/MGross21/clean-window","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fclean-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fclean-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fclean-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fclean-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MGross21","download_url":"https://codeload.github.com/MGross21/clean-window/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGross21%2Fclean-window/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262132558,"owners_count":23264018,"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":["debloat","powershell","windows-10","windows-11"],"created_at":"2025-05-30T16:39:55.164Z","updated_at":"2026-03-05T12:02:11.718Z","avatar_url":"https://github.com/MGross21.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e\u003cimg src=\"assets/clean-window-logo.png\" alt=\"Clean Window\" width=\"300px\"\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n*Windows Cleanup and Maintenance Utilies*\n\n## Instructions\n\n### Install PowerShell 7\n\n`Win`+`R`, type `\"cmd\"`, then open as admin (`Ctrl`+`Shift`+`Enter`)\n\n```bash\nwinget install --id=Microsoft.Powershell\n```\n\n### Open `Powershell` as Administrator from `Command Prompt`\n\n```bash\npowershell -Command \"Start-Process pwsh -Verb RunAs\"\n```\n\n### Change Execution Permissions\n\n\u003e [!Note]\n\u003e Only run if future steps prevent external script execution\n\n```bash\nSet-ExecutionPolicy Bypass -Scope Process -Force\n```\n\n### Running Scripts\n\n\u003e [!Caution]  \n\u003e Please note that regardless of the listed status, all scripts are executed at your own risk. It is strongly recommended to save and close any critical applications beforehand. Generally, avoid running scripts that directly execute content from unknown or untrusted URLs. This practice bypasses confirmation interactions and can pose significant security risks. Always review the script's content before execution to ensure it is safe and trustworthy.\n\n#### Package Updater\n\n**Status:** ✅ Working  (Windows 11 | Ver. 24H2)\n\n\u003e [!Note]\n\u003e Some applications may create desktop shortcuts during updates. This behavior is controlled by the applications themselves and not by the `winget` package installer. You can safely delete these shortcuts at any time during or after script execution.\n\n```powershell\niex (Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/MGross21/clean-window/main/scripts/package_update.ps1\").Content\n```\n\n#### Win11 Debloat\n\n##### Minimal\n\n**Status:** ✅ Working (Windows 11 | Ver. 24H2)\n\n```powershell\niex (Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/MGross21/clean-window/main/scripts/win11_debloat.ps1\").Content\n```\n\n##### Chris Titus' [WinUtil](https://github.com/ChrisTitusTech/winutil)\n\n```powershell\niex \"\u0026 { $(irm https://christitus.com/win) } -Config https://raw.githubusercontent.com/MGross21/clean-window/main/config/winutil_config.json -Run\"\n```\n\n#### Temp Cleanup\n\n**Status:** ❌ Not Tested  \n\n```powershell\niex (Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/MGross21/clean-window/main/scripts/temp_cleanup.ps1\").Content\n```\n\n#### Package Installer\n\n**Status:** ❌ Not Tested  \n\n```powershell\niex (Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/MGross21/clean-window/main/scripts/package_install.ps1\").Content\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgross21%2Fclean-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgross21%2Fclean-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgross21%2Fclean-window/lists"}