Windows 10: Error when trying to download the windows 10 image file

Discus and support Error when trying to download the windows 10 image file in Windows 10 Software and Apps to solve the problem; Hi, can anyone please tell me how to fix this error when trying to download the windows 10 image file, I keep getting a "we are unable to complete your... Discussion in 'Windows 10 Software and Apps' started by Tyler Trigo, Oct 26, 2024.

  1. Error when trying to download the windows 10 image file


    Hi, can anyone please tell me how to fix this error when trying to download the windows 10 image file, I keep getting a "we are unable to complete your request at this time"

    :)
     
    Tyler Trigo, Oct 26, 2024
    #1
  2. Kursah Win User

    Download Windows 10 TH/RS

    *Shadedshun :shadedshu:

    Dude, please stop bashing things you don't fully understand.

    SFC is the first step, System File Checker. That can fix many issues using various flags and knowing the context, and is a first step when there is doubt about system integrity. This is a simple utility and using SFC /Scannow will be the most commonly used flagged command for initial repair diagnostics. Takes a few minutes and is worth doing to resolve issues. While it can repair many issues, there's also many it cannot. That's where the next step comes in should you need it.

    DISM, or Deployment Image Servicing and Management, is the big gorilla in Windows OSes for repairs and image management. It has a wide variety of uses from image capture and deploy to repair.

    The common command for DISM was DISM /Online /Cleanup-Image /RestoreHealth,

    Just running this can result in a system being repaired, but since the launch of Windows 10, the image check has become more complicated, requiring you have the Install.WIM file available for the OS version you're trying to repair. This is relatively, though with Microsoft's deployment of Windows 10, most ISO's you get from them have an Install.ESD that must be converted to a .WIM file. Pretty easy to do with a command in CLI or Powershell.

    I typed up an article about this in the past...I'll go ahead and share it here for a series of steps a person could take to repair OS corruptions in Windows 8, 8.1 and 10. It's not hard to do, but takes some attention to detail, being able to handle command line (which is easy), and a little patience.

    I've personally fixed/repaired dozens if not hundreds of systems with these utilities, because simply... THEY WORK. How do I know? Because I'm a systems and network professional that has to manage 100s of Windows PCs ranging from XP to 10, and where we can use these utilities to repair corruption, we save a ton of time. My technicians, bench guys and engineers all know and use the hell out of these utilities.

    I find it hard to accept your statement above as something acceptable to even say here, it clearly shows your lack of experience with using the repair utilities SFC and DISM correctly or looking into what the failures were and how to fix them appropriately. Nor is that kind of crap even what TPU is or has ever really been about, and being such a long time member I would have expected you know that...though you've always been that way so maybe it's just habitual...surely not helpful to anyone else participating in this thread, or even yourself.

    The OS is literally telling you what is wrong and where it's keeping the information so you can look into it further, that's not whining, that's stating facts. Nice try though. If you don't want to learn how to fix OS corruption, don't blame the OS or tools, blame yourself and shut up about it, and don't bitch about the OS utilities whining...LOL, because in reality wouldn't your bitching mean you're whining??? *Slap :slap:

    So knock that shit off and let's fix the issues instead k? *Wink Error when trying to download the windows 10 image file ;)
     
    Kursah, Oct 26, 2024
    #2
  3. Ahhzz Win User
    Windows 10 Tweaks

    Pressing “Windows+Pause Break” (it’s up there next to scroll lock) opens the “System” Window.

    Windows 10: In the new version of Windows, Explorer has a section called Quick Access. This includes your frequent folders and recent files. Explorer defaults to opening this page when you open a new window. If you’d rather open the usual This PC, with links to your drives and library folders, follow these steps:

    • Open a new Explorer window.
    • Click View in the ribbon.
    • Click Options.
    • Under General, next to “Open File Explorer to:” choose “This PC.”
    • Click OK


    credit to Lifehacker.
     
    Ahhzz, Oct 26, 2024
    #3
  4. MrGenius Win User

    Error when trying to download the windows 10 image file

    Download Windows 10 TH/RS

    Well this has been an interesting adventure. I tried installing KB4034450 the way I thought I knew how.

    Command Prompt (Admin)
    Code: dism /online /add-package:C:\folder\windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c[/quote] No go. Error: 3
    Spoiler: Error: 3 Microsoft Windows [Version 10.0.15063]
    (c) 2017 Microsoft Corporation. All rights reserved.

    C:\WINDOWS\system32>dism /online /add-package:C:\folder\windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c

    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0

    Image Version: 10.0.15063.0

    An error occurred trying to open - C:\folder\windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c Error: 0x80070003
    An error occurred trying to open - C:\folder\windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c Error: 0x80070003

    Error: 3

    An error occurred trying to open - C:\folder\windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c Error: 0x80070003

    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

    C:\WINDOWS\system32>
    I thought "that's odd...I wonder what I'm doing wrong there?" Let me google and see if I can figure this out. So I did and I found the following page.

    How to Install a CAB File in Windows 10

    So there's a couple different ways it can be done. Install using Context Menu or install in Command Prompt. O.k. Let's try the Context Menu option. Right click on the .cab file...no install available. Alright skip that option. Let's try Command Prompt again instead. Oh...I see what I was doing wrong! There's some text and " " missing from the command I used before that worked. SYNTAX ERROR. Let's fix that by adding in the PackagePath bit and putting the " " at the beginning and end of the full path of the .cab file's location. That should do it.

    Code: dism /online /add-package /packagepath:"C:\folder\windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c"[/quote] WRONG! Still no go. Error: 3. WTF? *Wtf :wtf: Why is this not working? *Confused Error when trying to download the windows 10 image file :confused:

    Is it because there's no ".cab" in the file name? Renamed file to windows10.0-kb4034450-x64_78804edc91a628bd0d96843ae77196cc35a7da4c.cab. Try again. Nope! That didn't do it either.

    Alright...fine then. Let's try it the other way. How's that work?

    How to Add or Remove Install CAB Context Menu in Windows 10

    SUCCESS!!! I FINALLY got the damn thing to install! *Toast :toast:


    Error when trying to download the windows 10 image file 448-png.png
     
    MrGenius, Oct 26, 2024
    #4
