Most active commenters

    ←back to thread

    284 points wilsonfiifi | 13 comments | | HN request time: 1.356s | source | bottom
    1. Fokamul ◴[] No.45761059[source]
    In perfect world, Microsoft would help to create this tool.

    Nope, they don't have time for this. Too much work om security through obscurity, making crap SW which eats RAM like hamburgers and disabling local accounts...

    replies(6): >>45761087 #>>45761120 #>>45761212 #>>45761384 #>>45761656 #>>45768796 #
    2. evanjrowley ◴[] No.45761087[source]
    Also, adding Copilot to everything.
    3. LollipopYakuza ◴[] No.45761120[source]
    Microsoft provides a tool called "Media Creation Tool" https://www.microsoft.com/en-ca/software-download/windows11

    But of course it’s highly simplified and designed solely for installing Windows.

    replies(2): >>45761161 #>>45761246 #
    4. tomwojcik ◴[] No.45761161[source]
    For Windows and FROM Windows.

    I swear the most recommended way of creating a bootable Windows USB on Linux changes every year, and usually doesn't work. I keep an old Windows laptop just so I can create bootable Windows usbs, whenever needed.

    replies(2): >>45761348 #>>45761380 #
    5. thefz ◴[] No.45761212[source]
    Stretching your hate for the company a bit too far, don't you think? I mean all the cool kids do it, but you can't blame them for not having done this.
    6. LiamPowell ◴[] No.45761348{3}[source]
    For as long as Windows has supported UEFI, you've just been able to copy the files from the ISO directly to a UEFI partition.
    7. pxc ◴[] No.45761380{3}[source]
    Making custom Windows install media is insanely painful, even from Windows. I went through the process of creating non-interactive install media for Windows once, and was astonished at how awful it is compared to building custom Linux live media. (Not least of all because of the churn in the XML you have to maintain that basically represents clicking through all the installer menus.)
    replies(1): >>45761797 #
    8. jy14898 ◴[] No.45761384[source]
    ramburgers are quite healthy, they've been shown to improve memory
    9. DrewADesign ◴[] No.45761656[source]
    I think that’s a really unfair portrayal of Microsoft’s product management. They spend a lot of time— even more than on some of the things you listed — creating GUI frameworks to ignore, injecting creepy analytics for their war on privacy, obfuscating those analytics and stymieing users efforts to avoid them, and figuring out terrifying new definitions for the word experience.
    10. hnuser123456 ◴[] No.45761797{4}[source]
    WAIK? I created a customized Windows install image as a 19 year old intern and presented it to the rest of the IT team...
    replies(2): >>45761868 #>>45763453 #
    11. fodkodrasz ◴[] No.45761868{5}[source]
    It depends on what customizations you'd like to use.

    I've also had a very hard time creating an automated install media for an appliance for windows iot... Worst was the (LLM generated?) powershell scripts in the documentation that didn't work at all.

    12. pxc ◴[] No.45763453{5}[source]
    Microsoft's tooling for customizing images amounts to several gigabytes to download and install just to get started.

    The Windows approach is based on a mix of relatively limited offline modifications and automating clicks and keystrokes (AutoUnattend.xml, OOBE.xml) and recording or forgetting manual changes (Audit Mode, Sysprep). Both are insanely kludgey.

    New development of the tooling always comes to dism.exe first rather than the DISM PowerShell module, so you may need to use DOS commands instead of the (very lovely) modern shell that Microsoft maintains.

    Depending on what kind of stuff you're trying to install, you might need to do half a dozen reboots in the course of recording your manual changes.

    Mounting/unmounting a WIM file can take more than a minute (wtf?) and if you're working on modifying one of the installer images from upstream, you need dozens of gigabytes of free disk space.

    If you don't just want install media, but a bootable repair environment, everything is even worse. Hardware recognition is bad, boot is slow, and only some programs can actually run in a WinPE environment.

    Have you ever customized bootable Linux media?

    When I had to make some custom NixOS install media for an aarch64 VPS, it required only a few lines of code in the exact same environment as I use to customize running systems, and it's completely declarative, non-interactive, requires no special toolkit, doesn't require dozens of gigabytes of scratch space, never requires me to boot anything...

    Teenage interns can also shovel manure, but that doesn't make it pleasant or painless!

    13. fuzzfactor ◴[] No.45768796[source]
    >eats RAM like hamburgers and disabling local accounts...

    Those are the kind of hamburgers that make people say "Where's the beef?"