-
Download
Clone the repository or download the ZIP file and extract it.
-
Open PowerShell as AdministratorPress the Windows Key, type PowerShell, right-click it, and select Run as Administrator.
-
Enable Script Execution (First Time Only)
By default, Windows blocks PowerShell scripts for security reasons. To allow this script to run:
Press the Windows Key, type PowerShell, and press Enter
Copy and paste the following command, then press Enter:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Type Y and hit Enter.
Now right-clicking your zen-backup-win.ps1 and Run with PowerShell
- Unblock-File -Path "C:\Users\Owner\Downloads\Zen-Backup-Tool-main\zen-backup-win.ps1
Had to add step #4 in order to get powershell script to run without errors.

Download
Clone the repository or download the ZIP file and extract it.
Open PowerShell as AdministratorPress the Windows Key, type PowerShell, right-click it, and select Run as Administrator.
Enable Script Execution (First Time Only)
By default, Windows blocks PowerShell scripts for security reasons. To allow this script to run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Had to add step #4 in order to get powershell script to run without errors.