Hello,
I should make GPO to change one wallpaper at 07:00 AM and change other wallpaper at 03:00 PM.
I have made two bat files.
I want to execute them with schedules tasks via GPO. My DC is Windows Server 2008 R2 Standard, The client PC is Windows 10.
My bat file content following:
reg add "HKCU\Control Panel\Desktop" /v Wallpaper /f /t REG_SZ /d path
RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters ,1 ,True
exit
I have executed it successfully local on client PC . I make GPO with following parameters:( see attached screenshot).
The task available in the tasks in client PC and ecuted sucssessfylly but nothing happen.
Could you help mi , please?