[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. redsunset

    redsunset MDL Member

    Mar 16, 2022
    189
    90
    10
    #5901 redsunset, Aug 20, 2025 at 20:47
    Last edited: Aug 20, 2025 at 20:55
    Yes, that's how I ran the script at first. But I now think that maybe it's a Windows issue, as even the script from the old local uup dump app won't detect admin rights.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,611
    112,527
    450
    I saw a opened command window with the call for the script.

    Probably tinkered with the rights, is many times the cause for these rights problems.

    I can't answer to this because i dunno what you mean exactly.

    But that all aside:

    Try it this way in a cmd prompt:
    Code:
    uup_download_windows.cmd 49127c4b-02dc-482e-ac4f-ec4d659b7547
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. redsunset

    redsunset MDL Member

    Mar 16, 2022
    189
    90
    10
    I ran the script as normal with double click, and right click>run as admin, and accepted the UAC prompt, but the output was the same as in the mage. So then I ran it manually through elevated cmd.exe to show that it was indeed running as admin. I meant this app
    https://forums.mydigitallife.net/th...11-uups-with-ease.75052/page-243#post-1781105

    The command you provided helped me realize where the issue was. I thinkered with powershell some time back and removed it from PATH in favor of pwsh. I only replaced powershell with pwsh in the script and it's currently running. Thanks @Enthousiast
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,611
    112,527
    450
    Let's see how far the script runs, the dev replied to me that the script should run ps in more places.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. redsunset

    redsunset MDL Member

    Mar 16, 2022
    189
    90
    10
    #5905 redsunset, Aug 20, 2025 at 21:44
    Last edited: Aug 20, 2025 at 21:51
    There was at least one error before the converter phase, about 'findstr'. But the script did generate the iso in the end
    27928.1.250815-1403.BR_RELEASE_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO
    Currently installing in vmware

    Also, with pwsh it has to be ran manually as .\
    uup_download_windows.cmd 49127c4b-02dc-482e-ac4f-ec4d659b7547
    otherwise it won't work

    I've added the normal powershell back to PATH to avoid this issue in the future.