【发布时间】:2010-09-06 13:21:20
【问题描述】:
示例:您在当前目录中有 s 到 SomeProgram 的快捷方式。
在cmd.exe,你可以输入s,它会启动程序。
在 PowerShell 中,输入 s 给出:
The term 's' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.
如果你输入s.lnk 或SomeProgram,程序就可以正常运行。
如何配置 PowerShell 以像执行程序一样执行快捷方式?
【问题讨论】:
标签: powershell