How do I disable the "Artificial Intelligence (AI) Host [etc]" feature?

Anonymous
2023-02-09T16:34:50+00:00

We have started getting complaints from our customers over this "feature" as it appears to be quite the resource hog, and of course they are blaming our add-ins.

Killing the ai.exe process appears to have no ill effect on the usability of Office programs such as Word, Outlook or Excel.

So I need to know how we can disable it. I'd prefer to give an instruction to our users on how they can switch off a feature they do not want, they feel they do not need, and that causes their old PCs to start sounding like a Harrier Jet taking off.

Thank you

Microsoft 365 and Office | Install, redeem, activate | Other | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer recommended by moderator
Anonymous
2024-02-07T21:10:13+00:00

This seems to work. There are all sorts of solutions put out there that involve things like editing the Registry. Here's a much easier fix that seems to have worked for me (and this is from The Geek Page https://thegeekpage.com/how-to-disable-the-artificial-intelligence-ai-host-feature/).

First, the obvious: delete the AI executables from the OFFICE folder:
ai.exe

ai.exe
aitrx.dll

Second - this is incredibly easy. Deleting the executables does not completely work because Office automatically updates itself with new copies of those files.

Since the AI Host runs when you use an Office app:
Disable the Office app updates.

To do this, open any Office application, like Word.

 Click the “File” menu and then the “Account” menu item - this may be under the "More..." menu item, in which case click "More..." and then click "Account"

 There, click on “Update Options”, which brings up a popup menu - on the popup menu, set that to “Disable Updates” to disable Office updates for all Office apps

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

240 additional answers

Sort by: Oldest
  1. Anonymous
    2023-05-22T21:03:33+00:00

    Hello 2246412, First of all the .bat has been added onto as another member pointed out more on the locations of this AI. They put it in both 32bit and 64bit program files locations.

    taskkill /IM ai.exe /F

    CD "C:\Program Files\Microsoft Office\root\vfs\ProgramFilesCommonX64\Microsoft Shared\OFFICE16"

    Del ai.exe

    Del ai.dll

    Del aimgr.exe

    Del aitrx.dll

    CD "C:\Program Files\Microsoft Office\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE16"

    Del ai.exe

    Del ai.dll

    Del aimgr.exe

    Del aitrx.dll

    I too found it in the registry and also found it embedded with click-to-run and you don't want to alter that... As for running with administrator permissions or pivileges... if running as is (versus as a task)... I am logged in as a user belonging to the administators group... but I make sure by doing a single right click on the bat file and selecting "Run as administrator". And as I described, I have it running every hour as a task and when the task is created - or I suppose you can edit an existing task - (right click "properties" on the task) the first tab "General" at the bottom have checked "Run with highest privieges" and I also have "run whether user is logged on or not".

    That should do the trick.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-05-30T15:07:32+00:00

    I understand why Microsoft are doing this (forcing users to adopt AI) to gain market share and numbers. However, it's not welcome in my environment and I would also hazard to guess most others environment is a blatant intrusion on privacy as well as the ability to control what is and what is not installed on customers systems. Microsoft MUST allow users to "opt in" or not. Deleting the ai.exe is a band-aid on a festering wound. I suggest the script mentioned in this post is wrapped in a schedule and run daily because this AI will not go away as Microsoft will sneak it in to every update possible.
    "Resistance is futile", but people rule.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-05-30T16:50:26+00:00

    I wish I had the time and patience to really find a "way", a place to contact MS - whomever that may be, whatever means of contact it would involve... and spend hours in futility, asking for them to make it an option....I do not. This just pisses me off. I have posted here as well as one other - two ways to script removal and schedule it. In my case - I run the task in Windows every hour. It runs "quiet" and fast and you never know it. They will reinstall AI with MS Updates and Office Updates both... You can see AI running in Task Manager under "Details" as a process, if it is installed on your systems. You should be able to find the script, .bat info under my username here.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-05-30T17:42:55+00:00

    Instead of deleteing the ai.exe, ai.dll, aimgr.exe, and aitrx.dll. I opted to add '.bak" after the file name extension. I have not seen them running since doing this. Window update has not changed it. Office 2016 update does reinstall it. Adding the .bak after the file extension name might be worth a try.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments