Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

PREREQUISITE

============

Windows 7 or Later

RUN

===

PowerShell -NoExit "HelloWorld.ps1"

Note: -NoExit is not needed to run the file, but without it, the PowerShell window would close too quickly to read the "Hello World!"

You may need to enable execution of PowerShell Scripts, as Windows blocks them by default. Run Set-ExecutionPolicy unrestricted in PowerShell as Administrator to allow this.