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
Owners
Copyright
(c) 2021 robertlarue. All rights reserved.
Package Details
Author(s)
- robertlarue
Tags
Save Spotlight Image Lock Screen Desktop Pictures
Functions
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
- Save-SpotlightImages.nuspec
- PublishPsGalleryModule.ps1
- Save-SpotlightImages.psd1
- Save-SpotlightImages.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 81 | 6/9/2021 |