How to tell if Integrated image/install ok??

  • Thread starter Thread starter mechanical
  • Start date Start date
M

mechanical

Guest
Good day,

So I just made an up to date windows 7 x64 multiple edition image. Tried home premium, seemed to install ok. Going to try professional now.

Is there anything to look for or any tests to determine if install/iso/image ok?? Would checking the event viewer for errors be worthwhile?

Thanks
 
event log viewer will always give errors from time to time, its not that important.... you cant create perfect computer. it it installs fine and works fine then don't bother
 
Event log can be noisy on an intact Windows as well, you would need to know in advance what is normal and what to ignore.

If you "just" integrated updates, then it was using Windows APIs to do so (DISM), so it would not even pass if something was wrong.

That said, you can do these 2 commands as well, but sometimes even on full Windows they return errors, in which case check the logs and google around, or ask here if something is stuck:
sfc /scannow
Dism /Online /Cleanup-Image /ScanHealth

And then Windows Update, to see if you're all updated - note that changing Feature states can re-trigger updates.
 
Thanks for the feedback.

edit

Ran both scans as you suggested nuhi, came back all good.
 
Last edited by a moderator:
Back
Top