powershell无法拖动文件到命令行

Posted Chuck Lu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell无法拖动文件到命令行相关的知识,希望对你有一定的参考价值。

PS C:\Program Files\PowerShell\6.0.0-beta.6> New-Service -Name LISA_43_Dev_Batch -DisplayName LISA_43_Dev_Batch -BinaryP
athName 

因为处理管理员模式下,所以无法拖动。

先执行命令,确保命令会记录到history里。

 

然后,需要另外开一个不是管理权权限的窗口来拖动,

首先键盘上的向上箭头,找到之前的命令,然后进行拖动,拖动完成之后,直接执行命令。

PS C:\Program Files\PowerShell\6.0.0-beta.6> New-Service -Name LISA_43_Dev_Batch -DisplayName LISA_43_Dev_Batch -BinaryP
athName D:\ChuckLu\GitForSvn\Lisa4.3\LISA.Batch\LISA.Batch.MonitorService\bin\Debug\LISA.Batch.MonitorService.exe

会提示没有权限

 

 

最后,在有管理员权限的窗口,用向上箭头找到完整命令,并进行执行。

PS C:\Program Files\PowerShell\6.0.0-beta.6> New-Service -Name LISA_43_Dev_Batch -DisplayName LISA_43_Dev_Batch -BinaryP
athName D:\ChuckLu\GitForSvn\Lisa4.3\LISA.Batch\LISA.Batch.MonitorService\bin\Debug\LISA.Batch.MonitorService.exe

Status   Name               DisplayName
------   ----               -----------
Stopped  LISA_43_Dev_Batch  LISA_43_Dev_Batch

 

以上是关于powershell无法拖动文件到命令行的主要内容,如果未能解决你的问题,请参考以下文章

在 powershell 中仅提取 csv 文件的前 10 行

powershell怎么运行

在 powershell 中传递命令行 $args,从函数到函数

CALL命令无法在PowerShell中使用

CALL命令无法在PowerShell中使用

Powershell 无法返回正确的退出代码