1. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    sure you've got the sfc errors,
    but there's a plus for using media from msft directly.
    1.
    longer times between releaces of media, this gives msmg more time to debug and what have you gain new components,
    2.
    simpler for the end user to get the iso.
    not sure about 2.
     
  2. Panco1

    Panco1 MDL Junior Member

    Dec 29, 2014
    55
    44
    0
    Up
     
  3. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    If I'm not wrong you can remove components from monthly refreshed source ISO(say, 19045.3324) but you can't integrated Windows Language Packs/ Drivers/ Features, etc if you follow MSMG ToolKit's Readme.txt
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. OpenSourceGhost

    OpenSourceGhost MDL Member

    Feb 14, 2022
    170
    24
    10
    Huge thanks!

    Any chance of moving away from NSudo? It requires Debug privilege/permission, which many disable to prevent Mimikatz attacks.
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #26306 inTerActionVRI, Sep 14, 2023
    Last edited: Sep 15, 2023
    @MSMG,

    I found this detail that could be a potential problem.

    The finding of the variable "%ImageDefaultLanguage%" with the Windows version "~10.0" in package names ends up forming a parameter output variable in the function that looks like this: "%ImageDefaultLanguage%~10.0."
    I haven't tested it to be sure if it will cause any damage. But since this was visible, it can be worked around with this:
    %ImageDefaultLanguage%*10.0.
    %ImageDefaultLanguage%*11.0. (in the future... who knows?)
    %ImageDefaultLanguage%*12.0. (in the future... who knows?)

    So since %~1 is a parameter output. If nothing is passed to it, it will be represented as empty.
    The solution would be to check each occurrence of:
    %~10.0.
    and replace with:
    %*10.0.

    EDIT:
    hehehe %* is the output of all parameters. I don't know how to improve this. It is tricky. Leave it alone. But keep this in mind in case you need to do something about it.
    If anyone has any ideas...
     
  6. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    @MSMG , In Toolkit 13.6 line 27:

    echo.Current Tooolkit directory contains spaces in its path.

    it should be

    echo.Current Toolkit directory contains spaces in its path.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Zeepachi

    Zeepachi MDL Novice

    May 9, 2023
    17
    2
    0
    Why in the new version there's only two items on the Internet list?
     
  8. chev7

    chev7 MDL Novice

    Dec 7, 2019
    22
    2
    0
    Hello guys, has anyone been able to activate the uwp appx microsoft store license offline?
     
  9. sakatgg

    sakatgg MDL Novice

    Jun 18, 2020
    33
    17
    0
  10. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    yes, more 1
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    #26314 haris_mdlf69, Sep 17, 2023
    Last edited: Sep 17, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    #26315 bala1, Sep 17, 2023
    Last edited: Sep 17, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
  15. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. chintu9192

    chintu9192 MDL Novice

    Aug 11, 2021
    11
    1
    0
  17. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    Code:
    Automated script to install or integrate updates for:
    - Windows 10
    - Windows 11
    - Windows Server 2016, 2019, 2022
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...