A family of Microsoft word processing software products for creating web, email, and print documents.
Thanks again. I hadn't realised there was a separate tab for speech recognition.
However, these instructions (as at the URL you point to) don't help. On my machine the Runs Speech Recognition at startup box is unchecked, but there's still (apparently) something working in the background.
What would happen if I simply erased ctfmon.exe from my hard drive?
Since ctfmon.exe does not run on my machine, I cannot tell you how to prevent it from running. Erasing the file is an effective but rather brutal approach. You would need to do it like so in order to prevent Windows from restoring it automatically:
- Boot into Safe Mode.
- Log on under an admin account.
- Open a Command Prompt and type these commands:
cd /d "%Windir%\System32"
copy ctfmon.exe ctfmon.org
md ctfmon.exe
This method lets you backtrack in case the absence of the original file causes a problem. Make sure to type the last command without delay. If you wait then Windows will restore the file by itself. Note also that Automatic Updates and Service Packs are likely to restore the file.