this post was submitted on 30 Apr 2026
216 points (98.2% liked)

Technology

84225 readers
3726 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] wuffah@lemmy.world 9 points 5 hours ago (1 children)

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 2 points 3 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.