How to download Windows 10 lock screen images from Spotlight to your computer

Windows Spotlight is a new feature on Windows 10, allowing users to download and use featured photos of the day from Bing Images to use as a lock screen, besides you can vote and comment on the photos.

In the upper right corner of the screen, you can show your liking by swiping up (like) or down on the image that is currently displayed. If you don't like it, it will disappear. If you like it, a similar image will appear next time.

This feature is quite cool, allowing you to change your lock screen wallpaper regularly and automatically, with the best pictures.

While using Spotlight, if you like some images and you want to use them on other computers, you can download and save them by doing the following.

How to download Windows 10 lock screen images from Spotlight to your computer

How to download images that appear on the Windows 10 lock screen

Find and Save Windows Spotlight Background Images Using PowerShell Script

1. Download the PowerShell script Find_Windows_Spotlight_images.ps1 .

Code:

$WindowsSpotlightFolder = "$env:USERPROFILE\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
$WindowsSpotlightImages = "$env:USERPROFILE\Desktop\SpotlightImages\"

if (Test-Path $WindowsSpotlightImages) {
    $FolderTimestamp = Get-Date (Get-Item $WindowsSpotlightImages).LastWriteTime -Format "yyyyMMdd.HHmmss"
    Rename-Item -Path $WindowsSpotlightImages -NewName ('SpotlightImages-' + $FolderTimestamp) -Force
    Remove-Variable FolderTimestamp   # Cleanup
}

New-Item -Path $WindowsSpotlightImages -ItemType Directory | Out-Null

Add-Type -AssemblyName System.Drawing
$ImagesToCopy = @()
$(Get-ChildItem -Path $WindowsSpotlightFolder).FullName | ForEach-Object { 
    $Image = [System.Drawing.Image]::Fromfile($_)
    $Dimensions = "$($Image.Width)x$($Image.Height)"

    If ($Dimensions -eq "1920x1080") {
        $ImagesToCopy += $_
    }
    $Image.Dispose()
}

$ImagesToCopy | Copy-Item -Destination $WindowsSpotlightImages 
$FileNumber = 0

Get-ChildItem -Path $WindowsSpotlightImages | Sort-Object LastWriteTime | 
foreach {
    $FileNumber += 1
    Rename-Item -Path $_.FullName -NewName ("1920x1080_" + $FileNumber.ToString("000") + '.jpg')
}

# Report
$NewSpotlgihtImages = Get-ChildItem -Path $WindowsSpotlightImages
if ($NewSpotlgihtImages) {
    Write-Host
    ($NewSpotlgihtImages).Name
    Write-Host `n($NewSpotlgihtImages).Count "new images were copied into $WindowsSpotlightImages`n" -ForegroundColor Green 
}
else { 
    Write-Host "`nNo new images were copied.`n" -ForegroundColor Red
    Remove-Item $WindowsSpotlightImages -Force
}

# Cleanup
Remove-Variable WindowsSpotlightFolder, WindowsSpotlightImages, ImagesToCopy, Image, Dimensions, FileNumber, NewSpotlgihtImages

2. Save the .ps1 file to the desktop.

3. Unblock .ps1 file.

4. Right-click or press and hold on the .ps1 file and click Run with PowerShell .

5. You will now have a SpotlightImages folder on your desktop with 1920 x 1080 Windows Spotlight images saved in it.

How to download Windows 10 lock screen images from Spotlight to your computer
SpotlightImages folder on the desktop with 1920 x 1080 Windows Spotlight images saved in it

Find and manually save Windows Spotlight background images

1. Copy and paste the folder location below into the File Explorer address bar and tap Enterto open the Assets folder .

Note : The location of the folder below is revealed in the LandscapeAssetPath string value of the registry key below.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen\Creative
%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets

2. Select all the items in the Assets folder and copy them all to another folder (e.g. %UserProfile%\Pictures ) of your choice.

If you prefer, you can also right-click a file, click Open with , and select Windows Photo Viewer to see the Windows Spotlight images listed.

How to download Windows 10 lock screen images from Spotlight to your computer
Select all the items in the Assets folder and copy them all to another folder

3. Open the folder (for example, %UserProfile%\Pictures ) where you saved the items, click the File tab, click Open Windows PowerShell , and select Open Windows PowerShell again.

How to download Windows 10 lock screen images from Spotlight to your computer
Click the File tab, click Open Windows PowerShell twice

4. Type each of the following commands into PowerShell , pressing enter Enterafter each command and closing PowerShell when finished. This will rename all the items in the folder and add the .jpg file extension.

cmd
ren * * .jpg
How to download Windows 10 lock screen images from Spotlight to your computer
Enter commands into PowerShell

