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!

Tags: #System
Sign up and earn $1000 a day ⋙

Leave a Comment

How to enter BIOS (UEFI) on Windows 10, how to fix the error of not being able to enter BIOS Win 10

How to enter BIOS (UEFI) on Windows 10, how to fix the error of not being able to enter BIOS Win 10

Instructions on how to enter BIOS on Windows 10 for you, with video illustration.

How to use hidden video editor on Windows 11

How to use hidden video editor on Windows 11

Clipchamp is the default video editor on Windows 11, but if you just need to make a quick cut, split a simple photo, or add music to a clip, the classic editor inside the Photos Legacy app is a much better choice.

How to add End Task to Windows 11 Taskbar

How to add End Task to Windows 11 Taskbar

Windows 11 has a feature that adds an End Task button directly on the Taskbar, so you don't have to access Task Manager to close unresponsive applications.

How to turn on and connect Bluetooth on Windows 11

How to turn on and connect Bluetooth on Windows 11

This article will guide you through the ways to enable Bluetooth on Windows 11 to connect to wireless accessories with just a few simple steps.

How to backup data without using external hard drive

How to backup data without using external hard drive

Sometimes, you just can't find an external hard drive when you need it most. After losing important files a few times, some people have found a simple and reliable way to back up everything, even when the hard drive is unavailable.

4 best ways to hide or protect a Windows folder, without installing additional software

4 best ways to hide or protect a Windows folder, without installing additional software

The methods in this article will help you hide or protect Windows folders from prying eyes.

How to fix The User Profile Service failed the logon error on Windows 10

How to fix The User Profile Service failed the logon error on Windows 10

Most Windows errors occur after you log in to your computer. However, the User Profile Service Failed the Logon error doesn't allow you to log in at all, which is why it's harder to fix than other Windows errors.

How to get another year of free Windows 10 updates

How to get another year of free Windows 10 updates

Windows 10 has just three months left until support ends. In October 2025, the operating system will receive its final update, ending its 10-year lifecycle.

How to Fix Repairing Disk Errors on Windows

How to Fix Repairing Disk Errors on Windows

Errors related to your computer's drive can prevent your system from booting properly and restrict access to your files and applications.

Instructions for setting up and managing FTP Server on Windows 10

Instructions for setting up and managing FTP Server on Windows 10

If you want to create a private cloud to share and transfer large files without any limits, you can create an FTP Server (File Transfer Protocol Server) on your Windows 10 computer.

How to hide and show files in Windows 11 without software

How to hide and show files in Windows 11 without software

If you are looking for a way to hide files on Windows 11 without software, just follow the instructions below.

How to turn off hard drive when not in use on Windows 11

How to turn off hard drive when not in use on Windows 11

If your computer has an SSD and an HDD, you can turn off the hard drive after a period of inactivity.

How to change DNS to surf the web faster, increase Internet speed

How to change DNS to surf the web faster, increase Internet speed

Changing DNS on Windows has many benefits, such as: Accessing some blocked websites, speeding up internet connection, improving network stability. Below is how to change DNS on Windows 10, Windows 7 and other Windows versions. In the last part of the article, WebTech360 will talk a little about why changing DNS helps speed up the internet.

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

Blue screen of death (BSOD) is a common and not new error of Windows when the computer is experiencing some serious system error.

How to enter BIOS (UEFI) on Windows 10, how to fix the error of not being able to enter BIOS Win 10

How to enter BIOS (UEFI) on Windows 10, how to fix the error of not being able to enter BIOS Win 10

Instructions on how to enter BIOS on Windows 10 for you, with video illustration.

How to use hidden video editor on Windows 11

How to use hidden video editor on Windows 11

Clipchamp is the default video editor on Windows 11, but if you just need to make a quick cut, split a simple photo, or add music to a clip, the classic editor inside the Photos Legacy app is a much better choice.

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

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

Save images from the login screen, download Windows 10 lock screen images to keep the images you like or set them as your computer wallpaper. Here is the most detailed way to download images from Windows Spotlight for you.

How to add End Task to Windows 11 Taskbar

How to add End Task to Windows 11 Taskbar

Windows 11 has a feature that adds an End Task button directly on the Taskbar, so you don't have to access Task Manager to close unresponsive applications.

How to turn on and connect Bluetooth on Windows 11

How to turn on and connect Bluetooth on Windows 11

This article will guide you through the ways to enable Bluetooth on Windows 11 to connect to wireless accessories with just a few simple steps.

How to backup data without using external hard drive

How to backup data without using external hard drive

Sometimes, you just can't find an external hard drive when you need it most. After losing important files a few times, some people have found a simple and reliable way to back up everything, even when the hard drive is unavailable.

4 best ways to hide or protect a Windows folder, without installing additional software

4 best ways to hide or protect a Windows folder, without installing additional software

The methods in this article will help you hide or protect Windows folders from prying eyes.

How to fix The User Profile Service failed the logon error on Windows 10

How to fix The User Profile Service failed the logon error on Windows 10

Most Windows errors occur after you log in to your computer. However, the User Profile Service Failed the Logon error doesn't allow you to log in at all, which is why it's harder to fix than other Windows errors.

How to get another year of free Windows 10 updates

How to get another year of free Windows 10 updates

Windows 10 has just three months left until support ends. In October 2025, the operating system will receive its final update, ending its 10-year lifecycle.

How to Fix Repairing Disk Errors on Windows

How to Fix Repairing Disk Errors on Windows

Errors related to your computer's drive can prevent your system from booting properly and restrict access to your files and applications.

Instructions for setting up and managing FTP Server on Windows 10

Instructions for setting up and managing FTP Server on Windows 10

If you want to create a private cloud to share and transfer large files without any limits, you can create an FTP Server (File Transfer Protocol Server) on your Windows 10 computer.

How to hide and show files in Windows 11 without software

How to hide and show files in Windows 11 without software

If you are looking for a way to hide files on Windows 11 without software, just follow the instructions below.

How to turn off hard drive when not in use on Windows 11

How to turn off hard drive when not in use on Windows 11

If your computer has an SSD and an HDD, you can turn off the hard drive after a period of inactivity.

How to change DNS to surf the web faster, increase Internet speed

How to change DNS to surf the web faster, increase Internet speed

Changing DNS on Windows has many benefits, such as: Accessing some blocked websites, speeding up internet connection, improving network stability. Below is how to change DNS on Windows 10, Windows 7 and other Windows versions. In the last part of the article, WebTech360 will talk a little about why changing DNS helps speed up the internet.

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

How to Create a Blue Screen of Death (BSOD) to Prank Your Friends

Blue screen of death (BSOD) is a common and not new error of Windows when the computer is experiencing some serious system error.