Powershell Scripts to Quickly Setup/ Run Routine Tasks for Windows Based Machines.
Scripts:
Install-Winget: Quickly Download and Install Windows Programs usingwingettool.Dir-Sync: Automatically Sync Local Directories to External Backup Disks usingPython Dirsync. Supports Autodetection of External HDD when inserted via theVerify-USB-Connection.ps1script
Requirements:
- Powershell Core/ Windows Powershell v5+
- Winget
- Python 3
- Python Dirsync:
pip install dirsync
Note: Put the install-config.psd1 for Install-Winget in the .\config\ subdirectory to make it work.