ascte

Results 3 comments of ascte

+1 win11 24h2 7800x3d+4070s 今天也出现了,得手动拉伸。

WIn11 24H2,按照之前大家的方法卸载新版记事本后成功通过注册表替换系统记事本,随后也失去了右键新建文本文档,后来打入以下注册表并重启后成功了。 ``` Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.txt] @="txtfile" "Content Type"="text/plain" [HKEY_CLASSES_ROOT\.txt\ShellNew] "NullFile"="" [HKEY_CLASSES_ROOT\txtfile] @="文本文档" [HKEY_CLASSES_ROOT\txtfile\shell] [HKEY_CLASSES_ROOT\txtfile\shell\open] [HKEY_CLASSES_ROOT\txtfile\shell\open\command] @="NOTEPAD.EXE %1" ```