Skip to content

Unblock File Required #8

Description

@Aaeeon
  1. Download
    Clone the repository or download the ZIP file and extract it.

  2. Open PowerShell as AdministratorPress the Windows Key, type PowerShell, right-click it, and select Run as Administrator.

  3. 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
  1. 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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions