Windows 11 Notepad introduces several enhancements over its Windows 10 predecessor. Visually, it adopts a modern design with rounded corners, aligning with Windows 11's Fluent Design System, and includes a dark mode option.
Functionality improvements include a new tabbed interface, allowing users to open multiple documents in a single window, making multitasking more efficient. Advanced features such as multi-level undo, a redesigned find and replace function, and RichEdit support enhance the overall editing experience.
Additionally, the new Notepad operates as a Universal Windows Platform (UWP) app, promising improved performance and better system integration. However, user reactions to these changes are mixed. Many appreciate the modern design, dark mode, and tabbed interface, noting these features as significant improvements.
However, there are some reported issues, particularly with older scripts and formatting that were compatible with the Windows 10 version but face challenges in the new iteration. Some users have also experienced occasional performance glitches, though these are expected to be addressed in future updates.
Due to this, there are plenty of people who would want to use the old Notepad in Windows 11. However, when they install this version of the operating system, they automatically receive the new version of Notepad. Luckily, there is a way to revert the change and use the old Notepad on Windows 11 with its functionality, all while keeping the new aesthetics.
To run classic Notepad on Windows 11, you have to either uninstall or disable the new version and then implement the new version. There are two ways you can do that, and we provide them below.
The first method involves installing old Notepad as an optional feature. Here's how:
Alternatively, you can use a particular command to install it via Command Prompt:
That's it, now any text file should be opening with classic Notepad. However, you will not have an option to use it in the Open with dialog as before. If you want to restore this functionality, follow the steps described in Method 2.
Windows Registry Editor Version 5.00
;Restore Old Classic Notepad on Windows 11
;Created by Ramesh Srinivasan for Winhelponline.com
;Created on May 6, 2022; Revised on May 12, 2022.
[HKEY_CLASSES_ROOT\Applications\notepad.exe]
“NoOpenWith”=-
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe]
[HKEY_CLASSES_ROOT\txtfilelegacy\DefaultIcon]
@=”imageres.dll,-102″
[HKEY_CLASSES_ROOT\txtfilelegacy\shell\open\command]
@=”C:\\Windows\\System32\\notepad.exe \”%1\””
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe]
“UseFilter”=dword:00000000
If you want nothing to do with the New Notepad, you can fully remove it in Windows Settings. If you keep it, you will be able to use both versions as required.
The above is the detailed content of How to get old Notepad in Windows 11?. For more information, please follow other related articles on the PHP Chinese website!