An open API service indexing awesome lists of open source software.

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.

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"
```