A command-line tool developed with .NET 9 that copies the current Windows Spotlight wallpaper from its system location to the user's Downloads folder.
Run the programme from the command line using the following syntax:
SpotlightWallpaperCopier [options]-
-n, --dst-file-name <name>
Specifies the destination filename (without extension). Default is "UntitledWallpaper". -
-h, --help
Displays this help information. -
-v, --version
Shows the programme version.
-
Copy with default filename:
SpotlightWallpaperCopier
-
Copy with custom filename:
SpotlightWallpaperCopier --dst-file-name MyWallpaper
-
Show help:
SpotlightWallpaperCopier --help
-
Show version:
SpotlightWallpaperCopier --version
- Windows operating system
- .NET 9 runtime
- The programme copies the wallpaper from:
C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Themes\TranscodedWallpaper - The file is saved to the user's Downloads folder with a
.jpgextension - If a file with the same name exists, a number will be appended (e.g., "MyWallpaper (1).jpg")