5. Add the Dimensions column to the folder (e.g. %UserProfile%\Pictures ) you saved the items to. Change the folder view to sort by Dimensions details in descending order.

6. You will notice that the Windows Spotlight images will be different sizes for PC and mobile devices. You can delete the ones you don't want to save.

How to download Windows 10 lock screen images from Spotlight to your computer
Windows Spotlight images will be different sizes for PC and mobile devices

7. This is a 1920 x 1080 Windows Spotlight PC image displayed in extra large icon view.

How to download Windows 10 lock screen images from Spotlight to your computer
This is a 1920 x 1080 Windows Spotlight PC image displayed in extra large icon view

If you don't want to use PowerShell, you can download any Rename Utility like Bulk Renaming Utility and install it.

After installation is complete, open the application, navigate to the folder, select all the files and then add the extension ".jpg".

If you are lazy to download manually, you can download the full Windows Spotlight package here.

See more articles below:

Good luck!

Sign up and earn $1000 a day ⋙

Leave a Comment

Fix Windows Error Code 0xc0000098: Backup ACPI.sys to Prevent Boot Failure

Fix Windows Error Code 0xc0000098: Backup ACPI.sys to Prevent Boot Failure

Error code 0xc0000098 in Windows causes a blue screen error on startup. The ACPI.sys driver is often to blame, especially on unsupported versions of Windows 11 like 23H2 or 22H2 or Windows 10.

Quickly fix Windows 10/8/7 computer error that freezes and cannot exit Safe Mode

Quickly fix Windows 10/8/7 computer error that freezes and cannot exit Safe Mode

In some cases, sometimes you start your computer in Safe Mode and the computer freezes. So how to fix the error in this case, please refer to the article below of WebTech360.

How to fix Snipping Tool keeps showing error

How to fix Snipping Tool keeps showing error

Snipping Tool is a powerful photo and video capture tool on Windows. However, this tool sometimes has some errors, such as constantly displaying on the screen.

How to get the fastest internet connection from your router

How to get the fastest internet connection from your router

Every network has a router to access the Internet, but not everyone knows how to make the router work better. In this article, we will introduce some router tips to help speed up the wireless connection in the network.

Common Mistakes When Performing Internet Speed ​​Tests

Common Mistakes When Performing Internet Speed ​​Tests

If the results seem slower than expected, don't be too quick to blame your ISP - mistakes when performing the test can skew your numbers.

What is QoS? How to use QoS for faster Internet speeds when you need it most

What is QoS? How to use QoS for faster Internet speeds when you need it most

In the article below, we will introduce and guide you to learn about the concept of QoS - Quality of Service on router devices.

Why cant this built-in Credential Manager feature in Windows replace a password manager?

Why cant this built-in Credential Manager feature in Windows replace a password manager?

Windows has a built-in Credential Manager, but it's not what you think it is—and certainly not a replacement for a password manager.

How to install free HEVC codecs on Windows 10 (for H.265 video)

How to install free HEVC codecs on Windows 10 (for H.265 video)

Microsoft charges for its official codecs and doesn't include them in Windows 10. However, you can get them for free without pulling out your credit card and spending $0.99.

Instructions to fix Access Denied error when accessing files or folders on Windows

Instructions to fix Access Denied error when accessing files or folders on Windows

While having trouble accessing files and folders can be frustrating, don't panic—with a few simple tweaks, you can regain access to your system.

How to check if USB Boot has been created successfully?

How to check if USB Boot has been created successfully?

After creating a USB boot to install Windows, users should check the USB boot's performance to see if it was created successfully or not.

4 Types of Windows Data That Are Growing in Size: How to Control Them?

4 Types of Windows Data That Are Growing in Size: How to Control Them?

Although Windows Storage Sense efficiently deletes temporary files, some types of data are permanent and continue to accumulate.

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

How to turn off background apps in Windows 11, reduce RAM consumption on Win 11

You can turn off Windows 11 background apps to optimize performance, save battery and reduce RAM consumption.

Instructions to fix the error “Network path was not found” in Windows

Instructions to fix the error “Network path was not found” in Windows

When a computer, mobile device, or printer tries to connect to a Microsoft Windows computer over a network, for example, the error message network path was not found — Error 0x80070035 may appear.

How to block Internet connection of Windows 10 software and applications

How to block Internet connection of Windows 10 software and applications

We can block Internet access for any application or software on the computer, while other programs can still access the network. The following article will guide readers on how to disable Internet access for software and applications on Windows.

How to Stay Safe on Windows 10 Until 2030

How to Stay Safe on Windows 10 Until 2030

Instead of paying $30 for a year of security updates, keep Windows 10 safe until 2030 with this simple solution.