Added notepad classic tutorial Win11
This commit is contained in:
parent
a6f8b768bf
commit
db8bed9017
1 changed files with 21 additions and 0 deletions
21
classic-notepad.md
Normal file
21
classic-notepad.md
Normal 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)
|
Loading…
Add table
Reference in a new issue