VBScript wallpaper

VBScript wallpaper - VB/VBA/VBS - Programmation

Marsh Posté le 28-08-2007 à 09:39:57    

:hello: bonjour
 
je cherche à faire un script VBS qui changerait le fond d'écran à l'ouverture de session. Quelqu'un aurait-il ça svp ?

Reply

Marsh Posté le 28-08-2007 à 09:39:57   

Reply

Marsh Posté le 28-08-2007 à 09:44:04    

en admettant que ton fond d'écran se nomme "pic.bmp"

Code :
  1. Dim WshShell
  2. Set WshShell = WScript.CreateObject("Wscript.Shell" )
  3. WshShell.RegWrite "HKCU\Control Panel\Desktop\Wallpaper", pic.bmp
  4. WshShell.Run  "%windir%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters", 1, False
  5. Set WshShell = Nothing
 

fait à l'arrache, ça devrait marcher


Message édité par Harkonnen le 28-08-2007 à 09:44:37
Reply

Marsh Posté le 28-08-2007 à 12:10:59    

:hello:  
 
je vais essayer mais pic.bmp il doit être dans C:\WINDOWS\Web\Wallpaper ?

Reply

Marsh Posté le 28-08-2007 à 14:29:39    

non, pic.bmp doit comporter la totalité du chemin vers ton image

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed