1. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
  2. Panco1

    Panco1 MDL Junior Member

    Dec 29, 2014
    56
    47
    0
    Can i disable info in component remove ? To big for my screen
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    UUPdump, I think and hope, will always be available in one way or another, so I think the issue wouldn't be the fact of being able to use the local server.

    I think his proposal is good.

    You can always count on a direct ISO from MS for download.

    Now, in the case of UUPdump, when it is under maintenance, if the user does not know this site as a resource to build an ISO with downloads of the parts directly from MS, and does not have a .1 available, that user will not be able to use the Toolkit due to lack of support in an ISO downloaded from MS. For someone new to the Toolkit, it is more intuitive for that person to get an ISO already downloaded from MS, and want to come and use the Toolkit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #26284 inTerActionVRI, Sep 13, 2023
    Last edited: Sep 13, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    hi
    @inTerActionVRI
    I use openshel as my startmenu replacement.
    far better than the native

    start menu in my book.
     
  6. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    #26287 haris_mdlf69, Sep 14, 2023
    Last edited: Sep 14, 2023
    My main concern is that all monthly refreshed source ISO images contains the SFC ghost error and the only way to fix it is by running the sfc /scannow command once.
    That's why I only download the base ISO(say 19041.1) from UUP dump and download latest updates from below
    https://forums.mydigitallife.net/th...h1-22h2-vb_release.80763/page-16#post-1571109
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    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.
     
  8. Panco1

    Panco1 MDL Junior Member

    Dec 29, 2014
    56
    47
    0
    Up
     
  9. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    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...
  10. 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.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #26293 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...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    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...
  13. Zeepachi

    Zeepachi MDL Novice

    May 9, 2023
    18
    2
    0
    Why in the new version there's only two items on the Internet list?
     
  14. 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?
     
  15. sakatgg

    sakatgg MDL Junior Member

    Jun 18, 2020
    66
    40
    0
  16. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. 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...