本帖最后由 Five66 于 2024-8-31 12:15 编辑
回复 29# ygqiang
也许大概是nircmd的writefile问题吧 , 试试下面的- Windows Registry Editor Version 5.00
-
- [HKEY_CLASSES_ROOT\.txt\ShellNew]
- "Command"="nircmd exec hide cmd /c nircmd clipboard writefile \"%1\" >\"%1\"&(nircmd wait 150)& (nircmd shellrefresh)"
复制代码
- Windows Registry Editor Version 5.00
-
- [HKEY_CLASSES_ROOT\Directory\Background\shell\cliptotxt]
- @="生成txt来自剪贴板(&T)"
- "Icon"="imageres.dll,-5304"
-
- [HKEY_CLASSES_ROOT\Directory\Background\shell\cliptotxt\command]
- @="nircmd exec hide cmd /c nircmd clipboard addfile \"新建文本.txt\" >\"新建文本.txt\""
复制代码
|