Advertisement
Guest User

Step 7-17 Commands (Ommited a few)

a guest
Jun 18th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.18362.900]
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Windows\system32>sfc /scannow
  5.  
  6. Beginning system scan. This process will take some time.
  7.  
  8. Beginning verification phase of system scan.
  9. Verification 100% complete.
  10.  
  11. Windows Resource Protection did not find any integrity violations.
  12.  
  13. C:\Windows\system32>dism /online /cleanup-image /scanhealth
  14.  
  15. Deployment Image Servicing and Management tool
  16. Version: 10.0.18362.900
  17.  
  18. Image Version: 10.0.18362.900
  19.  
  20. [==========================100.0%==========================] No component store corruption detected.
  21. The operation completed successfully.
  22.  
  23. C:\Windows\system32>dism /online /cleanup-image /restorehealth
  24.  
  25. Deployment Image Servicing and Management tool
  26. Version: 10.0.18362.900
  27.  
  28. Image Version: 10.0.18362.900
  29.  
  30. [==========================100.0%==========================] The restore operation completed successfully.
  31. The operation completed successfully.
  32.  
  33. C:\Windows\system32>sfc /scannow
  34.  
  35. Beginning system scan. This process will take some time.
  36.  
  37. Beginning verification phase of system scan.
  38. Verification 100% complete.
  39.  
  40. Windows Resource Protection did not find any integrity violations.
  41.  
  42. C:\Windows\system32>chkdsk /scan
  43. The type of the file system is NTFS.
  44. Volume label is Windows.
  45.  
  46. Stage 1: Examining basic file system structure ...
  47. 1504768 file records processed.
  48. File verification completed.
  49. 11211 large file records processed.
  50. 0 bad file records processed.
  51.  
  52. Stage 2: Examining file name linkage ...
  53. 9815 reparse records processed.
  54. 1854120 index entries processed.
  55. Index verification completed.
  56. 0 unindexed files scanned.
  57. 0 unindexed files recovered to lost and found.
  58. 9815 reparse records processed.
  59.  
  60. Stage 3: Examining security descriptors ...
  61. Security descriptor verification completed.
  62. 174677 data files processed.
  63. CHKDSK is verifying Usn Journal...
  64. 34959576 USN bytes processed.
  65. Usn Journal verification completed.
  66.  
  67. Windows has scanned the file system and found no problems.
  68. No further action is required.
  69.  
  70. 975668662 KB total disk space.
  71. 627773124 KB in 1244146 files.
  72. 464776 KB in 174678 indexes.
  73. 0 KB in bad sectors.
  74. 1641174 KB in use by the system.
  75. 65536 KB occupied by the log file.
  76. 345789588 KB available on disk.
  77.  
  78. 4096 bytes in each allocation unit.
  79. 243917165 total allocation units on disk.
  80. 86447397 allocation units available on disk.
  81.  
  82. C:\Windows\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement