相信有很多同学都用上了 Windows 11 系统,你也许发现了 Windows 11 的 UWP 版记事本用着没那么顺手,想要更改回经典的记事本。
更该回传统的经典记事本其实方法很简单,只要把下面的信息电脑 复制到一个文本文件,然后把文本文件另存为可执行的 .reg 文件,然后双击执行即可。
代码:
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
导入成功后,即可在“打开方式”看到“记事本”,也可以把“记事本”设为默认的文电脑本文档编辑器。
电脑