office2003, word2003 send error reports

Source: Internet
Author: User
Tags safe mode blank page

When you use office2003 Office software, you sometimes run into "Microsoft office Word encounters a problem that needs to be turned off." We apologize for the inconvenience caused by this. "

This is typically the case that the Word2003 template is corrupted, causing the word to not start correctly. Delete the Normal.dot template file, WORD2003 will automatically recreate a good template file, if you cannot find this file, you can find it in the tools → templates and add-ins.

or go to folder directly delete also can, c:documents and settingsadministratorapplication datamicrosofttemplates Normal.dot (Word template) deleted, You can reopen word again.

If you are prompted to send an error report in Excel 2003, you can try to resolve it in the following ways:

Open the C:documents and settingslingpingapplication datamicrosoftexcel folder, delete the template file inside, and keep the XLStart folder.

How to recover a macro Normal.dot template:

1, start-run, input:%appdata%microsofttemplates OK, delete Normal.dot, see if you can solve 2, if not resolved, right click Normal.dot Send shortcuts to the desktop each time you start Word, Click on the desktop shortcuts, try to solve if the above method does not work, unload loading office try

2, word2003 documents to send Error Reporting solution: In the operation of the input: regsvr32/u pintlgnt. Ime

Pintlgnt. The IME file is a Microsoft Pinyin Input Method 3.0 file. Sometimes word will appear error prompts, run you this command is to remove this registration, you can solve some of the boot operation prompts error.

We tried to organize the following batch code, you can save the following code, saved as office2003 repair. bat, run the file, also can fix, if you want to be lazy, that can go directly to our website download "office2003 error, send error report repair Tool", However, whichever method you use will allow you to manually enter the regsvr32/u/S Pintlgnt.ime command in the run. You can copy and paste directly into the Run box.

@echo off

Color 07

@ ECHO--------------------------------------------------------------------------------

@ ECHO opens Word document Error prompt:

@ ECHO Microsoft Office Word has encountered a problem that needs to be closed. We apologize for the inconvenience caused by this.

@ ECHO The information you are processing is likely to be lost. Microsoft Office Word can try to recover for you.

@ ECHO--------------------------------------------------------------------------------

@ ECHO System asks if you need to send an error report, whichever you choose, cycle to restart Word, and return

@ ECHO is the same warning dialog box. "Safe Mode starts word" appears and determines that a word blank page appears.

@ ECHO--------------------------------------------------------------------------------

Echo

echo this bat processing will try to fix the above problem for you. If it has

echo it questions, please go to the http://www.downcc.com/message inquiry.

Echo

@ ECHO--------------------------------------------------------------------------------

Echo NOTE: Please close all Word document programs first, press any key to start the repair ...

@ ECHO--------------------------------------------------------------------------------

Pause>nul

del/f/s/q "%userprofile%local settingstemp*.*"

del/f/s/q "%appdata%microsofttemplates*.dot"

del/f/s/q "%appdata%microsoftwordstartup*.dot"

Start Winword

Color 07

@ ECHO--------------------------------------------------------------------------------

@ ECHO Bat Program completed, press any key to exit ...

@ ECHO--------------------------------------------------------------------------------

Pause>nul

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.