Hi Everyone,
I would need some help on how to refresh the Desktop after deleting the wallpaper in the registry. Does someone knows how to make that with a vbs command? I searched the Forum without a success.
Thx in advance
Sascha
'Delete Current Wallpaper
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper", "", "REG_SZ"
I would need some help on how to refresh the Desktop after deleting the wallpaper in the registry. Does someone knows how to make that with a vbs command? I searched the Forum without a success.
Thx in advance
Sascha
'Delete Current Wallpaper
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper", "", "REG_SZ"