Windows 10 ESD Repository

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

  1. Prodif

    Prodif MDL Novice

    Joined:
    Apr 5, 2017
    Messages:
    40
    Likes Received:
    20
    Trophy Points:
    0
    Carlos Detweiller
    How to do it carefully? It is not removed through installation or uninstall programs.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    It's compiled in the 20348.1 version, only chopping will probably remove it, and i ask why would you?
     
  3. Prodif

    Prodif MDL Novice

    Joined:
    Apr 5, 2017
    Messages:
    40
    Likes Received:
    20
    Trophy Points:
    0
  4. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  5. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    150
  6. ch100

    ch100 MDL Addicted

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    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

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    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

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    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

    Joined:
    Apr 5, 2017
    Messages:
    40
    Likes Received:
    20
    Trophy Points:
    0
    ch100
    There should be an exclusion policy from the installation, but there isn't one officially ..
     
  10. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    Chopping is not the subject of this ESD thread:)
     
  11. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    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

    Joined:
    Aug 29, 2009
    Messages:
    39
    Likes Received:
    2
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    Is it available as ESD?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  15. BELNN

    BELNN MDL Junior Member

    Joined:
    Apr 2, 2016
    Messages:
    61
    Likes Received:
    41
    Trophy Points:
    0
    @abbodi1406

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

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  17. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    UUP Updated ?
     
  18. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    150
    Can v64 still be used for older Win or is it changed hard?
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    150
    Got it.