Microsoft KB Archive/189413

From BetaArchive Wiki
Knowledge Base


Article ID: 189413

Article Last Modified on 1/23/2007



APPLIES TO

  • Microsoft Windows 98 Standard Edition



This article was previously published under Q189413

SYMPTOMS

When you click Add Folder on the Search Criteria tab in the System File Checker (Sfc.exe) tool, the Downloaded Program Files and Occache folders may be missing from the Windows folder.




RESOLUTION

To resolve this issue, remove the system attribute from the Downloaded Program Files (or Occache) folder, add it to System File Checker's search criteria, and then add the system attribute back to the folder. To do so, follow these steps:

  1. Click Start, point to Programs, and then click MS-DOS Prompt.
  2. At the command prompt, type the appropriate line, and then press ENTER:


attrib -s downlo~1

- or -

attrib -s occache

  1. Click Start, point to Programs, point to Accessories, point to System Tools, and then click System Information.
  2. On the Tools menu, click System File Checker.
  3. Click Settings.
  4. Click the Search Criteria tab, and then click Add Folder.
  5. Click Downloaded Program Files (or Occache) click OK, and then click OK again.
  6. Click MS-DOS Prompt on the taskbar.
  7. At the command prompt, type the appropriate lines, pressing ENTER after each line:


attrib +s downlo~1
exit

- or -

attrib +s occache
exit


STATUS

Microsoft has confirmed this to be a problem in Microsoft Windows 98.

MORE INFORMATION

The Downloaded Program Files folder is included in System File Checker's search criteria by default, but this issue occurs if you remove and then try to add it back to your search criteria. The Occache folder, which does not exist unless you upgraded from Microsoft Internet Explorer 3.x, is not included in System File Checker's search criteria by default, and this issue prevents you from being able to add it.

For more information about using System File Checker, please see the following article in the Microsoft Knowledge Base:

ARTICLE-ID: 185836
TITLE : Description of the System File Checker Tool (Sfc.exe)


Keywords: kbprb KB189413