Windows Editions Reconstruction Project

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

  1. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Updated the Windows 7 Starter x64 to V2.

    New version fixes problem which caused upgrades from Starter to Home Basic fail with CBS_E_NO_ACTIVE_EDITION error. Thanks to @Enthousiast for reporting.
    Code:
    # dism /logpath:test.log /english /image:mount /set-edition:HomeBasic
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.771
    
    Image Version: 6.1.7601.17514
    
    Pended operations ignored. When this image is next booted, these operations will be processed.
    Starting to update components...
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~6.1.7601.17514
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,017
    234
    60
    I gave up on the whole thing, lol, I followed everything, image was mounted and then just after when it went to do something it always came up with DISM "Error: 1168 Element not found."

    so I deleted everything and said frig it, lol
     
  4. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    Does Windows 10 starter skip activation? if not how does it activate?
     
  5. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,410
    1,188
    60
    I don't think there a working activation method for windows 10 starter.
     
  6. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    This happened to me on Windows 10 Starter edition. I have had success with both G editions, so what is up?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    SKU seems important. Used a Core (Windows 10 Home 10563.0 rs2) and it ran through. Failed earlier with Enterprise SKU.
     
  8. oveco

    oveco MDL Junior Member

    Apr 10, 2015
    54
    15
    0
  9. TheCollDude489

    TheCollDude489 MDL Member

    Apr 16, 2018
    147
    32
    10
    Sorry if this is a dumb question, but is it possible to reconstruct Windows 7 Starter N x64 from Windows 7 Home Basic N x64? I looked inside of a Windows 7 Home Basic N x64 WIM file and there is a StarterN.xml file present.
     
  10. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Yes, it is possible.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. weberio

    weberio MDL Member

    Nov 22, 2016
    107
    35
    10
    Possiblity LTSC 1909 or 2004 ?
     
  12. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Not possible. There are no 18362/19041 EnterpriseS packages. I'm not going to build frankenbuild based on 17763 LTSC packages.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    176
    370
    10
    Apart from the obvious feature limitations of Windows 7 Starter x86, is there a memory limitation (x86 only supports 2 GB of RAM)?
    Just curious.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Yes, there is 2GB of memory limitation in x64 too, making it kind of useless for normal use.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. TheCollDude489

    TheCollDude489 MDL Member

    Apr 16, 2018
    147
    32
    10
    OK, thanks for telling me. Do I need to modify the script to perform the conversion? Or do I simply place a Home Basic N x64 install.wim file into the script directory?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,668
    450
    #100 Enthousiast, Feb 4, 2020
    Last edited: Feb 4, 2020