Location:
State:
Carrier
Country
Status

Small typo?


I have a Lenovo W530 laptop, that started with Windows 7 Pro, then got upgraded to Windows 8, then 8.1, and now 10 Pro.

I have the factory setup disks for only 7 and 8.

I ran DISM and it says the source files could not be found. From a similar problem several months ago, I sort of know how to work with DISM, but if it is looking for Windows 10 files, where would I point DISM ?

My next step is to use the log files, and attempt to find which files are corrupted.

you can download windows 8.1 setup media >

you can download windows 10 setup media >

you can download windows 10 setup media ISO >

Thanks for the quick reply. One option is to take your third suggestion, burn that to a DVD, point DISM to the DVD, and run it.

Can I somehow just point DISM at a Microsoft.com location and run it that way? That would be a simpler way, if I didn't have a windows DVD available.

Just to confirm, DISM is only looking for Microsoft files, not manufacturer files (in my case, Lenovo), right?

Mount the Windows 10 ISO and copy the big 3+ gb install.wim file from the Sources directory. Some people make a separate partition for this. Then point DISM to the install.wim file:

Dism /Online /Cleanup-Image /RestoreHealth /wim:D:sourcesinstall.wim:1 /limitaccess

Replace the portion in red with the path to where you copy install.wim to.

I think I'm missing something.
Download the ISO - fine.
Burn a DVD - fine.

But I don't understand what I am to copy - don't I just point DISM to the DVD ?

I think I'm missing something.
Download the ISO - fine.
Burn a DVD - fine.

But I don't understand what I am to copy - don't I just point DISM to the DVD ?
In a previous post you asked, "Can I somehow just point DISM at a Microsoft.com location and run it that way? That would be a simpler way, if I didn't have a windows DVD available. "

The source DISM uses is the install.wim file. You now have that install.wim file on the DVD you created in the sources directory of that DVD. You can point DISM to install.wim on the DVD - OR - you can copy that install.wim file to wherever you want and point DISM to wherever you copy it. If you want it to be available without having the DVD then copy install.wim to your computer somewhere and point DISM to where it is at on your computer. If you have an external hard drive you use for backups then copy the install.wim file to the external hard drive and point DISM to that.

As far as I know, there is no location on a Microsoft website that you can point DISM to.

I created the DVD, am traveling now, and will try it out later today.

I tried to find out the specific problem, as I went through the log file, but couldn't find it while searching for "corrupt". Is there a web link that explains how to analyze the log file?

Mount the Windows 10 ISO and copy the big 3+ gb install.wim file from the Sources directory. Some people make a separate partition for this. Then point DISM to the install.wim file:

Dism /Online /Cleanup-Image /RestoreHealth /wim:D:sourcesinstall.wim:1 /limitacess

Replace the portion in red with the path to where you copy install.wim to.
I think the last parameter should be /limitaccess with 2 letters c

I think the last parameter should be /limitaccess with 2 letters c
Umm. yep, probably :-) Thank you!

I have the DVD with me, but haven't had a chance to do this yet. Maybe tomorrow.

I assume I have to do the "scanhealth" before doing "restorehealth", right?

Small typo?