Main Forum > General Computer Support

HELP! HELP! BIG PROBLEMS AFTER REPAIR !

<< < (2/24) > >>

Boggin:
I wonder if you've done what I sometimes do Sally and that is after checking the post in Preview, forget to hit the Submit Reply button and think I've posted it just to find later that it is missing.

Your previous chkdsk although just a file check, reported no bad sectors which it still can report if it finds any, but when a chkdsk takes ages to complete then there is major corruption in some form which would tend to suggest there were bad sectors.

The Telemetry errors reported in the sfc are typical of the ones generated by the KB, so I don't think they are a result of any bad sectors, but the chkdsk /r had obviously found something it had to repair.

sallyb:
Here is the chkdsk/r report:

Log Name:      Application
Source:        Microsoft-Windows-Wininit
Date:          6/15/2015 4:22:59 PM
Event ID:      1001
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      Sally-HP
Description:


Checking file system on C:
The type of the file system is NTFS.
Volume label is OS.

A disk check has been scheduled.
Windows will now check the disk.                         

CHKDSK is verifying files (stage 1 of 5)...
  488192 file records processed.                                         

File verification completed.
  1087 large file records processed.                                   

  0 bad file records processed.                                     

  0 EA records processed.                                           

  45 reparse records processed.                                     

CHKDSK is verifying indexes (stage 2 of 5)...
  633900 index entries processed.                                       

Index verification completed.
  0 unindexed files scanned.                                       

  0 unindexed files recovered.                                     

CHKDSK is verifying security descriptors (stage 3 of 5)...
  488192 file SDs/SIDs processed.                                       

Cleaning up 48 unused index entries from index $SII of file 0x9.
Cleaning up 48 unused index entries from index $SDH of file 0x9.
Cleaning up 48 unused security descriptors.
Security descriptor verification completed.
  72855 data files processed.                                           

CHKDSK is verifying Usn Journal...
  35558024 USN bytes processed.                                           

Usn Journal verification completed.
CHKDSK is verifying file data (stage 4 of 5)...
  488176 files processed.                                               

File data verification completed.
CHKDSK is verifying free space (stage 5 of 5)...
  115019811 free clusters processed.                                       

Free space verification is complete.
Windows has checked the file system and found no problems.

 955629567 KB total disk space.
 494672948 KB in 360512 files.
    252768 KB in 72856 indexes.
         0 KB in bad sectors.
    624607 KB in use by the system.
     65536 KB occupied by the log file.
 460079244 KB available on disk.

      4096 bytes in each allocation unit.
 238907391 total allocation units on disk.
 115019811 allocation units available on disk.

Internal Info:
00 73 07 00 dc 9c 06 00 ed 1e 0c 00 00 00 00 00  .s..............
d1 64 00 00 2d 00 00 00 00 00 00 00 00 00 00 00  .d..-...........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................

Windows has finished checking your disk.
Please wait while your computer restarts.

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-Wininit" Guid="{206f6dea-d3c5-4d10-bc72-989f03c8b84b}" EventSourceName="Wininit" />
    <EventID Qualifiers="16384">1001</EventID>
    <Version>0</Version>
    <Level>4</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-06-15T20:22:59.000000000Z" />
    <EventRecordID>854063</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>Sally-HP</Computer>
    <Security />
  </System>
  <EventData>
    <Data>

Checking file system on C:
The type of the file system is NTFS.
Volume label is OS.

A disk check has been scheduled.
Windows will now check the disk.                         

CHKDSK is verifying files (stage 1 of 5)...
  488192 file records processed.                                         

File verification completed.
  1087 large file records processed.                                   

  0 bad file records processed.                                     

  0 EA records processed.                                           

  45 reparse records processed.                                     

CHKDSK is verifying indexes (stage 2 of 5)...
  633900 index entries processed.                                       

Index verification completed.
  0 unindexed files scanned.                                       

  0 unindexed files recovered.                                     

CHKDSK is verifying security descriptors (stage 3 of 5)...
  488192 file SDs/SIDs processed.                                       

Cleaning up 48 unused index entries from index $SII of file 0x9.
Cleaning up 48 unused index entries from index $SDH of file 0x9.
Cleaning up 48 unused security descriptors.
Security descriptor verification completed.
  72855 data files processed.                                           

CHKDSK is verifying Usn Journal...
  35558024 USN bytes processed.                                           

Usn Journal verification completed.
CHKDSK is verifying file data (stage 4 of 5)...
  488176 files processed.                                               

File data verification completed.
CHKDSK is verifying free space (stage 5 of 5)...
  115019811 free clusters processed.                                       

Free space verification is complete.
Windows has checked the file system and found no problems.

 955629567 KB total disk space.
 494672948 KB in 360512 files.
    252768 KB in 72856 indexes.
         0 KB in bad sectors.
    624607 KB in use by the system.
     65536 KB occupied by the log file.
 460079244 KB available on disk.

      4096 bytes in each allocation unit.
 238907391 total allocation units on disk.
 115019811 allocation units available on disk.

Internal Info:
00 73 07 00 dc 9c 06 00 ed 1e 0c 00 00 00 00 00  .s..............
d1 64 00 00 2d 00 00 00 00 00 00 00 00 00 00 00  .d..-...........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................

Windows has finished checking your disk.
Please wait while your computer restarts.
</Data>
  </EventData>
</Event>

sallyb:
Should I do a system restore to get my printer back running? :thinking:

Julian:
alright nothing in bad sectors that is good. looks like it cleaned up some unused security descriptors.  What I'm wondering is if your ole32.dll is not registered
open up command prompt and type in
--- Code: ---regsvr32 ole32.dll
--- End code ---

sallyb:
I did that in safe mode, and I got the error message in image below, I'm at my wits end! Just got the ole32.dll error...it is so bad, WORSE since doing all this Windows Repair stuff. I'm getting the error constantly which requires a bad shut down....HELP!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version