https://github.com/smalls1652/pwsh.setwallpaper
https://github.com/smalls1652/pwsh.setwallpaper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smalls1652/pwsh.setwallpaper
- Owner: Smalls1652
- Created: 2021-07-11T21:49:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T21:56:47.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T13:12:50.088Z (2 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Set-Wallpaper
Change the wallpaper using PowerShell.
## ⚠ Notes
While a .NET 5 class library project is located in `.\Pwsh.SysModifier`, no actual code is built. It's only for separating out the C# code that will be dynamically compiled on script execution using `Add-Type`. Running `\build.ps1` will merge the main portion of the code into the final script.