Suggestion: Restore Classic Windows 11 Notepad

Mr. Yu

Member
Messages
269
Reaction score
21
Hello, can NTLite add the "Restore Original Windows 11 Notepad" feature in the settings? Similar to the existing 'Restore Windows Image Viewer' feature. The new version of Notepad starts too slowly. Directly deleting it will result in Windows 11 not having a text editor program. Restore the original version of Notepad in the system. It refers to the notepad program located in "system32/notepad. exe". It seems that several registration forms need to be added to register the right-click - New Text Document.
Thank you very much.
 
I integrated the old Notepad to W11 (the one from Windows 10) without tabs, Instead of the one with the tabs
And it opens instantly

Otherwise (never tested) you can turn off the "new" Notepad, in Settings : Apps - Advanced App Settings - App Execution Aliases

And add this key
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\txtfilelegacy\shell\open]

[HKEY_CLASSES_ROOT\txtfilelegacy\shell\open\command]
@="C:\\\\Windows\\\\System32\\\\notepad.exe \\\"%1\\\""
And this key to remove the banner
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"ShowStoreBanner"=dword:00000000
 
Thank you very much, tistou77。
I will try to add your registry through ntlite.
 
Back
Top