gitextract_6n8exeya/ ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── ClassicApps/ │ ├── paint/ │ │ ├── Paint.reg │ │ ├── mspaint.exe.mui │ │ ├── mspaint.exe.mun │ │ └── paint_lang_files/ │ │ ├── ar-SA/ │ │ │ └── mspaint.exe.mui │ │ ├── bg-BG/ │ │ │ └── mspaint.exe.mui │ │ ├── cs-CZ/ │ │ │ └── mspaint.exe.mui │ │ ├── da-DK/ │ │ │ └── mspaint.exe.mui │ │ ├── de-DE/ │ │ │ └── mspaint.exe.mui │ │ ├── el-GR/ │ │ │ └── mspaint.exe.mui │ │ ├── en-GB/ │ │ │ └── mspaint.exe.mui │ │ ├── es-ES/ │ │ │ └── mspaint.exe.mui │ │ ├── es-MX/ │ │ │ └── mspaint.exe.mui │ │ ├── et-EE/ │ │ │ └── mspaint.exe.mui │ │ ├── fi-FI/ │ │ │ └── mspaint.exe.mui │ │ ├── fr-CA/ │ │ │ └── mspaint.exe.mui │ │ ├── fr-FR/ │ │ │ └── mspaint.exe.mui │ │ ├── he-IL/ │ │ │ └── mspaint.exe.mui │ │ ├── hr-HR/ │ │ │ └── mspaint.exe.mui │ │ ├── hu-HU/ │ │ │ └── mspaint.exe.mui │ │ ├── it-IT/ │ │ │ └── mspaint.exe.mui │ │ ├── ja-JP/ │ │ │ └── mspaint.exe.mui │ │ ├── ko-KR/ │ │ │ └── mspaint.exe.mui │ │ ├── lt-LT/ │ │ │ └── mspaint.exe.mui │ │ ├── lv-LV/ │ │ │ └── mspaint.exe.mui │ │ ├── nb-NO/ │ │ │ └── mspaint.exe.mui │ │ ├── nl-NL/ │ │ │ └── mspaint.exe.mui │ │ ├── pl-PL/ │ │ │ └── mspaint.exe.mui │ │ ├── pt-BR/ │ │ │ └── mspaint.exe.mui │ │ ├── pt-PT/ │ │ │ └── mspaint.exe.mui │ │ ├── ro-RO/ │ │ │ └── mspaint.exe.mui │ │ ├── ru-RU/ │ │ │ └── mspaint.exe.mui │ │ ├── sk-SK/ │ │ │ └── mspaint.exe.mui │ │ ├── sl-SI/ │ │ │ └── mspaint.exe.mui │ │ ├── sr-Latn-RS/ │ │ │ └── mspaint.exe.mui │ │ ├── sv-SE/ │ │ │ └── mspaint.exe.mui │ │ ├── th-TH/ │ │ │ └── mspaint.exe.mui │ │ ├── tr-TR/ │ │ │ └── mspaint.exe.mui │ │ ├── uk-UA/ │ │ │ └── mspaint.exe.mui │ │ ├── zh-CN/ │ │ │ └── mspaint.exe.mui │ │ └── zh-TW/ │ │ └── mspaint.exe.mui │ └── snipping/ │ ├── SnippingTool.exe.mui │ └── snipping_lang_files/ │ ├── ar-SA/ │ │ └── SnippingTool.exe.mui │ ├── bg-BG/ │ │ └── SnippingTool.exe.mui │ ├── cs-CZ/ │ │ └── SnippingTool.exe.mui │ ├── da-DK/ │ │ └── SnippingTool.exe.mui │ ├── de-DE/ │ │ └── SnippingTool.exe.mui │ ├── el-GR/ │ │ └── SnippingTool.exe.mui │ ├── en-GB/ │ │ └── SnippingTool.exe.mui │ ├── es-ES/ │ │ └── SnippingTool.exe.mui │ ├── es-MX/ │ │ └── SnippingTool.exe.mui │ ├── et-EE/ │ │ └── SnippingTool.exe.mui │ ├── fi-FI/ │ │ └── SnippingTool.exe.mui │ ├── fr-CA/ │ │ └── SnippingTool.exe.mui │ ├── fr-FR/ │ │ └── SnippingTool.exe.mui │ ├── he-IL/ │ │ └── SnippingTool.exe.mui │ ├── hr-HR/ │ │ └── SnippingTool.exe.mui │ ├── hu-HU/ │ │ └── SnippingTool.exe.mui │ ├── it-IT/ │ │ └── SnippingTool.exe.mui │ ├── ja-JP/ │ │ └── SnippingTool.exe.mui │ ├── ko-KR/ │ │ └── SnippingTool.exe.mui │ ├── lt-LT/ │ │ └── SnippingTool.exe.mui │ ├── lv-LV/ │ │ └── SnippingTool.exe.mui │ ├── nb-NO/ │ │ └── SnippingTool.exe.mui │ ├── nl-NL/ │ │ └── SnippingTool.exe.mui │ ├── pl-PL/ │ │ └── SnippingTool.exe.mui │ ├── pt-BR/ │ │ └── SnippingTool.exe.mui │ ├── pt-PT/ │ │ └── SnippingTool.exe.mui │ ├── ro-RO/ │ │ └── SnippingTool.exe.mui │ ├── ru-RU/ │ │ └── SnippingTool.exe.mui │ ├── sk-SK/ │ │ └── SnippingTool.exe.mui │ ├── sl-SI/ │ │ └── SnippingTool.exe.mui │ ├── sr-Latn-RS/ │ │ └── SnippingTool.exe.mui │ ├── sv-SE/ │ │ └── SnippingTool.exe.mui │ ├── th-TH/ │ │ └── SnippingTool.exe.mui │ ├── tr-TR/ │ │ └── SnippingTool.exe.mui │ ├── uk-UA/ │ │ └── SnippingTool.exe.mui │ ├── zh-CN/ │ │ └── SnippingTool.exe.mui │ └── zh-TW/ │ └── SnippingTool.exe.mui ├── Documentation.md ├── LICENSE ├── OtherAIFeatures.md ├── README.md ├── RemoveAI-UpdateCleanup.ps1 ├── RemoveWindowsAIPackage/ │ ├── amd64/ │ │ ├── ZoicwareRemoveWindowsAI-amd641.0.0.0.cab │ │ ├── amd64_16bf9f5ddcdcc858358ce8a2a9f69f935b0e2c72_31bf3856ad364e35_38655.38527.65535.65535_none_9dea49e759204384.manifest │ │ ├── amd64_1ac4efa52cc987e34206a4b499ef297c16f443f9_31bf3856ad364e35_38655.38527.65535.65535_none_d12a7b37e1ce0c63.manifest │ │ ├── amd64_3e5f6992f365ae98da785153cb853cdd2b8d334d_31bf3856ad364e35_38655.38527.65535.65535_none_21a198b98b0eb5cb.manifest │ │ ├── amd64_690413e3dcead26f87b3989953c5ed27bb12eb95_31bf3856ad364e35_38655.38527.65535.65535_none_2f5fa210a2da208e.manifest │ │ ├── amd64_761f3629e488278caa4c7585c950f520404712cf_31bf3856ad364e35_38655.38527.65535.65535_none_fab6052e6768b003.manifest │ │ ├── amd64_a1b65e8b129c7dfee79b5234097d94812770c52a_31bf3856ad364e35_38655.38527.65535.65535_none_427e504fcbfba8f2.manifest │ │ ├── amd64_bf9f7f39101e056d32e46992b64d45da3774921c_31bf3856ad364e35_38655.38527.65535.65535_none_1b7aa6c634649ec5.manifest │ │ ├── amd64_c93ca6c2cd59575fe45bad46f6152c80cc5ab492_31bf3856ad364e35_38655.38527.65535.65535_none_048f8255f6dd3270.manifest │ │ ├── amd64_d18d700de06fc98ae558e2a73994193f028d6209_31bf3856ad364e35_38655.38527.65535.65535_none_99bf2484525af2f0.manifest │ │ ├── amd64_microsoft-copilot-d..oyment-languagepack_31bf3856ad364e35_38655.38527.65535.65535_none_0fea620d27c4484e.manifest │ │ ├── amd64_microsoft-copilot-deployment_31bf3856ad364e35_38655.38527.65535.65535_none_26df2268220c2a52.manifest │ │ ├── amd64_microsoft-copilot_31bf3856ad364e35_38655.38527.65535.65535_none_58a35da8a335eb56.manifest │ │ ├── amd64_microsoft-windows-s..ngshandlers-copilot_31bf3856ad364e35_38655.38527.65535.65535_none_f88b80f068ad03a6.manifest │ │ ├── amd64_userexperience-aix-deployment_31bf3856ad364e35_38655.38527.65535.65535_none_cdba7e3535b8898d.manifest │ │ ├── amd64_userexperience-aix_31bf3856ad364e35_38655.38527.65535.65535_none_293807153aa35c79.manifest │ │ ├── amd64_userexperience-coreai-deployment_31bf3856ad364e35_38655.38527.65535.65535_none_494247c8d14488ba.manifest │ │ ├── amd64_userexperience-coreai_31bf3856ad364e35_38655.38527.65535.65535_none_851c3d913b2d96b4.manifest │ │ ├── amd64_userexperience-recall_31bf3856ad364e35_38655.38527.65535.65535_none_d1d3458f41002cd0.manifest │ │ └── update.cat │ └── arm64/ │ ├── ZoicwareRemoveWindowsAI-arm641.0.0.0.cab │ ├── arm64_072c8668ec63514fc98714c09cef5ffb61eac4d0_31bf3856ad364e35_38655.38527.65535.65535_none_fc8a4193bbbf8ce9.manifest │ ├── arm64_19b4f2d2eb01fe86e2858f3356507a3743d63a96_31bf3856ad364e35_38655.38527.65535.65535_none_c3b6ebc0bc9bc32a.manifest │ ├── arm64_2415624e03eaf74c3ed2718f0823e7ef1746afdd_31bf3856ad364e35_38655.38527.65535.65535_none_8ebe44a9559113a2.manifest │ ├── arm64_37e84906b7c3ad6ec7fd0f73eb941da2bbd40170_31bf3856ad364e35_38655.38527.65535.65535_none_4755105c8785546a.manifest │ ├── arm64_9977ad932a57937cbd5b595b7054ef37a6fa80d7_31bf3856ad364e35_38655.38527.65535.65535_none_176e9ba77eb5736f.manifest │ ├── arm64_af04861f8804c4ce83a52310a455da3f912b468f_31bf3856ad364e35_38655.38527.65535.65535_none_9c9d75201debd11a.manifest │ ├── arm64_b1c39ab687ddb87f21e0bef8191922a64760b277_31bf3856ad364e35_38655.38527.65535.65535_none_8c5f153cdaa8c371.manifest │ ├── arm64_d555b631e519d0dcd7872958a590cb5e81441910_31bf3856ad364e35_38655.38527.65535.65535_none_ab9a0f7301cc9b81.manifest │ ├── arm64_f9b5a2b834a34ab4b8fa8da477a953885907d528_31bf3856ad364e35_38655.38527.65535.65535_none_a9f36e0ec06d9f38.manifest │ ├── arm64_microsoft-copilot-d..oyment-languagepack_31bf3856ad364e35_38655.38527.65535.65535_none_0fea6a4727c43cea.manifest │ ├── arm64_microsoft-copilot-deployment_31bf3856ad364e35_38655.38527.65535.65535_none_26df2aa2220c1eee.manifest │ ├── arm64_microsoft-copilot_31bf3856ad364e35_38655.38527.65535.65535_none_58a365e2a335dff2.manifest │ ├── arm64_microsoft-windows-s..ngshandlers-copilot_31bf3856ad364e35_38655.38527.65535.65535_none_f88b892a68acf842.manifest │ ├── arm64_userexperience-aix-deployment_31bf3856ad364e35_38655.38527.65535.65535_none_cdba866f35b87e29.manifest │ ├── arm64_userexperience-aix_31bf3856ad364e35_38655.38527.65535.65535_none_29380f4f3aa35115.manifest │ ├── arm64_userexperience-coreai-deployment_31bf3856ad364e35_38655.38527.65535.65535_none_49425002d1447d56.manifest │ ├── arm64_userexperience-coreai_31bf3856ad364e35_38655.38527.65535.65535_none_851c45cb3b2d8b50.manifest │ ├── arm64_userexperience-recall_31bf3856ad364e35_38655.38527.65535.65535_none_d1d34dc94100216c.manifest │ └── update.cat └── RemoveWindowsAi.ps1