I try to set the wallpaper on windows 2000 en XP clients with this code:

$foto="foto.bmp"
If NOT Exist ("c:\winnt\"+$foto)
Copy @lserver+"\fotos\"+$foto "c:\winnt\"+$foto
EndIf
SetWallpaper ($foto,1)

This doesn't work because the file doesn't get copied to the client, a permissions question. Can the setwallpaper() function only work if you have local admin rights?