abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,775
    94,680
    340
    #3781 abbodi1406, Sep 7, 2025 at 21:42
    Last edited: Sep 7, 2025 at 21:47
    (OP)
  2. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,979
    4,217
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,942
    113,857
    450
    Yep.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,979
    4,217
    60
    yeah, that KB5054156
    W10UI integrates only SSU and SafeOS updates
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,775
    94,680
    340
    winre.wim never should get LCU, but they did add it, then they did not

    even boot.wim should not get EP :rolleyes:
     
  6. adric

    adric MDL Expert

    Jul 30, 2009
    1,461
    1,682
    60
    Configured Options in W10UI.ini

    I am trying to understand the configured options that get listed when installing an LCU.
    I'm not sure why some defaults are listed such as SkipWebView, etc. while others configured
    such as SkipEdge are not.

    After installing an LCU, my Component store is broken again (Dism error 3) and I think it may be related to
    Webview again, talked about here.
    I'm wondering if I'm using the ini incorrectly which may be causing my issue with dism.
    Code:
    ============================================================
    Configured Options...
    ============================================================
    
    Cleanup
    ResetBase
    UpdtBootFiles
    SkipWebView
    AddDrivers
    AutoStart
    UseWimlibb
    
    My build ini for Educ
    Code:
    [W10UI-Configuration]
    Target        =
    Repo          =u:\$W1\$0_WUI\x64\2022_educ\Repo-Dir
    DismRoot      =dism.exe
    Net35         =0
    Net35Source   =
    Cleanup       =1
    ResetBase     =1
    LCUwinre      =0
    WinRE         =1
    LCUmsuExpand  =0
    UpdtBootFiles =0
    SkipEdge      =1
    SkipWebView   =0
    UseWimlib     =0
    WimCreateTime =0
    _CabDir       =d:\W10UItemp
    MountDir      =d:\W10UImount
    WinreMount    =d:\W10UImountre
    wim2esd       =0
    wim2swm       =0
    ISO           =0
    ISODir        =
    Delete_Source =0
    AutoStart     =0
    AddDrivers    =0
    Drv_Source    =\Drivers
    
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,775
    94,680
    340
    @adric
    SkipEdge is auto-off for builds 20348+
     
  8. adric

    adric MDL Expert

    Jul 30, 2009
    1,461
    1,682
    60
    #3788 adric, Sep 10, 2025 at 23:12
    Last edited: Sep 10, 2025 at 23:31
    Sorry, I didn't understand your Edge reply(do you mean not listed?). I restored a good image and ran the 09 dotnet and LCU update msu files on 22621.1 and the component store is still ok. My ini for W10UI must be causing a problem, but I don't know what. Do the options listed by the cmd above make sense compared to the ini I used?

    Also, can the missing blank lines in my W10UI.ini cause problems since the format is not 1 to 1
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,775
    94,680
    340
    SkipEdge is auto-set to 0 if the image is build 20348 or later, therefore it does not show under "Configured Options..."

    SkipWebView does not get enabled on its own