powershell控制台有两种模式,一个是快速编辑模式,一个是标准模式。
快速编辑模式和标准模式的切换可以通过控制台标题栏->鼠标右击->属性->选项->编辑选项 。
Powershell标准模式
鼠标右击选择标记后才能实现复制和粘切功能。
Powershell快速编辑模式
可以通过鼠标右键选择任意矩形区域内的文本,并且鼠标右击实现复制功能。
您可能感兴趣的文章:- Windows Powershell 介绍和安装
- Windows Powershell 自定义控制台
- Windows Powershell 快捷键介绍
- Windows Powershell 管道和重定向
- Windows Powershell 进行数学运算
- Windows Powershell 执行外部命令
- Windows Powershell 命令集 cmdlets
- Windows Powershell 执行文件和脚本