Added notepad classic tutorial Win11

This commit is contained in:
theadam 2025-03-15 16:46:56 +01:00
parent a6f8b768bf
commit db8bed9017

21
classic-notepad.md Normal file
View file

@ -0,0 +1,21 @@
# Classic Notepad on Windows 11
The new Notepad brings a couple of avesome functions such as
- Autosave
- Dark mode
- Multitab support
But it has a very strong disadvantage
- Very very very slow, slower than the old classic Notepad
The old notepad is part of the Windows installations now so easy to switch back to it.
Open the settings app, apps, advanced, app exec aliases, turn off notepad.
Open the regedit and go to `HKEY_CLASSES_ROOT\txtfilelegacy\shell\open\command`.
Set the default to `c:\windows\system32\notepad.exe "%1"`.
Done, suggested a relogin, enjoy.
[https://winaero.com/classic-notepad-for-windows-11/](source)