Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. adric

    adric MDL Expert

    Jul 30, 2009
    1,251
    1,324
    60
    When I Remove-AppxProvisionedPackage, everything is removed except
    Microsoft.VCLibs.140.00 Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
    which is not listed in the .1288 LTSC. Can this be removed otherwise, or does it have to be left in?
     
  2. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,411
    1,192
    60
    keep installed because some apps need, all credit to xinso for the info.;)
     
  3. adric

    adric MDL Expert

    Jul 30, 2009
    1,251
    1,324
    60
    Apparently it wasn't needed in the .1288 LTSC. You mentioned back then that you were glad you asked about that package, because you previously always removed it. How did you do that?
    If you try with powershell, there is no error, but it is not removed and still listed.
     
  4. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,411
    1,192
    60
    Code:
    cd "C:\mount\Program Files\WindowsApps"
    
    TAKEOWN /F Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe /a /r /d y
    ICACLS Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe /grant administrators:F /T
    RMDIR /q /s Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
    
    Powershell -Command "Get-AppXProvisionedPackage -Path C:\mount | Remove-AppxProvisionedPackage -Path C:\mount"
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,684
    13,687
    340
  6. example12345678912345678

    example12345678912345678 MDL Senior Member

    Dec 29, 2019
    498
    231
    10
    Where I can obtain PSFX LCU files? I'm not still managed to find them.
    Can you give me a example link? If not allowed here, please give a link to me on a PM.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    318
    373
    10
  8. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,728
    2,666
    120
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,684
    13,687
    340
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,684
    13,687
    340
  11. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    289
    269
    10
    Question : Any chance we can build an 19041.1 as a Starter edition or an idea how to slim down a Core edition to act as a Starter without all the crap bloatware ?
     
  12. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,380
    1,604
    90
    yes use windows 10 home single language / remove all store with powershell and after add windows 10 starter with good key
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. adric

    adric MDL Expert

    Jul 30, 2009
    1,251
    1,324
    60
    #5735 adric, Nov 30, 2021
    Last edited: Nov 30, 2021
    I posted a similar question to this in the current LTSC 2021 discussion thread, but I'm not sure it belongs there because I'm using a reconstructed .1 2021 LTSC and I apologize if this is considered cross-posting. My problem is that scanning the constructed image including updates shows no integrity violations, whereas scanning after the image is installed, does. The CBS.log is clean and doesn't indicate what's wrong though. Any ideas what the problem is?

    Code:
    Included in image::
    Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4455.1
    Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
    Package_for_KB5007401~31bf3856ad364e35~amd64~~19041.1378.1.1
    Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1387.1.12
    Package_for_ServicingStack_1371~31bf3856ad364e35~amd64~~19041.1371.1.0
    
    c:\>dism /Mount-Wim /WimFile:x:\$W0\$0_WUI\x64\_LTSC_21H2\LTSC+11.wim /index:1 /mountdir:d:\Offline
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    c:\>sfc /VERIFYONLY /OFFWINDIR=d:\offline\windows /OFFBOOTDIR=d:\offline
    
    Beginning system scan.  This process will take some time.
    
    There is a system repair pending which requires reboot to complete.  Restart
    Windows and run sfc again.
    
    ****** Removed pending.xml caused by enabling, NET 3.5 feature ******
    
    c:\>sfc /VERIFYONLY /OFFWINDIR=d:\offline\windows /OFFBOOTDIR=d:\offline
    
    Beginning system scan.  This process will take some time.
    
    Windows Resource Protection did not find any integrity violations.
    
    ************ Installed image ***************
    
    c:\>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection found corrupt files and successfully repaired them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    
    c:\>findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails1.txt
    
    No errors in extracted txt file. CBS.log looks clean too.
    

    I ran one last test while the subject system was offline. No errors - only when LTSC is running. Go figure. :weeping:

    Code:
    Microsoft Windows [Version 10.0.14393]
    (c) 2016 Microsoft Corporation. All rights reserved.
    
    c:\>sfc /VERIFYONLY /OFFWINDIR=q:\windows /OFFBOOTDIR=q:\
    
    Beginning system scan.  This process will take some time.
    
    Windows Resource Protection did not find any integrity violations.
    
     
  14. example12345678912345678

    example12345678912345678 MDL Senior Member

    Dec 29, 2019
    498
    231
    10
    I don't know why, but all I found are these files:
    Code:
    Windows10.0-KB5003838-x64-baseless.cab
    Windows10.0-KB5003838-x64-baseless.psf
    Windows10.0-KB5003839-x64-baseless.cab
    Windows10.0-KB5003839-x64-baseless.psf
    And I don't think they're the files I need to obtain.
    I'm using the build: 21382.1000.co_release_svc_prod1.210511-1436.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,684
    13,687
    340
  16. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    289
    269
    10
    #5738 balanadi, Nov 30, 2021
    Last edited: Dec 3, 2021
    Many thanks
     
  17. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,380
    1,604
    90
    Download windows home from uup dump and choose and create additionnal edition

    Choose core single language / copie windows 10 starter certificate and past key

    After past powershell script to remove all appx
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    269
    94
    10
    windows 10 starter won't activate