Get Windows Spotlight Images easily for use as desktop wallpapers

Rangan Das

New member
May 1, 2014
94
0
0
Visit site
I wrote a batch file that will get me the Windows Spotlight images. The code is as follows:

@ECHO OFF
ECHO Creating Spotlight directory...
mkdir %userprofile%\Pictures\Spotlight
ECHO Directiry Created.
ECHO Opening current user Spotlight download location...
cd %appdata%
cd ..
cd Local\Packages\Microsoft.Windows.ContentDeliveryManager*
cd LocalState\Assets
ECHO Reached Spotlight Assets directory.
ECHO Begin Copying...
xcopy * %userprofile%\Pictures\Spotlight
ECHO Copy completed.
ECHO Adding extensions...
cd %userprofile%\Pictures\Spotlight
rename * *.jpg
ECHO Extensions added.
Start %userprofile%\Pictures\Spotlight

You can get the batch file at https://onedrive.live.com/redir?resid=E5569BBAB912B6A5!294517&authkey=!AEkInJ9pJaNuqA8&ithint=file%2cbat

However, the only problem is that some store app thumbnails are coming in with them as well. Is there any way I can get rid of the smaller files, and invalid image files using the batch script? I am really new to batch, however, I do have experience in bash scripts.
 

Members online

No members online now.

Forum statistics

Threads
323,183
Messages
2,243,404
Members
428,036
Latest member
Tallgeeselll05