https://github.com/xulbux/consolescripts
All of my different Bash, Batch and PowerShell scripts.
https://github.com/xulbux/consolescripts
bash batch cmd console powershell ps1 scripts
Last synced: 6 months ago
JSON representation
All of my different Bash, Batch and PowerShell scripts.
- Host: GitHub
- URL: https://github.com/xulbux/consolescripts
- Owner: XulbuX
- License: mit
- Created: 2024-12-18T09:00:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-10T11:55:08.000Z (6 months ago)
- Last Synced: 2025-08-10T13:25:28.040Z (6 months ago)
- Topics: bash, batch, cmd, console, powershell, ps1, scripts
- Language: Batchfile
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConsoleScripts
All of my different Bash, Batch and PowerShell scripts.
## vm_startup.ps1
This script is supposed to be run after a fresh start of a Windows virtual machine.
The script will configure the following:
- set system to dark mode
- configure the Explorer:
- show file extensions
- show hidden files
- add `Open PowerShell/CMD Here` to context menu
- add `New PowerShell/Text Document` to context menu
Run the script with the following command in a PowerShell console (*open in the directory where the script is located*):
```powershell
powershell -ExecutionPolicy Bypass -File "./vm_startup.ps1"
```