Skip to content

Instantly share code, notes, and snippets.

@gotdibbs
Created October 30, 2016 20:18
Show Gist options
  • Save gotdibbs/b5f20f03deee56e490b36eee4582750e to your computer and use it in GitHub Desktop.
Save gotdibbs/b5f20f03deee56e490b36eee4582750e to your computer and use it in GitHub Desktop.
Copy Windows Spotlight Images
@echo off
title "Copying Spotlight Images..."
mkdir Spotlight
xcopy %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\*.* Spotlight\
ren Spotlight\*.* *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment