Skip to content

elidaniel92/windows-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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