Solved SOS Chkdsk Freezing at "SDs/SIDS processed"

nai

New member
Local time
7:31 AM
Messages
2
Hi,

Recently when starting up my laptop, I get prompted to run chkdsk. Now when I go to do that it goes through all the checks, "inserts index entries" etc, and then at the end it says "**** file SDs/SIDS processed" and just stays at that point and doesn't go any further. Has it just frozen or crashed or does this just take a long time? Should I be looking at getting a new hard drive, or is there anything else I can do? For now, if I skip the chkdsk and log in my laptop seems to work fine with no issues. Is it just a matter of time before it stops working completely?

I try this: SFC /SCANNOW Command - System File Checker
And I got this code...
Windows Resource Protection found corrupt files but was unable to fix some of them.
Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log

What can I do? :(... sorry my english is not good but I really need help.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64-bitRAM 6.00 GB
Computer type
Laptop
Computer Manufacturer/Model Number
HP Pavilion dv6 Notebook PC
OS
Windows 7 Home Premium 64-bit
Motherboard
Processor Intel Core i7
Memory
RAM 6.00 GB
I try this too:

Use Dism /Online /Cleanup-Image followed by these switches:

/ScanHealth: This checks for component store corruption and records that corruption to the C:\Windows\Logs\CBS\CBS.log but no corruption is fixed using this switch. This is useful for logging what, if any, corruption exists. Use Dism /Online /Cleanup-Image /ScanHealth. This could take 10-15 minutes.
/CheckHealth: This checks to see if a component corruption marker is already present in the registry. This is merely a way to see if corruption currently exists. Think of it as a read-only CHKDSK. Use Dism /Online /Cleanup-Image /CheckHealth. This could take less than a minute.
/RestoreHealth: This checks for component store corruption, records the corruption to C:\Windows\Logs\CBS\CBS.log and FIXES the corruption using Windows Update. This operation takes 15 mins or more depending on the level of corruption. Use Dism /Online /Cleanup-Image /RestoreHealth.

But I get this
2014-07-23 22:17:56, Warning DISM DISM Provider Store: PID=1556 Failed to Load the provider: C:\Users\Naira\AppData\Local\Temp\135348B9-0088-4B2A-8A4F-D1CA9E5AF88C\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2014-07-23 22:17:56

And I cant not use /CheckHealth and /RestoreHealth because all I get is:

Error 87
The checkhealth/restorehealth option is not recognized in this context.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64-bitRAM 6.00 GB
Computer type
Laptop
Computer Manufacturer/Model Number
HP Pavilion dv6 Notebook PC
OS
Windows 7 Home Premium 64-bit
Motherboard
Processor Intel Core i7
Memory
RAM 6.00 GB
Back
Top