From c6560949fb0c6d45a49772647061c17f7a9d1581 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Thu, 10 Jun 2021 22:32:52 +0200 Subject: [PATCH] Remove unnecessary `del` line --- lockscreen-img.bat | 1 - 1 file changed, 1 deletion(-) 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" )