This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Update your desktop wallpaper from Windows Spotlight using PowerShell | |
.NOTES | |
Author: Shannon Graybrook | |
Github: github.com/realslacker | |
#> | |
#requires -version 5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Update your desktop wallpaper from Windows Spotlight using PowerShell | |
.NOTES | |
Author: Shannon Graybrook | |
Github: github.com/realslacker | |
#> | |
#requires -version 5.1 |