Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Individual Scripts/spotlightimageextractor.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo ---------------------------------------------------------------------------
echo THIS SCRIPT WILL EXTRACT WINDOWS SPOTLIGHT IMAGES
echo YOU MIGHT ENCOUNTER AN ERROR IF YOU HAVE NOT ENABLED WINDOWS SPOTLIGHT FOR YOUR LOCK SCREEN
echo -----------------------------------------------------------------------------------------------
 

echo Script created by AaravHattangadi

timeout 3 > nul
Expand All @@ -18,12 +18,11 @@ if not %var%== Y exit
set /p optdir=Enter that path to your output directory here:

cd /d %userprofile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
xcopy /s * %optdir%
robocopy . %optdir% /s /xf /min:200000
cd %optdir%
ren *.* *.jpg

echo The process has completed.
echo There will be some icons copied as well. They are stored in the same folder as the spotlight images and this is a limitation of this script.

echo This script will automatically close now.
timeout 5
Expand Down