zapret-install

Automate Windows deployment of zapret by downloading, extracting, and registering a service.

25|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/howdeploy/Zapret2agent --skill zapret-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zapret-install
Source: https://github.com/howdeploy/Zapret2agent/tree/main/windows/.claude/skills/zapret-install
Command: npx skills add https://github.com/howdeploy/Zapret2agent --skill zapret-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Download zapret-win-bundle, extract to C:\zapret, create Windows service.

Core Features & Use Cases

  • Automates end-to-end Windows deployment of zapret by downloading the latest bundle, extracting it to C:\zapret, and registering a Windows service.
  • Includes preflight checks, upgrade path, config backup, and post-install verification with verify-install.ps1.
  • Provides service hardening and recovery steps for safe, repeatable deployments.

Quick Start

Run the Windows installer workflow to fetch the latest zapret-win-bundle, extract it to C:\zapret, and register the winws2 service.

Frequently Asked Questions about zapret-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate zapret installation on Windows?

Automating zapret installation on Windows involves downloading the latest bundle, extracting it to C:\zapret, and registering a Windows service. This process handles preflight checks, config backup, and post-install verification.

What is required to run a zapret Windows service deployment?

Running a zapret Windows service deployment requires a 64-bit Windows environment and administrator rights. These prerequisites allow the installer to execute PowerShell scripts, fetch GitHub releases, and register the winws2 service properly.

How do I upgrade zapret on Windows without losing my configuration?

Upgrading zapret on Windows uses a dedicated workflow that includes config backup before overwriting files. The installer extracts the latest bundle to C:\zapret and preserves existing settings during the service update process.

Can I verify if the zapret Windows service is running correctly after installation?

Verifying the zapret Windows service after installation is done using the verify-install.ps1 script. This post-install verification checks the deployment status across your Windows environment to ensure the winws2 service is active and recovering properly.

Does the zapret Windows installer work without third-party dependencies?

The zapret Windows installer works without external dependencies by using built-in PowerShell and .NET calls. It fetches the bundle directly from GitHub releases, ensuring a clean deployment on supported 64-bit Windows systems.