Couldn't specify source location error Powershell.

  • Thread starter Deleted member 1579859
  • Start date
D

Deleted member 1579859

Guest
So my windows start menu stopped working, I eventually got it fixed by reinstalling Windows apps. But before this I tried another fix where I had to download some files to fix it. I used the bottom fix on the fourth fix here: http://home.bt.com/tech-gadgets/computing/has-your-windows-10-start-menu-stopped-working-here-are-four-ways-to-fix-it-11364000314532

I don't need to fix the start menu anymore but what does "Couldn't specify source location" mean?

Did it download something or couldn't it find anything?

Any help is appreciated.
 
Solution
DISM uses two sources, it either takes them via download from windows update or it looks for a mounted ISO. Since you only had the windows update source, it could be you should run the command I showed you and it would answer the question once and for all.

Colif

Win 11 Master
Moderator
How did I know you were asking about DISM??

The source it is talking about is an ISO copy of windows 10 to get fresh new copies of the files it couldn't fix. See below:
Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

It would only work if you have anniversary edition of win 10 as ISO matches it, and the ISO has to be same version as what you have installed.

if you run it, redo sfc /scannow afterwards and it will fix anything it couldn't.

DISM cleans the image that Reset and SFC would use.
 
D

Deleted member 1579859

Guest


Does that mean that it downloaded something even if it failed or that it didn't? Like, did anything happen at all?

 
D

Deleted member 1579859

Guest


Weird, because it showed a progress bar. So it's all fine right?
 
D

Deleted member 1579859

Guest


I'm talking about the progress bar on the download thing, not the scan.

 
D

Deleted member 1579859

Guest


It was the download that failed, it came with an error saying that it couldn't specify location error, and that I had to specify it or something like that. I just want to know if it downloaded anything, or if I broke something.
 
D

Deleted member 1579859

Guest

Yeah.

 

Colif

Win 11 Master
Moderator
To fix that, you follow the steps i set out in my original post. DISM will either download files from windows update or request another source which is the iso file i linked to above.

But before you do that, are you running the Anniversary update for Win 10? It was released last month and is a new version of win 10. If you are, then the dism command will work, but if you aren't, go here and click update now, and it will download the upgrade assistant that you can run to get latest version.

the update will fix dism if you don't have it yet
 
D

Deleted member 1579859

Guest


Well, I had the problem of the start menu not working. But I fixed that after I tried to download the files that would fix it. I just want to know if it downloaded anything. Like if it broke something.

 
D

Deleted member 1579859

Guest


So nothing was downloaded and nothing was broken even though the download failed?
 
D

Deleted member 1579859

Guest


Do you mean the scan?
 
D

Deleted member 1579859

Guest


Well, I don't need to fix anything, I just wanted to know if the download thing did anything. Did it download anything, do I have anything to be worried about? Or is it fine?
 
D

Deleted member 1579859

Guest


Well, that error happened so it wouldn't have got anything right?
 
D

Deleted member 1579859

Guest


The errors in the log around the time I did the download thing says that the source files couldn't be found and that their location need to be specified. Does the source files refer to the files that would've been replaced? Does that mean that it couldn't find the location so it didn't actually download anything?

 

Colif

Win 11 Master
Moderator


Yes, that sounds like it didn't do anything. The download failed. whatever files it wanted to replace are still on your PC.
 
D

Deleted member 1579859

Guest


But the files it wanted are Windows update files right?