6 lines
213 B
Batchfile
6 lines
213 B
Batchfile
@echo off
|
|
set SRCPATH=%~dp0
|
|
cd "%SRCPATH:~0,-1%"
|
|
powershell.exe -ExecutionPolicy ByPass .\SetWallpaper.ps1
|
|
|
|
del /Q /F C:\ProgramData\Microsoft\Windows\SystemData\S-1-5-18\ReadOnly\LockScreen_Z\*.* 1>NUL 2>NUL |