HOW TO RUN A POWERSHELL SCRIPT

karlsnooks

Windows Specialist
Joined
May 31, 2012
Posts
94
RUN A POWERSHELL SCRIPT

STEP 1 RUN POWERSHELL AS ADMINISTRATOR
WIN + Q | type POWERSHELL | rt-clk on WINDOWS POWERSHELL
(click on WINDOWS POwERSHELL (x86) if 32 bit WIN 8) |
Run as Administrator
(in the OPTIONS BAR) | YES


STEP 2 SET THE EXECUTION POLICY
This is due to an annoying security feature of Powershell.
However, you will only need to do this once.
Type SET-EXECUTIONPOLICY REMOTESIGNED | ENTER | ENTER

STEP 3 COPY AND PASTE INTO POWERSHELL
Use CTRL+A and CTRL+C to select all and copy to the clipboard.
Use RIGHT-CLICK to paste (Ctrl V does NOT work.)
---------------------------------------------------------------------------------------------

Available as .DOCX file at: http://sdrv.ms/QQ53hm
 
Back
Top