| HKEY_CURRENT_USER\control panel\desktop
this is the registry key that contains the details of the desktop.
it contains details like current desktop wallpaper, screen saver, time limit for screen saver to be active...
if you change these settings using
vb.reg.write()
function these keys will change,resulting in the change of wallpaper etc..... |