https://github.com/elidaniel92/windows-script
Windows Script
https://github.com/elidaniel92/windows-script
batch-script powershell powershell-script windows-script windows-scripting
Last synced: about 2 months ago
JSON representation
Windows Script
- Host: GitHub
- URL: https://github.com/elidaniel92/windows-script
- Owner: elidaniel92
- License: mit
- Created: 2024-11-29T14:38:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T15:57:18.000Z (6 months ago)
- Last Synced: 2025-01-29T10:34:03.178Z (4 months ago)
- Topics: batch-script, powershell, powershell-script, windows-script, windows-scripting
- Language: PowerShell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 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
```