in reply to Jessamyn

This wizard-based tool is great for stripping Copilot out of Windows 11. The instructions it provides are clear and it offers (and by default enables) rollback points in case anything goes wrong in the future.

github.com/zoicware/RemoveWind…

reshared this

in reply to Jessamyn

this is Mozilla's own: support.mozilla.org/en-US/kb/f…
LibGuide about removing AI from search: libguides.brown.edu/english/AI…

Also uBlock has a blocklist for AI widgets (Chrome is currently blocking uBlock for less experienced users) but no Libguide for that sadly.

Good luck.

in reply to Jessamyn

I'm actually more worried about the humans around me pushing me to use AI than I am about the intrusive pushes to use AI in a lot of software. It's way easier to click "No" on a box in the software, even if I have to do it every time, than to resist my boss saying "just run it through AI to polish up the writing" all the time. I like to think I can write better than the AI can, and I'd rather not have my carefully chosen wording degraded into generic AI speak.
in reply to Jessamyn

Disabling Copilot is not particularly simple, as it involves editing the registry, and even that doesn't totally remove menu items from some apps. It's also important to understand that if your PC isn't new enough to have a neural processor, the worst features don't function, anyway. This is true even for current models of PCs. I have a 2025 Dell Inspiron 5440 with an Intel Core 7 150U CPU, which does not have a neural processing unit and is therefore not Copilot+ PC certified.
This entry was edited (2 weeks ago)
in reply to Jessamyn

The only trick I know for getting rid of #AI (where it tends to show up uninvited) is when typing in a search prompt, you can put a hyphen-AI either before it or after it. For example:

-ai names of actors who played Robin Hood
OR
names of actors who played Robin Hood -ai

This not only gets rid of the annoying #AIsummary (which often contains hallucinations and irrelevant information), but it also tends to give better search results, in my experience.

#ArtificialIntelligence #HowToGoogle #BooleanOperators #AIsummaries #Googling #SearchTricks #AvoidingAI

in reply to Jessamyn

I have consolidated many of these suggestions into a document with a few other links. Anything major that I am missing? This is mostly for the types of users I interact with (mainly older adults) so I did not include things like Slack and I'm not sure about things I don't use much like Outlook or Facebook. Other suggestions for links about removing AI geared towards not-very-technical people?

docs.google.com/document/d/1nY…

This entry was edited (2 weeks ago)
in reply to Antony 🇮🇪 🇪🇺

@antony Google is loaded with AI, much of which is turn-offable and mine is all turned off. It does allow for good collaboration. Once this doc feels more "final form-ish" I will self host somewhere with no AI. The irony is not lost on me, but realistically people are using what they use, they just want the AI in it to be less-intrusive.
in reply to Jessamyn

@antony

Trying not to be the reply guy, but may I please challenge the assumption that you have "turned AI off"?

Sure, maybe you clicked a toggle on something, maybe you then see changes on the screen, but if there's a way to tell whether google is still using AI on your stuff (but just not showing you) I haven't heard about it. What am I missing?

in reply to Jessamyn

MS Edge?

Last time Ars updated, you had to turn off both Copilot, and the then-revealed sidebar button, in order to get the Edge main menu button to appear in the corner, like it should do.
arstechnica.com/gadgets/2025/1…

I don't remember having to turn off the sidebar last week though, only Copilot.

in reply to Jessamyn

I don't really use them, but what about other MS products? Especially Office, 365.
I haven't reviewed these but may be helpful:
support.microsoft.com/en-us/pr…
easytweaks.com/stop-copilot-in…
in reply to Jessamyn

@Jessamyn I made like 5 different LLM's with open source compiling huggingface (cmake as its a .cpp) then get the gguf of the model of wish and run it on localhost wit a RAG system to make it deliver quality. 3 different OS's
So it runs with no internet, no API no thing else then what I fed it as RAG usually manpages. This what you say is not for me indeed. Apart from the rag it falls back to it's native db from 2023.
The scraping of the man-pages and official docs happen with a friendly HTML request. to then orchestrate (with a script mostly Py) to make my LLM read it.
So In short I know a lot about it and I stick to my point that I hate corporate AI but love AI.
My UI is any browser with URL address 127.0.0.1/8080 or 0.0.0.0/8080
So every closed session or browser shut down means all is gone.
You'll click those 2 links just to get nothing because there is no server up there, and that is what the launch up command is once in the directory . I'll get the interface that forgets all once closed.