Save-SpotlightImages

1.0

Saves spotlight images from the Windows lock screen to a user's Pictures folder

Minimum PowerShell version

2.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Save-SpotlightImages

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Save-SpotlightImages

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2021 robertlarue. All rights reserved.

Package Details

Author(s)

  • robertlarue

Tags

Save Spotlight Image Lock Screen Desktop Pictures

Functions

Save-SpotlightImages

Dependencies

This module has no dependencies.

Release Notes


Save-SpotlightImages

Saves spotlight images from the Windows lock screen to a user''s Pictures folder.

Images shown on the Windows lock screen are located in the AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets folder.
This utilty will save them to a user''s Pictures folder or any other destination.
By default it only saves images in the landscape orientation.

Script Help
-----------

<#
.Synopsis
   This function saves images from the Windows lock screen to a user''s Pictures folder
.Description
   Saves spotlight images from the Windows lock screen
.Example
   Save-SpotlightImages
   Error Skipped AlreadyPresent Copied
   ----- ------- -------------- ------
       0       4              0      4
.Parameter IncludePortrait
   By default, only images in landscape orientation are saved. With this flag, all images are saved including those in portrait orientation.
.Parameter Destination
   By default, images are saved to ~\Pictures\LogonImages. With this parameter, an alternate destination can be specified.
#>


Version History:
---------------
V1.0
> Initial release to the PowerShell Gallery

FileList

Version History

Version Downloads Last updated
1.0 (current version) 74 6/9/2021