This is what shows they’re scared of people not using it as much as they need. They literally make your system crash if you try to fully disable it.
They’ve invested too much to let it be a choice, no matter how hard it would be to make that choice.
Comment on Windows 11 Copilot now tells you what’s slowing down your PC, while using 1GB RAM itself
Brujones@lemmy.world 3 weeks ago
Fun story from my win11 work machine. I’ve de-copiloted it to the best of my ability. Even so, ‘ai.exe’ was always running, consuming more RAM than I was comfortable with, and if I killed it, it would respawn.
I found i can delete the folder it resides in with no ill effect. But a few times a week, a process would recreate it.
System owned the parent folder but for some reason I was unable to revoke its write permissions. So instead, I created a junction so that anything written to the ai folder would instead write to a folder that I had sole ownership of.
This worked, except it ended up causing kernel failures and bootloader issues. Big yikes.
M137@lemmy.today 3 weeks ago
InFerNo@lemmy.ml 3 weeks ago
Create an empty file named ai.exe and mark it read only
OwOarchist@pawb.social 3 weeks ago
Why not just write a script that re-deletes it every 5 minutes?
Brujones@lemmy.world 3 weeks ago
I haven’t figured out how do make a script that can delete a directory that needs admin rights. Instead, I created a script that pings the directory once per minute and tosses up a notification if it exists. Then I just go and delete it. It’s good enough for me, since it only happens 2x-3x per week.
fuckwit_mcbumcrumble@lemmy.dbzer0.com 3 weeks ago
Use task scheduler and click the run as administrator option. Also make sure you have the option set to run hidden, or run whether logged in or not.
Brujones@lemmy.world 3 weeks ago
Thank you! I will give this a try.
OwOarchist@pawb.social 3 weeks ago
Yeah … me neither, I guess. I know how to do that on Linux, but not sure how on Windows.