Skip to content

dryout/SetWinXPWallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Auto-Set Windows Legacy Wallpaper

Usage

Open PowerShell with administrator priv and paste the following codes:

Set-ExecutionPolicy Unrestricted -Scope Process; $Url = "https://github.com/dryout/SetWinXPWallpaper/archive/refs/heads/main.zip"; $TempDir = [System.IO.Path]::GetTempPath(); $ZipFile = Join-Path -Path $TempDir -ChildPath "repo.zip"; $ExtractPath = Join-Path -Path $TempDir -ChildPath "repo"; Invoke-WebRequest -Uri $Url -OutFile $ZipFile; Expand-Archive -Path $ZipFile -DestinationPath $ExtractPath -Force; $ScriptFile = Join-Path -Path $ExtractPath -ChildPath "SetWinXPWallpaper-main\SetWinXPWallpaper.ps1"; & $ScriptFile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published