Skip to content

Instantly share code, notes, and snippets.

View patrickgreenwell's full-sized avatar

Patrick Greenwell patrickgreenwell

View GitHub Profile
@patrickgreenwell
patrickgreenwell / SaveSpotlightImages.ps1
Created September 26, 2017 14:18 — forked from spSlaine/SaveSpotlightImages.ps1
Copies the Windows Spotlight lock screen images in Windows 10 to a "Windows Spotlight" folder in My Pictures.
<#
.DESCRIPTION
Copies the Windows Spotlight lock screen images in Windows 10 to a "Windows Spotlight" folder in My Pictures.
This script will intelligently sort through the temporary directory and will only copy images
that are 1920x1080. Since the filenames of the images can change, the script will also compare
SHA1 hashes of the existing so we don't copy duplicates.
.NOTES
Version: 1.0.4