[ARCHIVED] Windows Editions Reconstruction Project

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

Thread Status:
Not open for further replies.
  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1841 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    Yes. That's a blank package for N.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1842 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    Test it yourself (The first one won't work).

    Feature update to Windows 10, version 21H1 (19043.844) amd64

    (Without updates, each and every build is the very same. So just pick a latest one that works - depending on whether or not you need the updates. i.e. 19041\19042\19043 links are all fine.)
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1843 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    What is gonna happen to Windows Update on the PURE 19041.1 Pro without any Fod add-ons?

    Result: OK
     
  4. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,568
    2,607
    60
    What are the pros and cons of Remove-package vs Remove-Capability?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1845 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    For remova method, no difference. But Capability may be package, yet it is FOD, not the regular ones we talk about system.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
  7. No matter which ISO I try, I get 'Element not found' error with the whatever127''s script, and '
    The specified package is not valid Windows package.' with your script. Can you link an ISO which worked for you?
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1848 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    With my script, you just:

    1. delete 19041.1_Pro_to_EntG_amd64_en-US\lp
    2. copy microsoft-windows-client-languagepack-package_en-us-amd64-en-us.esd to 19041.1_Pro_to_EntG_amd64_en-US
    3. with 7-Zip, extract microsoft-windows-client-languagepack-package_en-us-amd64-en-us.esd to microsoft-windows-client-languagepack-package_en-us-amd64-en-us
    4. rename microsoft-windows-client-languagepack-package_en-us-amd64-en-us as lp

    5. Extract en-US amd64 19041.1 pro' install.wim to 19041.1_Pro_to_EntG_amd64_en-US

    6. Right-Click Start-Me-As-Admin.cmd, and select "run as administrator"

    That's it.
    Code:
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    Current Edition is : EnterpriseG
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.19041.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\19041.1_Pro_to_EntG_amd64_en-US\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the NAME property of image 1 to "Windows 10 EnterpriseG".
    Setting the DESCRIPTION property of image 1 to "Windows 10 EnterpriseG".
    Setting the FLAGS property of image 1 to "EnterpriseG".
    Setting the DISPLAYNAME property of image 1 to "Windows 10 Enterprise G".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 10 Enterprise G".
    
     
  9. where to download en-US amd64 19041.1 pro.iso?
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
  11. SunLion

    SunLion MDL Addicted

    May 11, 2011
    687
    1,709
    30
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1853 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    Good. Did you read this:

    PS.
    1. The original EnterpriseG does not disable Windows Defender updates. To disable it, add this string ahead of unmount in Create.cmd, and save.
    Code:
    reg load HKLM\SOFTWARE1 %MT%\Windows\System32\config\SOFTWARE >NUL
    reg add "HKLM\SOFTWARE1\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f >NUL
    reg add "HKLM\SOFTWARE1\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f >NUL
    reg unload HKLM\SOFTWARE1 >NUL
    
    e.g. Create.cmd

    Before
    Code:
    echo.
    dism /english /scratchdir:temp /image:%MT% /cleanup-image /startcomponentcleanup /resetbase
    
    echo.
    dism /english /scratchdir:temp /unmount-wim /mountdir:%MT% /commit
    
    After
    Code:
    echo.
    dism /english /scratchdir:temp /image:%MT% /cleanup-image /startcomponentcleanup /resetbase
    
    reg load HKLM\SOFTWARE1 %MT%\Windows\System32\config\SOFTWARE >NUL
    reg add "HKLM\SOFTWARE1\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f >NUL
    reg add "HKLM\SOFTWARE1\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f >NUL
    reg unload HKLM\SOFTWARE1 >NUL
    
    echo.
    dism /english /scratchdir:temp /unmount-wim /mountdir:%MT% /commit
    
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1854 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    This is Windows Server Web Edition 2022 (base image of Server 2022 Desktop Experience)
    Code:
    Microsoft-Windows-Foundation-Package
    Microsoft-Windows-Product-Data-Package
    Microsoft-Windows-ServerCore-Package
    Microsoft-Windows-ServicingStack-Full-Package
    BCD-Template-Server-Package
    Microsoft-Windows-NetFx4-OC-Package
    Microsoft-Windows-ServerCore-WOW64-Package
    Microsoft-Windows-ServerCore-WOW64-Payload-Package
    Microsoft-Windows-NetFx3-Server-OC-Package
    PowerShell
    Microsoft-Windows-Server-Shell-Package
    Microsoft-Windows-IIS-WebServer-Core-Package
    MSMQ Server Package
    MSMQ Server WOW64 Package
    Microsoft-Windows-NetFx4-WCF-OC-Package
    ServerManager-Core
    Microsoft-Windows-Server-Gui-Mgmt-Package
    Microsoft-Windows-ServerCore-Server-Common-Package
    Microsoft-Windows-IdentityServer-STS-Core-Package
    Microsoft-Windows-ServerManager-Core-Package
    Microsoft-Windows-SoftwareInventoryLogging-Package
    Microsoft-Windows-EnhancedStorage-Package
    Microsoft-Windows-GroupPolicy-ServerTools-Package
    Microsoft-Windows-Server-Gui-RSAT-Package
    Microsoft-Management-Odata-Package
    Microsoft-Windows-BiometricFramework-Package
    Microsoft-Windows-BITSExtensions-Server-Package
    WindowsServerOnlineBackup-Package
    WindowsServerBackup-Package
    Microsoft-Windows-Branding-ServerWeb-Package
    Microsoft-Windows-Cortana-PAL-Desktop-Package
    FileServer-Package
    DFSR-Server-Core-Package
    Microsoft-Windows-DNS-Server-Full-Role-Package
    Microsoft-Windows-Editions-ServerWeb-Package-Update
    FSRMServices
    FSRMAll
    Microsoft-Windows-GroupPolicy-ClientExtensions-Package
    Microsoft-Windows-GroupPolicy-ClientExtensions-WOW64-Package
    Microsoft-Windows-GroupPolicy-ClientTools-Package
    Microsoft-Windows-GroupPolicy-ClientTools-WOW64-Package
    Microsoft-WID-Package
    Microsoft-Windows-IIS-WebServer-Server-Features-Package
    Microsoft-Windows-iSCSITarget-DiskProviders-Package
    Microsoft-Windows-iSCSITarget-PowerShell-Package
    Microsoft-Windows-Killbits-Package
    Microsoft-Windows-Killbits-WOW64-Package
    Microsoft-Windows-LightweightServer-Package
    Microsoft-Windows-MultipathIo-Package
    Microsoft-Windows-NetFx3-WCF-OC-Package
    Microsoft-Windows-NetFx-VCRedist-Package
    Microsoft-Windows-NetFx-VCRedist-WOW64-Package
    NetworkDiagnostics-DirectAccessEntry
    Microsoft-Windows-NetworkLoadBalancingFullServer-Package
    Microsoft-Windows-OneCore-Containers-Opt-Package
    Microsoft-Windows-PeerDist-Server-Package
    PowerShell-WOW64
    PowerShell-V2-Server
    PowerShell-V2-Server-WOW64
    Microsoft-Windows-PowerShellWebAccess-Package
    Microsoft-PowerShell-DSC-PullServer-Package
    Microsoft-Windows-Printing-Server-Print-Client-Package
    Microsoft-Windows-Printing-PrintToPDFServices-Package
    Microsoft-Windows-Printing-XPSServices-Package
    RemoteAssistance
    Microsoft-Windows-RemoteDesktop-UserModeRDProtocolStack-Package
    Microsoft-Windows-Security-SPP-Component-SKU-ServerWeb-Package
    Microsoft-Windows-ServerCore-EA-IME-Package
    Microsoft-Windows-ServerCore-EA-IME-WOW64-Package
    Microsoft-Windows-CoreSystem-BootEnv-Package
    Microsoft-Windows-ServerCore-SKU-Foundation-Package
    Microsoft-Windows-ServerCore-SKU-Foundation-WOW64-Package
    ServerManager-UX
    Server-Minimal-Drivers-Update
    Server-Modular-Drivers-Update
    Microsoft-Windows-Server-Psh-Cmdlets-Selectable-Package
    Microsoft-Windows-Smtpsvc-Admin-Package
    Microsoft-Windows-Smtpsvc-Service-Package
    Microsoft-Windows-SNMP-SC-Package
    Microsoft-Windows-StorageManagementService-Package
    Microsoft-Windows-Telnet-Client-Package
    Microsoft-Windows-TFTP-Client-Package
    Microsoft-Windows-VolumeActivation-Full-Role-Package
    Microsoft-Windows-WinOcr-Package
    Microsoft-Windows-WinRM-IIS-Extensions-Package
    WirelessNetworking
    Xps-Optional-Features
    Networking-MPSSVC-Rules-ServerEdition
    Server-Help-Package_ServerStandard
    Microsoft-Windows-Browser
    Microsoft-Windows-SmbBandwidthLimit
    Microsoft-Windows-Shell-Wallpaper-Common-Package
    Microsoft-Windows-CoreSystem-ManagementTools-Providers-Package
    Microsoft-Windows-BootEvent-Collector-Opt-Package
    Microsoft-Windows-Browser-Brokers-Package
    Microsoft-Windows-RemoteFS-Legacy-Package
    Microsoft-Windows-RemoteFS-Legacy-WOW64-Package
    Microsoft-Windows-Servicing-Full-Package
    Microsoft-Windows-Servicing-Core-X86-Package
    Microsoft-Windows-RDC-Package
    Microsoft-Windows-RDC-WOW64-Package
    
     
  14. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    147
    10
    So Web edition still exists? Also in Server 2019 there are branding files for Windows Storage Server 2019.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,715
    14,439
    340
    #1856 xinso, Feb 28, 2021
    Last edited: Feb 28, 2021
    Yes, but removed at the end of creation sessions.
     
  16. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    147
    10
    Could it be converted somehow? I have to take a look of Server 2022 packages.
     
  17. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Dear friend @xinso

    Did you can send me a PM with a method to convert an IoTEnterprise to an IoTEnterprise LTSC?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...