Location:
State:
Carrier
Country
Status

Copy WinSXS file to usb drive


I have two desktops - exactly same specs - Windows 10 10240. One runs SFC Scannow showing no corruption and DISM with no errors. The other has corruption but SFC can't fix and Dism can't find source files. My thinking is if I can use the 1st pc's WinSXS files to run DISM, maybe I can get the 2nd one straightened out. Problem is, when I try to copy 1st pc's WinSXS to a usb drive, it won't complete. Is there a way to do this? Also, am I on the right track overall? Appreciate any insight and help. Thanks

I have two desktops - exactly same specs - Windows 10 10240. One runs SFC Scannow showing no corruption and DISM with no errors. The other has corruption but SFC can't fix and Dism can't find source files. My thinking is if I can use the 1st pc's WinSXS files to run DISM, maybe I can get the 2nd one straightened out. Problem is, when I try to copy 1st pc's WinSXS to a usb drive, it won't complete. Is there a way to do this? Also, am I on the right track overall? Appreciate any insight and help. Thanks
If you have the two computers on the same WLAN or wired network, try sharing the C:WindowsWINSXS folder on the "good" PC with "READ" for "Everyone" with a Share name of "WINSXS-Good", then open an Administrative Command Prompt on the "bad" computer and map a drive, let's use the letter "R" for "Repair" to the "good" computer, e.g.:

net use R: \<goodcomputername>WINSXS-Good <-- Obviously you need to replace <goodcomputername> with the appropriate one for the "good" computer.

Then on the "bad" computer use:

DISM /online /cleanup-image /restorehealth /R:

When that has finished, if all has gone though successfully, then run, (on the same computer):

SFC /SCANNOW

...and let that complete.

Hope that helps.

Don't forget to go back to the "Good" Computer and stop sharing the folder/remove "Everyone" READ at a minimum.

Cheers,

G.

If you have the two computers on the same WLAN or wired network, try sharing the C:WindowsWINSXS folder on the "good" PC with "READ" for "Everyone" with a Share name of "WINSXS-Good", then open an Administrative Command Prompt on the "bad" computer and map a drive, let's use the letter "R" for "Repair" to the "good" computer, e.g.:

net use R: \<goodcomputername>WINSXS-Good <-- Obviously you need to replace <goodcomputername> with the appropriate one for the "good" computer.

Then on the "bad" computer use:

DISM /online /cleanup-image /restorehealth /R:

When that has finished, if all has gone though successfully, then run, (on the same computer):

SFC /SCANNOW

...and let that complete.

Hope that helps.

Don't forget to go back to the "Good" Computer and stop sharing the folder/remove "Everyone" READ at a minimum.

Cheers,

G.
Thanks - I really appreciate your reply. I finally got this sorted out in another forum. However if it ever happens again, I am putting this in a file, to refer to, in the future. Knowing me, I'm sure it will happen again sometime. Thanks.

Copy  WinSXS file to usb drive