diff --git a/lockscreen-img.bat b/lockscreen-img.bat index 9be9c61..556886f 100644 --- a/lockscreen-img.bat +++ b/lockscreen-img.bat @@ -97,7 +97,6 @@ copy "%IMAGE%" "%WINDIR%\Web\Wallpaper\Windows\img0.jpg" /y >nul rem Clear cache takeown /r /d Y /f "%PROGRAMDATA%\Microsoft\Windows\SystemData" >nul icacls "%PROGRAMDATA%\Microsoft\Windows\SystemData" /reset /t >nul -del /q /f "%PROGRAMDATA%\Microsoft\Windows\SystemData\*" >nul for /d %%x in ("%PROGRAMDATA%\Microsoft\Windows\SystemData\*") do ( for /d %%y in ("%%x\ReadOnly\LockScreen_*") do rd /s /q "%%y" )