快速获得WIN10锁屏壁纸
Copyright Notice: This article is an original work licensed under the CC 4.0 BY-NC-ND license.
If you wish to repost this article, please include the original source link and this copyright notice.
Source link: https://v2know.com/article/74
①右击桌面→新建文本文档
②将以下内容复制到文本文档内:
echo off
set tmp=%~dp0\tmp
set res=%localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
echo Store image Temporary directory %tmp%for %%i in ( %tmp% ) do if not exist %%i md %%i
for /f "delims=" %%b in ('dir /a-d /b /s %res%') do (
if %%~zb GTR 409600 xcopy %%b %tmp%
)ren %tmp%\* *.jpg
echo Select Picture
start /w %tmp%
exit
③关闭,保存,接着修改txt后缀为bat:
→
→
,
然后点击桌面空白处,出现弹框:
选择是。
④这样你就获得了一个新建文本文档.bat文件:
⑤双击它,你就可以获得图片了。(图片默认保留在桌面的tmp文件夹内)
This article was last edited at