Getting and Installing PowerShell
If PowerShell isn’t already installed on your computer, and you need its functions, take the following steps to obtain and run it:
1.Visit Download Site, search for “powershell,” and download the free package that contains the installer.
2.Run the installer.
3.Click Start ➪ All Programs ➪ Windows Powershell to open the command-line environment.
When you start PowerShell for the first time, it may ask you, “Do you want to run software from this untrusted publisher?,” referring to Microsoft. You need to answer Always Run in order for scripts signed by Microsoft to run. This includes files that are included with PowerShell, so you won’t get much use of the environment if you’re not willing to run Microsoft-signed scripts.
As an alternative to Step 3, you can use the Start menu to open a command prompt, which runs Cmd.exe. You can then type powershell and press Enter to start PowerShell. To exit PowerShell, type exit and press Enter. This closes the PowerShell character mode window or, if you started Cmd.exe before starting PowerShell, returns you to Cmd.exe. You
can exit Cmd.exe in the same way.
Whether PowerShell or Cmd.exe is running, you can also simply click the X button in the upper-right corner of the window to close the shell. There’s no need to type exit. You can, however, put the exit command to good use within a script to close any window your script may have opened.
Last 5 posts in Windows Vista
- Running PowerShell Scripts Safely - March 30th, 2007
- Encrypt Entire Drives under windows vista with BitLocker - March 30th, 2007
- Fit the Full URL on Printouts when using Interent Explorer 7 - March 30th, 2007
- Internet Explorer 7.0 Cool Features - March 30th, 2007
- Programs Explorer Replaces Add/Remove Programs in windows vista - March 30th, 2007