Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. C:\WINDOWS\system32>SFC /scannow
  3.  
  4. Beginning system scan. This process will take some time.
  5.  
  6. Beginning verification phase of system scan.
  7. Verification 100% complete.
  8.  
  9. Windows Resource Protection did not find any integrity violations.
  10. C:\WINDOWS\system32>DISM /Online /Cleanup-Image /ScanHealth
  11.  
  12. Deployment Image Servicing and Management tool
  13. Version: 10.0.18362.1
  14.  
  15. Image Version: 10.0.18362.592
  16.  
  17. [==========================100.0%==========================] No component store corruption detected.
  18. The operation completed successfully.
  19. C:\WINDOWS\system32>DISM /Online /Cleanup-Image /CheckHealth
  20.  
  21. Deployment Image Servicing and Management tool
  22. Version: 10.0.18362.1
  23.  
  24. Image Version: 10.0.18362.592
  25.  
  26. No component store corruption detected.
  27. The operation completed successfully.
  28. C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth
  29.  
  30. Deployment Image Servicing and Management tool
  31. Version: 10.0.18362.1
  32.  
  33. Image Version: 10.0.18362.592
  34.  
  35. [==========================100.0%==========================] The restore operation completed successfully.
  36. The operation completed successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement