Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,145
    4,487
    90
    it was well known a few years ago, but anyway this is from the script itself (search for the "bin64")

    Code:
    if not defined _wimlib (
    if exist "wimlib-imagex.exe" set _wimlib="!_work!\wimlib-imagex.exe"
    if exist "bin\wimlib-imagex.exe" set _wimlib="!_work!\bin\wimlib-imagex.exe"
    if /i %xOS%==amd64 if exist "bin\bin64\wimlib-imagex.exe" set _wimlib="!_work!\bin\bin64\wimlib-imagex.exe"
    )