Main Forum > Tweaking.com Support & Help

Used Windows Repair now have issue

<< < (2/4) > >>

kkay:
Thank you for that link.  So I run it as chkdsk f/r exactly like that? Or is it chkdsk f/r/ ? 

Shane:
OPen cmd.exe window as administrator and do
chkdsk /?

And it will tell you the options.


--- Quote ---Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>chkdsk /?
Checks a disk and displays a status report.


CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]] [/B]
[/scan] [/spotfix]


  volume              Specifies the drive letter (followed by a colon),
                      mount point, or volume name.
  filename            FAT/FAT32 only: Specifies the files to check for
                      fragmentation.
  /F                  Fixes errors on the disk.
  /V                  On FAT/FAT32: Displays the full path and name of every
                      file on the disk.
                      On NTFS: Displays cleanup messages if any.
  /R                  Locates bad sectors and recovers readable information
                      (implies /F, when /scan not specified).
  /L:size             NTFS only:  Changes the log file size to the specified
                      number of kilobytes.  If size is not specified, displays
                      current size.
  /X                  Forces the volume to dismount first if necessary.
                      All opened handles to the volume would then be invalid
                      (implies /F).
  /I                  NTFS only: Performs a less vigorous check of index
                      entries.
  /C                  NTFS only: Skips checking of cycles within the folder
                      structure.
  /B                  NTFS only: Re-evaluates bad clusters on the volume
                      (implies /R)
  /scan               NTFS only: Runs a online scan on the volume
  /forceofflinefix    NTFS only: (Must be used with "/scan")
                      Bypass all online repair; all defects found
                      are queued for offline repair (i.e. "chkdsk /spotfix").
  /perf               NTFS only: (Must be used with "/scan")
                      Uses more system resources to complete a scan as fast as
                      possible. This may have a negative performance impact on
                      other tasks running on the system.
  /spotfix            NTFS only: Runs spot fixing on the volume
  /sdcleanup          NTFS only: Garbage collect unneeded security descriptor
                      data (implies /F).
  /offlinescanandfix  Runs an offline scan and fix on the volume.

The /I or /C switch reduces the amount of time required to run Chkdsk by
skipping certain checks of the volume.

C:\WINDOWS\system32>
--- End quote ---

So all you need to do is

chkdsk C: /R

Windows will say the drive is in use would you like to schedule it, hit "Y" and enter and then the next time you restart it should do the check :-)

Shane

kkay:
Got it, thank you!!!   :smiley:

kkay:
Level   Date and Time   Source   Event ID   Task Category
Information   1/24/2014 7:51:44 PM   Microsoft-Windows-Wininit   1001   None   "

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.                         

Stage 1: Examining basic file system structure ...
  328960 file records processed.                                                       
File verification completed.
  3387 large file records processed.                                   
  0 bad file records processed.                                     

Stage 2: Examining file name linkage ...
  402920 index entries processed.                                                       
Index verification completed.
  0 unindexed files scanned.                                       
  0 unindexed files recovered.                                     

Stage 3: Examining security descriptors ...
Cleaning up 23 unused index entries from index $SII of file 0x9.
Cleaning up 23 unused index entries from index $SDH of file 0x9.
Cleaning up 23 unused security descriptors.
Security descriptor verification completed.
  36981 data files processed.                                           
CHKDSK is verifying Usn Journal...
  36771984 USN bytes processed.                                                           
Usn Journal verification completed.

Stage 4: Looking for bad clusters in user file data ...
  328944 files processed.                                                               
File data verification completed.

Stage 5: Looking for bad, free clusters ...
  189588328 free clusters processed.                                                       
Free space verification is complete.

Windows has scanned the file system and found no problems.
No further action is required.

 963091455 KB total disk space.
 204152620 KB in 199688 files.
    121024 KB in 36982 indexes.
         0 KB in bad sectors.
    464499 KB in use by the system.
     65536 KB occupied by the log file.
 758353312 KB available on disk.

      4096 bytes in each allocation unit.
 240772863 total allocation units on disk.
 189588328 allocation units available on disk.

Internal Info:
00 05 05 00 80 9c 03 00 b8 be 06 00 00 00 00 00  ................
ff 0b 00 00 57 00 00 00 00 00 00 00 00 00 00 00  ....W...........

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

kkay:
I was told by someone to do these actions.  This is what I did.  It looks like most of my problems might be behind me.  (at least the windows corrupted files!!)

dism /online /cleanup-image /checkhealth
It said no component store corruption detected.
The operation completed successfully.

sfc scannow shows corruption

then I did the
dism /online /cleanup-image /restorehealth
It said: The restore operation completed successfully.
The Component Store corruption was repaired. The operation completed successfully.

sfc scannow again:
then it says: Windows Resource Protection did not find any integrity violations!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version