Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

Feature Request: DisableAIDataAnalysis (Disable Recall) #61

Closed torshepherd closed 4 months ago

torshepherd commented 4 months ago

Disable the new Recall feature:

https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-windowsai#disableaidataanalysis

Is this already supported?

rgreening commented 4 months ago

Oh please. The recall feature is a hackers dream and must be disabled/removed/prevented from working ever. This is a nightmare waiting to happen. No one wants their data/privacy scraped by MS this way.

Does disabling and removing copilot perhaps already prevent this new AI recall feature or need separate handling?

Thanks for this awesome utility.

Raphire commented 4 months ago

Heya,

I will look into adding this in the near future.

Jakar510 commented 4 months ago

If not already supported, please include disabling Windows Copilot as well.

Raphire commented 4 months ago

If not already supported, please include disabling Windows Copilot as well.

Luckily this is already included! 😁

loadstring1 commented 4 months ago

me personally i avoid recall by using older windows 11 builds from official microsoft website: 21h2 and 22h2 - i have iso files of those saved locally on my HDD drive so microsoft can't delete it off my PC or make it stop working :)

but when they release something good in 24h2 i will most likely switch to that and find a way to disable it (or even better uninstall it because that sounds better nothing can enable it back once its uninstalled) and make pull request like usually unless Raphire does this before me :joy:

Raphire commented 4 months ago

Support for disabling Recall has been added in ed029df!