The command prompt usage is not high, but it plays an important role in system and network management, maintenance work. Microsoft's latest Windows7 system also brings us a version of CMD's upgraded Windows PowerShell, which allows computer users to manage the system more efficiently. What does Windows PowerShell do, and what can it do? Let's learn it together.
Windows PowerShell Introduction
Windows PowerShell is Microsoft's Windows system-driven shell and scripting language technology that makes up for the lack of windows in the shell compared to UNIX systems and provides a more efficient scripting tool for program developers. PowerShell V2 has been integrated in the Windows7 and supports graphical interface operations.
To start Windows PowerShell in a Windows 7 system is very simple, click the "Start" button in the bottom of the search box to enter PowerShell, in the search results in the selection of Windows PowerShell can enter the command line mode interface, You can enter the graphics window mode to Windows PowerShell after you select Windows PowerShell V2 ISE. In addition, you can enter PowerShell in the traditional CMD window and run PowerShell after the next picture.
PowerShell
Compared with traditional command-line tools, PowerShell is unfamiliar to many users. What orders do PowerShell support? In fact, PowerShell can manage the system process, service, registry, system log and even certificates and many other content. To find out what commands it supports, simply type Get-command in the window and press the next drawing, which displays all PowerShell supported commands.
In addition to the types of commands that can be displayed here, the name and description are displayed. To see the detailed usage of a command you can use the Get-helt command to get help, such as to view the details of the add-content command, you can enter Get-help add-content, press ENTER after the name of the command, summary, syntax, detailed description, RELATED LINKS and notes. To get a better understanding of PowerShell, you need to be constantly getting help. PowerShell Application
PowerShell can easily view and end processes within the system, so that not only can you monitor suspicious processes within your system, but you can also easily turn them off. To view processes within the current system, you need to open PowerShell, enter Get-process, and then press ENTER, so that the process's handle, the process name, the process's processor time, and the process-unique identifier are displayed.
If you want to end one or more processes, you need to record the unique identifier of the process, after entering stop-process in PowerShell, enter the ID of one or more processes as prompted, and the process can be automatically terminated when you press ENTER.
Use the outside Fast Start program
For some commonly used commands, PowerShell also supports setting them to alias usage. For example, you need to give get-process settings, you can enter Set-alias GP get-process in the PowerShell, among which GP is the command get-process. Press ENTER directly after the GP can replace the get-process command.
In the same vein, many system-built tools can also be set in the PowerShell alias, such as in the PowerShell input Notepad, you can start Notepad. To start Notepad faster, you can set an alias for it, enter Set-alias NP Notepad, press ENTER, and then enter NP again to open Notepad.
PowerShell also has management system services, operation of the Registry and a number of network-related operations, not one of the introduction, interested friends may wish to log in to Microsoft's official site to get more and more information related to PowerShell.
Note : more Wonderful tutorials please focus on the Triple computer Tutorials section, triple Computer office group: 189034526 Welcome to join