(imported comment written by lukibest)
Why it doesn’t change my wallpaper?
download http://172.19.34.22:52311/Uploads/a940a9fc7ae4bbbfa68d86cbc3e4622e09aee410/big84.tmp
continue if { (size of it = 388477 and sha1 of it = “a940a9fc7ae4bbbfa68d86cbc3e4622e09aee410”) of file “big84.tmp” of folder “__Download”}
extract big84.tmp
//wait __Download\laski.jpg
copy “__Download\laski.jpg” “c:\Windows\Web\Wallpaper\laski.jpg”
//regset “” “Wallpaper”="%SystemRoot%\Web\Wallpaper\laski.jpg"
regset “” “ConvertedWallpaper”=“C:\Windows\Web\Wallpaper\laski.jpg”
regset “” “Wallpaper”=“C:\Windows\Web\Wallpaper\laski.jpg”
regset “” “Wallpaper”="%SystemRoot%\Web\Wallpaper\laski.jpg"
regset “” “ConvertedWallpaper Last WriteTime”=hex:00,36,c5,83,36,e6,c6,01
File is copy to folder and registry is change, when i click right mouse and properites->desktop i see my wallpaper and after click “OK” it changed. WHY? i need some refresh ?
Ok, I know how to refresh :
RUNDLL32.exe user32.dll, UpdatePerUserSystemParameters
When i localy runing this commad it works but when i run this commend using bigfix it doesn’t work
wait “{pathname of system folder}\RUNDLL32” user32.dll, UpdatePerUserSystemParameters
why?