CHKDSK.000 files starts Windows installer

G

Guest

If I double click on a CHKDSK recovery file (FOUND.000, etc) it starts
Windows Installer for programs that are already installed and working. I
believe this also happens with other extensions, but am not sure at this time.

Second part is how to get rid of the Windows install box. Sometimes the
program it wants to install is listed, sometimes not. Even after a shut down
and cold boot, it comes back. I use Windows Task Manager to terminate it.
will appreciate your ideas
 
D

Dave Patrick

You can navigate to;
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer
and delete the "InProgress" subkey to terminate all installations in
progress.

What happened when you restarted the pc was chkdsk ran and found broken
chains/ lost clusters, then created *.chk files of them so you can delete
them and regain the otherwise lost drive space. The drive may have failed so
run the manufacturer's diagnostic tools on the disk.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
W

Wesley Vogel

chk files and the Found folders

On Fat formatted volumes.

Chkdsk saves each repaired file in the root folder as a File<nnnn>.chk file,
and each repaired folder in the root folder as a Found.<nnn> folder, where
<n> is a number.

Recovering Lost Clusters on FAT Volumes
http://www.microsoft.com/resources/...Windows/XP/all/reskit/en-us/prkd_tro_kbnn.asp

Link is no good anymore, below is from that old link.

<quote>
Because some repairs on FAT volumes, such as correcting lost clusters
(also known as allocation units) or cross-linked files, change the volume's
file allocation table and can cause data loss, Chkdsk first prompts you with
a confirmation message similar to the following:

10 lost allocation units found in 3 chains.
Convert lost chains to files? (Y/N)

If you press the N key, Windows XP Professional fixes the errors on the
volume but does not save the contents of the lost clusters.

If you press the Y key, Windows XP Professional attempts to identify the
folder to which they belong. If the folder is identified, the lost cluster
chains are saved as files.

If Windows XP Professional cannot identify the folder or if the folder does
not exist, it saves each chain of lost clusters in a folder called
Found.xxx, where xxx is a sequential number starting with 000. If no folder
Found.000 exists, one is created at the root. If one or more sequential
folders called Found.xxx (starting at 000) exist, a folder that uses the
next number in the sequence is created.

Windows XP Professional creates Found.xxx folders as hidden system folders.
To see a list of Found.xxx folders, at the root folder in the command
prompt, type dir /a. For information about viewing hidden system folders in
My Computer or Windows Explorer, see Windows XP Professional Help.

After the storage folder has been identified or created, one or more files
with a name in the format Filennnn.chk are saved. (The first saved file is
named File0000.chk, the second is named File0001.chk, and so on in
sequence.) When Chkdsk finishes, you can examine the contents of these files
with a text editor such as Notepad to see whether they contain any needed
data (if the converted chains came from corrupted binary files, they are of
no value). You can delete the .chk files after you save any useful data.

Caution
Because other programs might create and use files with the .chk extension,
you must be careful to delete only the .chk files that are in the Found.xxx
folders.
<quote>

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

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

Top