Windows 10 ESD Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Prodif

    Prodif MDL Novice

    Apr 5, 2017
    40
    20
    0
    Carlos Detweiller
    How to do it carefully? It is not removed through installation or uninstall programs.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    It's compiled in the 20348.1 version, only chopping will probably remove it, and i ask why would you?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Prodif

    Prodif MDL Novice

    Apr 5, 2017
    40
    20
    0
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
  6. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    629
    523
    30
    You guys might want to design your own OS because you seem to understand better all the internals of the Microsoft OS than Microsoft themselves and improve on it.
    It is only one person here on this forum with who I would not argue in this matter, but everyone else? :D
     
  7. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    My statement only concerns Edge. I don't want it, didn't ask for it, and I do boycott anything from Google. Thus, it has to go. So far, this is gracefully possible, maybe because they don't want to repeat the big mistake they made by completely bundling IE with Windows in Europe.
     
  8. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    629
    523
    30
    They would be very happy to have the browser integrated, but as you mentioned Europe, they may expose themselves to huge fines if they don't provide a way to have competing software installed and performing as well.
    The old Edge was integrated though without a normal way to remove it, but because it was used in such low numbers, nobody cared.
     
  9. Prodif

    Prodif MDL Novice

    Apr 5, 2017
    40
    20
    0
    ch100
    There should be an exclusion policy from the installation, but there isn't one officially ..
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Chopping is not the subject of this ESD thread:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    This is not chopping, the normal uninstaller is used to get rid of this abomination.

    Let's stop now and BTT.
     
  12. Lolos

    Lolos MDL Novice

    Aug 29, 2009
    39
    2
    0
    Forget all about windows 10.
    New os from microsoft is on the way,
    it's free and the name is "MS NO WINDOWS"
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Is it available as ESD?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
  15. BELNN

    BELNN MDL Junior Member

    Apr 2, 2016
    61
    41
    0
    @abbodi1406

    Thanks for your work! Everything is good now.
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
  17. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,835
    4,442
    150
    UUP Updated ?
     
  18. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    Can v64 still be used for older Win or is it changed hard?
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Sure
    i only added simple check based on edition esd name
    Code:
    set "_wtx=Windows 10"
    find /i "<NAME>" bin\info.txt %_Nul2% | find /i "Windows 11" %_Nul1% && (set "_wtx=Windows 11")
     
  20. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Dec 21, 2012
    4,514
    4,542
    150
    Got it.