Implement copy and paste function in CMD command line and PowerShell

  
        

Implementing copy and paste function in CMD command line and PowerShell
Friends who often use command line or PowerShell will definitely encounter this situation: paste text is very simple, right click - select paste, but want to copy Command line or commands in PowerShell, I don't know what to do. In fact, you only need to change its properties. PS: PowerShell is a task-based command line shell, which is the same as the CMD command line setting. Left click on the upper left corner of the CMD handler and select Properties. (Or press Alt+space). Check the quick edit mode and click OK. At this point, we can choose the text in the command line. Double-click on the new command line to paste. You can also select the attribute--edit--mark to repeat the above selection and paste steps. But this can only be done once.

Copyright © Windows knowledge All Rights Reserved