cmd /k reg add "HKEY_CLASSES_ROOT\txtfile\DefaultIcon" /ve /d "%SystemRoot%\system32\shell32.dll,-152" /f
reg add "HKEY_CLASSES_ROOT\txtfile\shell\open\command" /ve /d "c:\windows\notepad.exe" /f
reg add "hkcr\.txt\shellnew" /v "nullfile" /d "" /f
reg add "hkcr\.txt" /ve /d "txtfile" /f
cmd /k reg add "HKEY_CLASSES_ROOT\txtfile\DefaultIcon" /ve /d "%SystemRoot%\system32\shell32.dll,-152" /f
修复记事本的图标--SystemRoot%\system32\shell32.dll,-152" 图标字符
reg add "HKEY_CLASSES_ROOT\txtfile\shell\open\command" /ve /d "c:\windows\notepad.exe" /f
在记事本打开的地方在 c:\windows\notepad.exe
reg add "hkcr\.txt\shellnew" /v "nullfile" /d "" /f
reg add "hkcr\.txt" /ve /d "txtfile" /f
右键新建添加--记事本