this post was submitted on 18 Sep 2025
142 points (90.8% liked)

Technology

76520 readers
3939 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
 

cross-posted from: https://programming.dev/post/37661765

Notepad now supports AI features like Summarize, Write, and Rewrite on Copilot+ PCs, with no subscription required. If you have a subscription, you can seamlessly switch between local and cloud models based on your needs. If you’re not signed in or don’t have a subscription, you can use the local model to accomplish your tasks. For now, these features support English only, making premium AI more accessible and flexible for everyone.

Source: Windows Insiders blog.

top 50 comments
sorted by: hot top controversial new old
[–] capuccino@lemmy.world 79 points 1 month ago (2 children)

use notepad++ as drop-in replacement.

[–] didnt1able@sh.itjust.works 22 points 1 month ago

+1 NPP is the goat

[–] bitjunkie@lemmy.world 13 points 1 month ago (3 children)

It always struck me as a code editor lite rather than a text editor. If I just want to jot something down, metapad is Notepad without all the Windows bullshit they keep trying to shoehorn.

[–] Passerby6497@lemmy.world 16 points 1 month ago

See, having used IDEs to write software and scripts for the past 20 years, I just can't see N++ as anything more than a syntax aware notepad.

[–] HeyJoe@lemmy.world 5 points 1 month ago

I use both notepad and ++. I think it fits both worlds of code and text editor. When I am using it I am usually needing to to replace words and other tweaks that are really easy and flexible with ++.

load more comments (1 replies)
[–] tias@discuss.tchncs.de 55 points 1 month ago (1 children)

One of the best features of notepad was that it starts quickly. That feature is now gone. :(

[–] Goretantath@lemmy.world 21 points 1 month ago (3 children)

Tbf, some larger file sizes fucked notepad in the ass HARD. Notepad++ does everything right by me.

load more comments (3 replies)
[–] axum@lemmy.blahaj.zone 43 points 1 month ago* (last edited 1 month ago) (8 children)

What's funny is that this likely irritated one of Microsofts own devs enough that they said 'fuck all of this' and invented the new cli app called Edit.

It's under 200kb and runs as a standalone binary if you want. Also supports mouse input.

Did I mention it's cross platform?

[–] 01189998819991197253@infosec.pub 20 points 1 month ago (1 children)

With the tagline:

A simple editor for simple needs.

Just like original Notepad lol

[–] palordrolap@fedia.io 6 points 1 month ago (2 children)

Well, yes, but actually no. It's more like MS-DOS's EDIT.COM since it runs in a command line / "DOS" window.

In fact, since EDIT.COM went through a couple of distinct variants back in the day, you could say that this is the third variant of it.

The other two being 1) the BASIC-deactivated side of QBASIC.EXE which was an editor and programming language in one, and then 2) a stand-alone, from the ground up, version (with no BASIC to disable) which came along with Win9x / MS-DOS 7.

I keep a copy of the latter in my DOSBox config. It's only 70kB.

load more comments (2 replies)
load more comments (7 replies)
[–] zib@lemmy.world 41 points 1 month ago (16 children)

It's hard to imagine that Notepad of all things has now been enshittified. On Windows, I only ever use Notepad++, but regular ol' Notepad has been a staple of Windows almost since the beginning. It truly feels like they've finished peeling away what little good remained of what Windows used to be.

[–] Brewchin@lemmy.world 10 points 1 month ago* (last edited 1 month ago)

It certainly removed my ability to say "Companies are shoehorning AI into everything! I wouldn't be surprised if they do it with Notepad..." as a form of mockery. It was one of the first damned victims.

Edit: I'm genuinely surprised technical people (with appropriate rights on their PCs) still use it, though. I switched to Notepad++ nearly 20 years ago.

load more comments (15 replies)
[–] abbiistabbii@lemmy.blahaj.zone 30 points 1 month ago (1 children)

no. just no. Notepad exists to edit .txt files, not to fucking give me AI shit.

load more comments (1 replies)
[–] joyjoy@lemmy.zip 28 points 1 month ago* (last edited 1 month ago)

WordPad died for this.

[–] aesthelete@lemmy.world 23 points 1 month ago

This means it's also sending your text across the Internet and feeding the stupid fucking models with it.

You know, just what you want from a fucking notepad app.

[–] cupcakezealot@piefed.blahaj.zone 22 points 1 month ago

meanwhile the text editor on linux mint is just a text editor, opens in seconds, and lets you edit text.

