Skip to content
Fred Vatin edited this page Sep 19, 2025 · 22 revisions

PREREQUISITES

For applications mentioned, I will also mention their package ID if available so you can use winget or (better) UniGetUI to install them easily.

Lively Wallpapers

If not already installed, I recommend the github version over the MS store one. Package ID: rocksdanister.LivelyWallpaper.

Check if Lively.exe is installed in %ProgramFiles%\Lively Wallpaper\Lively.exe. The pwsh command:

(Test-Path -Path "$env:ProgramFiles/Lively Wallpaper/Lively.exe" -PathType Leaf)

must return True

IF NOT, you will also need the livelycu.exe CLI tool from here and add it to your user Path. To do so, I suggest you to move livelycu.exe to %LocalAppData%\Microsoft\WindowsApps

PWSH

The scripts won’t run on the default installed Powershell 5. Run it in a modern pwsh terminal environment. If not installed, use Uniget or Winget and search for ID: Microsoft.PowerShell.

image

Install the winget version. Be sure to select the one whose ID is Microsoft.Powershell and version > 7.

Rainmeter

It is only required if you want to use the rainmeter config of course. Package ID: Rainmeter.Rainmeter.

GETTING STARTED

  1. Add tags to your wallpapers
  2. Download the scripts
  3. Powershell Scripts
  4. Rainmeter Skin

Clone this wiki locally