[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,709
    14,434
    340
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2362 xinso, Apr 21, 2021
    Last edited: Apr 21, 2021
    Reconstruction, not only good for rebuilding a full edition, but also for custom image.

    Nothing new for today, I think.
     
  3. gp2man

    gp2man MDL Novice

    Jul 9, 2014
    31
    10
    0
    Any chance to you publish the script for 00000.0_SDC_to_EntS_Workstation_amd64_NDP48? This is amazing idea and project!
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  5. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    There is new sku in 21364.
    CloudEditionEdition
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2366 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021
    zhanglin found it in earlier build. Did you check its product policy? Or new features? Or another type of S mode?
     
  7. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    i have no idea about cloudedition's product policy. it has gvlk key.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2368 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021
    OOBE won't allow local account. Administrator unattend.xml OK --> Add local account OK.

    It shows Cloud.
     
  9. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    #2369 Tarsynear, Apr 22, 2021
    Last edited: Apr 22, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  11. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2372 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021
    You just "turn off" or "disable" the undesired features?

    Yes, it is safe.
     
  13. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    #2373 Tarsynear, Apr 22, 2021
    Last edited: Apr 22, 2021
    Maybe I say not clear enough.
    I always use the original version for daily use.
    And I like to make streamlined images by removing features.
    I make those things just for fun, but I never use them for daily use.
    Why making trouble for myself?

    You edit your posts so fast

    Yes It is safe

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    "DisableRoutinelyTakingAction"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
    "DisableRealtimeMonitoring"=dword:00000001
    "DisableOnAccessProtection"=dword:00000001
    "DisableScanOnRealtimeEnable"=dword:00000001
    "DisableIOAVProtection"=dword:00000001
    "DisableBehaviorMonitoring"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "SmartScreenEnabled"="off"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost]
    "EnableWebContentEvaluation"=dword:00000000

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService]
    "Start"=dword:00000004

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend]
    "Start"=dword:00000004

    After restart I use

    sc delete WinDefend (I never user Defender. Delete services will not affect updates
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. @xinso is very clear in his comments but to make it more crystal clear for some users to understand it quickly he sometimes edit his own comment.
    Users must appreciate his help . he is having a vast knowledge in this project.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2375 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021
    My brain does not stop untill fallen asleep.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2376 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021
    Thank you. I just play tricks with Windows tricks.But it works!
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2377 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021
    You do not stop those two Windows Defender updates?

    You:
    1.
    Code:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend]
    "Start"=dword:00000004
    
    2. After restart I use sc delete WinDefend.

    I:
    This is the same. 2 in 1.
    Code:
    [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend]
    
     
  18. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    after applying those registries, i never receive defender updates. i use sc delete also for edgeupdate and edgeupdatem. i dont touch registry manually if not necessary. windows10 is so fragile.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #2380 xinso, Apr 22, 2021
    Last edited: Apr 22, 2021