CTFMON, Windows 2000 and Office 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After upgrading our Windows 2000 PC's to Office 2003, occasionally after
working with any Office application Windows won't log off or shut down unless
the CTFMON process is ended. I've tried removing CTFMON as per the
instructions in the KB but it doesn't seem to remove the process. We don't
use any advanced text services.

Does anyone have a fix for this?

I'd prefer not to use the last MAPS life : D
 
Hello,

Thank you for posting.

Please try one of these methods and check if the issue is resolved.

Method 1:

Turn off the text services. The following article will help you.

Programs May Start, Quit, Lose, and Gain Focus Randomly
http://support.microsoft.com/default.aspx?scid=kb;en-us;313176

Method 2:

Rename the CTFMON.exe file to CTFMON.old

Method 3:

IMPORTANT: This Method contains information about modifying the registry.
Before you modify the registry, make sure to back it up and make sure that
you understand how to restore the registry if a problem occurs. For
information about how to back up, restore, and edit the registry, click the
following article number to view the article in the Microsoft Knowledge
Base:

256986 Description of the Microsoft Windows Registry

WARNING: If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using
Registry Editor incorrectly. Use Registry Editor at your own risk.

Create a .vbs file del_ctfmon_hkcu.vbs, which contains the following code
(copy and paste this into a text file, and save it with a .vbs extension):

Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegDelete
"HKCU\Software\Microsoft\Windows\CurrentVersion\Run\CTFMON.exe"

Execute the script at the startup which removes the CTFMON.exe from startup.

Recommended Article:

Frequently asked questions about Ctfmon.exe
http://support.microsoft.com/default.aspx?scid=kb;en-us;282599

Hope the issue is resolved.

Thank you,

Rashmi

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: CTFMON, Windows 2000 and Office 2003
| thread-index: AcTXoepxOR57VimST6KkJodVdJLlqg==
| X-WBNR-Posting-Host: 212.137.45.109
| From: "=?Utf-8?B?dW5jb25maXJtZWQ=?="
<[email protected]>
| Subject: CTFMON, Windows 2000 and Office 2003
| Date: Wed, 1 Dec 2004 04:33:09 -0800
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.win2000.general
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA0
3.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.win2000.general:165248
| X-Tomcat-NG: microsoft.public.win2000.general
|
| After upgrading our Windows 2000 PC's to Office 2003, occasionally after
| working with any Office application Windows won't log off or shut down
unless
| the CTFMON process is ended. I've tried removing CTFMON as per the
| instructions in the KB but it doesn't seem to remove the process. We
don't
| use any advanced text services.
|
| Does anyone have a fix for this?
|
| I'd prefer not to use the last MAPS life : D
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top