faut modifier une clé du registre :
Shell.RegWrite "HKEY_CURRENT_USER\Control Panel\Desktop\WallPaper", 'chemin d'accés a ton papier peint' , "REG_SZ"
Quelques autre clés bien utiles pour bloquer l'apparence du bureau.
Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\NoDispAppearancePage",1,"REG_DWORD"
Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\NoDispSettingsPage",1,"REG_DWORD"
Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\NoDispScrSavPage",1,"REG_DWORD"
Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\NoDispCPL",1,"REG_DWORD"
pour ne pas que tes utilisateur puisse modifier : Shell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\NoChangingWallPaper",1, "REG_DWORD"
si t'as un AD, je te conseille les comptes mandataires