💻 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