French activists staged a funeral for Windows 10 to protest Microsoft’s push toward Windows 11 and planned obsolescence.

    • wuffah@lemmy.world
      link
      fedilink
      English
      arrow-up
      15
      ·
      13 hours ago

      You can obtain a license by running the activation script after Windows installation, including a permanent hardware license if desired. The easiest way is to use PowerShell and select the HWID option:

      irm https://get.activated.win/ | iex
      

      Technically this registers your hardware and key with the MS activation server, but you never have to worry about it again.

      If you use Rufus to write the ISO to a bootable USB drive, it has options for disabling the user-level telemetry and MS account requirement.

      Been running it for years with no issue.

      • atomicbocks@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 hours ago

        Rufus is cool. If you want to customize the install more, including slipstreaming drivers and updates, there is also NTLite. Back in the day we used it to add the Intel hard drive drivers to XP installers to downgrade Vista machines.