Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 324 Bytes

File metadata and controls

22 lines (14 loc) · 324 Bytes

💻 Windows Script

🔵 PowerShell

Ensure your script execution policy allows running scripts. You can check and change the execution policy by running

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Run

./powershell/hello-world.ps1

⚫ Bat

./bat/hello-world.bat