[–] Mrkawfee@lemmy.world 21 points 1 month ago (18 children)

Happy that I switched to Linux

load more comments (18 replies)
[–] minorkeys@lemmy.world 18 points 1 month ago (1 children)

A market for pre-AI tech is going to become a thing.

[–] JonEFive@midwest.social 18 points 1 month ago

Nobody asked for this! FFS, can megacorps stop shoving AI into everything. Lucky Charms and scissors will have AI soon enough.

[–] Damarus@feddit.org 17 points 1 month ago* (last edited 1 month ago) (2 children)

I'm usually very defensive of Windows. However, a few days ago I wanted to take some notes in Notepad and it kept changing up what I wrote. As this has forever been the most simple text editor imaginable, it took me a good moment to realize, that they implemented auto-correction (which we know is a lie anyways).

The ridiculous thing is, nobody but tech people uses Notepad anyways and I can't imagine that they want these slop features in it. The value of it was the simplicity and that is now lost.

[–] Passerby6497@lemmy.world 10 points 1 month ago (1 children)

nobody but tech people uses Notepad

And even then, Notepad++ is so much better than notepad anyway. It has more features and is still a better text editor than notepad ever was.

[–] BeardedGingerWonder@feddit.uk 7 points 1 month ago (2 children)

The whole reason I use notepad is because it's super light on features. Text wrap + find and replace is all I need.

load more comments (2 replies)
[–] notgold@aussie.zone 10 points 1 month ago

Exactly this. It was my safe scratch pad for IPs, passwords, regex terms, etc. Things I want for a short period but to disappear when I logout

[–] Matriks404@lemmy.world 16 points 1 month ago (9 children)

Is Microsoft not aware what Notepad is actually used for?

load more comments (9 replies)
[–] echodot@feddit.uk 16 points 1 month ago (1 children)

No one even needs or wants these features. No one uses notepad for anything other than writing down quick notes while on the phone. Why would I need an AI to rewrite that. Actually if I did need an AI to rewrite that, I just copy it out of notepad and into one of the 100 bazillion AI apps that now are.

Microsoft are wasting developer time adding features that not only does no one currently want, but no one could possibly ever need.

load more comments (1 replies)
[–] ouRKaoS@lemmy.today 14 points 1 month ago

Looks like I gotta go boot up the Packard Bell & get Notepad.exe from my Windows 3.1 install...

[–] ProfessorProteus@lemmy.world 12 points 1 month ago

For now, these features support English only, making premium AI more accessible and flexible for everyone.

They can't be serious, right?

[–] prole@lemmy.blahaj.zone 11 points 1 month ago (2 children)

Does Wordpad still exist? This seems to fit that MO more

[–] SpikesOtherDog@ani.social 13 points 1 month ago (1 children)

No, they just killed it off for 24h2.

[–] Serinus@lemmy.world 9 points 1 month ago (4 children)

But... That's where you'd put this crap. Notepad had one job, and it did it well.

load more comments (4 replies)
load more comments (1 replies)
[–] skip0110@lemmy.zip 10 points 1 month ago (4 children)

It is possible to restore the old notepad.

I didn't include a link because I could not find a non-spammy one, but a search finds a few. I did it on my work PC.

And switching to a FOSS OS is probably preferable, but that's not always possible.

load more comments (4 replies)
[–] Blackfeathr@lemmy.world 10 points 1 month ago

Aw come on, leave Notepad alone! It's like the last good Windows program.

[–] fox2263@lemmy.world 10 points 1 month ago

Oh cool!

Said no one

[–] SCmSTR@lemmy.blahaj.zone 9 points 1 month ago

Microsoft HAS to know that people who use notepad want lightweight, not bloat.... Right? This HAS to be a joke or malice... And not THAT level of incompetence.... Right? Right?

[–] MrSulu@lemmy.ml 8 points 1 month ago (1 children)

Macro-Shite giving no option but to have AI. They know dumbed down people are easier to harvest. Its the equivalent of getting people to pay for bitcoin mining and having the proceeds sent directly to you.

load more comments (1 replies)
[–] bitjunkie@lemmy.world 6 points 1 month ago
[–] MIXEDUNIVERS@discuss.tchncs.de 6 points 1 month ago (3 children)

just fucking great. my work laptop opens notepad in 2-3s after my w11 upgrade and now it will propably need 6s or something. fucking bloat. In Private i use Fedora and Mint

load more comments (3 replies)
load more comments
view more: next ›