Thema:

Error when trying to download the windows 10 image file

Loading...
  1. Error when trying to download the windows 10 image file - Similar Threads - Error trying download

  2. Error when trying to download the windows 10 image file

    in Windows 10 Gaming
    Error when trying to download the windows 10 image file: Hi, can anyone please tell me how to fix this error when trying to download the windows 10 image file, I keep getting a "we are unable to complete your request at this time"...
  3. Error when trying to download the windows 10 image file

    in Windows 10 Installation and Upgrade
    Error when trying to download the windows 10 image file: Hi can anyone please tell me how to fix this error when trying to download the windows 10 image file, I keep getting a we are unable to complete your request at this time"...
  4. When i try to download Windows 11 iso image it says the following error:

    in Windows 10 Gaming
    When i try to download Windows 11 iso image it says the following error:: When i try to download Windows 11 from a ISO image it says the following error: We are unable to complete your request at this time. Some users, entities and locations are banned from using this service. For this reason, leveraging anonymous or location hiding technologies...
  5. When i try to download Windows 11 iso image it says the following error:

    in Windows 10 Software and Apps
    When i try to download Windows 11 iso image it says the following error:: When i try to download Windows 11 from a ISO image it says the following error: We are unable to complete your request at this time. Some users, entities and locations are banned from using this service. For this reason, leveraging anonymous or location hiding technologies...
  6. Error message when trying to download windows 11 .iso file

    in Windows 10 Software and Apps
    Error message when trying to download windows 11 .iso file: I've tried from all 3 of my Microsoft accounts to download the windows 11 .iso file. I need it to reinstall on my computer that's not working from a bootable usb. I just need my accounts to be unblocked or whatever is stopping me from downloading. The error message reads like...
  7. Trying to Download "Windows 10 Disc Image ISO File" but it pops up with an Error

    in Windows 10 BSOD Crashes and Debugging
    Trying to Download "Windows 10 Disc Image ISO File" but it pops up with an Error: I've been trying for a couple of hours now to get the Windows 10 disc image ISO File for my MacOS El Captain 10.11.6 but it pops up with an error it says 715-123130 and Transaction ID after I select my Language and click confirm. Ive been trying to solve this problem for a...
  8. windows image file download

    in Windows 10 Updates and Activation
    windows image file download: where do I find windows image file and how can I copy it? https://answers.microsoft.com/en-us/windows/forum/all/windows-image-file-download/10ee3bd1-6b98-410f-bae2-067538a7f587"
  9. Error when trying to open an image file in Windows 10.

    in Windows 10 BSOD Crashes and Debugging
    Error when trying to open an image file in Windows 10.: Hello, so all of the sudden whenever I try to open an image file i get the following error message: C:\Users\[my username]\Desktop\[file's name] File system error (-2147219196). This error only seems to happen when I'm trying to open the image with the default windows 10...
  10. Error when trying to open an image file in windows 10.

    in Windows 10 Support
    Error when trying to open an image file in windows 10.: Hello, so all of the sudden whenever I try to open an image file i get the following error message: C:\Users"my username"\Desktop"file's name" File system error (-2147219196) . Does anyone have any idea how to fix this? Regards. 114392