@echo off
rem 只需把图片拖放到该批处理上即可
set CurPath=%~dp0
set CurPath=%CurPath:~0,-1%
attrib +s "%CurPath%"
del /arsh "%~dp0desktop.ini" >nul 2>nul
>"%~dp0desktop.ini" echo
>>"%~dp0desktop.ini" echo
>>"%~dp0desktop.ini" echo IconArea_Image=%1
>>"%~dp0desktop.ini" echo IconArea_Text=0x000000ff
attrib +h +r +s "%~dp0desktop.ini"
taskkill /f /im explorer.exe
start explorer.exe