{"id":31285526,"url":"https://github.com/zoicware/RemoveWindowsAI","last_synced_at":"2025-09-24T08:03:35.290Z","repository":{"id":243261269,"uuid":"811675345","full_name":"zoicware/RemoveWindowsAI","owner":"zoicware","description":"Force Remove Copilot, Recall and More in Windows 11","archived":false,"fork":false,"pushed_at":"2025-09-21T00:41:08.000Z","size":841,"stargazers_count":234,"open_issues_count":1,"forks_count":13,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-09-21T02:36:52.467Z","etag":null,"topics":["ai","copilot","debloat","generative-ai","image-creator","powershell","privacy","recall","rewrite","security","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoicware.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-07T04:37:20.000Z","updated_at":"2025-09-21T00:41:11.000Z","dependencies_parsed_at":"2024-09-12T15:28:44.013Z","dependency_job_id":"cd80483c-70e4-4322-a9f8-c4a2d9d0091e","html_url":"https://github.com/zoicware/RemoveWindowsAI","commit_stats":null,"previous_names":["zoicware/removewindowsai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zoicware/RemoveWindowsAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoicware%2FRemoveWindowsAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoicware%2FRemoveWindowsAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoicware%2FRemoveWindowsAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoicware%2FRemoveWindowsAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoicware","download_url":"https://codeload.github.com/zoicware/RemoveWindowsAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoicware%2FRemoveWindowsAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276714445,"owners_count":25691396,"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-09-24T02:00:09.776Z","response_time":97,"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":["ai","copilot","debloat","generative-ai","image-creator","powershell","privacy","recall","rewrite","security","windows"],"created_at":"2025-09-24T08:01:40.361Z","updated_at":"2025-09-24T08:03:35.279Z","avatar_url":"https://github.com/zoicware.png","language":"PowerShell","readme":"# Remove Windows Ai\r\n## Why?\r\nThe current 24H2 build of Windows 11 and future builds will include increasingly more AI features and components. This script aims to remove ALL of these features to improve user experience, privacy and security. \r\n\r\n\u003cimg width=\"150\" alt=\"AI-Explorer-icon\" src=\"https://github.com/zoicware/RemoveWindowsAI/assets/118035521/33efb033-c935-416c-977d-777bb69a3737\"\u003e\r\n\r\n\r\n----------------------\r\n\r\n\r\n\r\n### Script Features\r\n - **Registry** \r\n   - Disable Copilot, Recall, Input Insights, CoPilot in Edge, Image Creator in Paint, Remove AI Fabric Service\r\n - Remove all AI appxpackages and force remove the files\r\n - Disable Copilot policies in IntegratedServicesRegionPolicySet.json\r\n - Remove Recall Optional Feature\r\n - Remove all hidden Copilot installers\r\n - Disable Rewrite for Notepad\r\n - Delete any screenshots and data stored by Recall\r\n - Remove Recall Scheduled Task\r\n - Remove Machine Learning DLL's\r\n - Remove Hidden AI CBS Packages\r\n  \r\n### Read More In Depth Here\r\n\u003e **[Documentation](https://github.com/zoicware/RemoveWindowsAI/blob/main/Documentation.md)**\r\n\r\n---\r\n\r\n\r\n ### How to Use\r\n \r\n #### Run From Powershell Console as Administrator\r\n ---\r\n\r\n ### Launch with UI\r\n ```PowerShell\r\n \u0026 ([scriptblock]::Create((irm \"https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1\")))\r\n ```\r\n\r\n \u003cdetails\u003e  \r\n  \u003csummary\u003eClick to View UI\u003c/summary\u003e\r\n  \u003cimg width=\"586\" height=\"693\" alt=\"Capture2\" src=\"https://github.com/user-attachments/assets/5566675c-dbaf-4df9-84d7-f25e3c8ede0e\" /\u003e\r\n\u003c/details\u003e  \r\n\r\n\u0026nbsp;\r\n\r\n### Command Line Options\r\n\r\n**Run in Non-Interactive Mode with All Options**\r\n ```PowerShell\r\n \u0026 ([scriptblock]::Create((irm \"https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1\"))) -nonInteractive -AllOptions\r\n ```\r\n\r\n**Run with Specific Options Example**\r\n ```PowerShell\r\n \u0026 ([scriptblock]::Create((irm \"https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1\"))) -nonInteractive -Options DisableRegKeys,RemoveNudgesKeys,RemoveAppxPackages\r\n ```\r\n\r\n**All Possible Options:**\r\n```\r\nDisableRegKeys          \r\nRemoveNudgesKeys     \r\nDisableCopilotPolicies       \r\nRemoveAppxPackages        \r\nRemoveRecallFeature \r\nRemoveCBSPackages         \r\nRemoveAIFiles               \r\nHideAIComponents            \r\nDisableRewrite      \r\nRemoveRecallTasks\r\n```\r\n\r\n\r\n---\r\n\r\n### Updates\r\n\r\nGiven that Microsoft are continually updating and adding new AI features this script will attempt to stay updated for the newest stable build.\r\n\r\n \u003e [!NOTE]  \r\n\u003e Any feature added to an insider build will not be added to this script till it's added to the latest stable release\r\n\r\n \r\n\u003e [!TIP]\r\n\u003e **Submitting An AI Feature**\r\n\u003e\r\n\u003e If you find an AI feature or registry key that is not currently removed or disabled by the script submit an issue with as much information as possible and I will add it to the script.\r\n\r\n\r\n### Join The Discord\r\n\r\n[![Discord](https://discordapp.com/api/guilds/1173717737017716777/widget.png?style=banner1)](https://discord.gg/VsC7XS5vgA)\r\n\r\n\r\n\r\n","funding_links":[],"categories":["PowerShell","🚀 AI Tools for Vim, Neovim, and Terminal"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoicware%2FRemoveWindowsAI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoicware%2FRemoveWindowsAI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoicware%2FRemoveWindowsAI/lists"}