小编lit*_*lit的帖子

比较 7z.exe 和 7za.exe

我知道 7za.exe 支持较少数量的压缩格式,但我很好奇这两者之间还有什么不同之处,除此之外?

获得关于这些的一些额外信息将帮助我了解两者之间的一些权衡,并有助于确保我选择最好的一个来满足我的特定需求。

例如,我不确定一个是否比另一个快?假设 7za.exe 支持我需要的存档格式,那么两者在规格、功能和文档性能等方面有什么实质性区别?

7-zip 7za

25
推荐指数
1
解决办法
2万
查看次数

可以在资源管理器上下文“发送到”菜单上创建子文件夹吗

我有很多“发送到”目的地。我想在“发送到”文件夹中创建子文件夹。这可能吗?当我尝试时,它只会在 SendTo 文件夹中创建一个真正的文件夹。

我想从“发送到”上下文菜单中选择一个项目,以扩展到该组的 SendTo 目的地列表。

send-to windows-explorer context-menu

9
推荐指数
1
解决办法
1593
查看次数

为什么在 PowerShell 中不能使用“查找”?

find.exe在 PowerShell 控制台 shell 中使用这些参数时,有什么令人反感的地方?

这些命令在cmd.exeshell 中按预期工作:

PS C:\Windows\System32\WindowsPowerShell\v1.0> find /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> find /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> C:\Windows\System32\find.exe /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> C:\Windows\System32\find.exe /i "System.Diagnostics.Process" .\DotNetTypes.format.ps1xml
FIND: Parameter format not correct
Run Code Online (Sandbox Code Playgroud)

powershell find cmd.exe

8
推荐指数
2
解决办法
1万
查看次数