Jump to content

Random Wallpaper Changer for XP


Geej

Recommended Posts

This is an autoit utility to silently randomize your desktop wallpaper by selecting

a picture from %Windir%\Web\Wallpaper folder.

It was an inspiration from a post here. I improved the script to accommodate more logic & features.

Support jpg, jpeg, bmp & png pictures only. Will only set wallpaper to "Center" mode if image's width fall

below 70% of your screen width. Most of the time it is using "Stretch" mode.

If your picture ratio is same as your screen size, it is "Stretch" mode too.

Will not interfere with your theme(s).

Access thru Start ->All Programs -> Accessories->Random Wallpaper Changer or Desktop shortcut

Includes 5 randomly selected wallpaper to get you, hopefully inspired to randomize frequently. (Source)

Also include to randomize a wallpaper during ROE stage via a batch file.

afterroe.th.png

If you do not have ROE items, will still randomize your wallpaper. U will see it during creating desktop...

noroeeffect.th.png

Works on XP only.

RandomWallChanger_Addon.cab

Size: 1.28 Mb (1,342,725 bytes)

MD5: 2C4C45866CE1FAE179A4E7A8AC848AD0

Edited by Geej
Link to comment
Share on other sites

  • 7 months later...

Minor update:

Add autoit code with additional SRandom func

Randomize wallpaper during ROE via batch file.

Change 5 random-pick wallpapers (all are 1024x768 res)

Link to comment
Share on other sites

Can you tell me, how i can change the blue byckground during ROE? I only want to change it without your addon...

I have no idea how but trying something to set ROE background...

Let u know if I found a way to do it...

Also if any user here know, pls share

Link to comment
Share on other sites

Since you are already using autoit for the image, you could use it for the install as well. install the items and run them from within the script, then set your own progress and window and just splash it over the runonceex box (or show an avi).

Link to comment
Share on other sites

I thought of that too, something like that, by modifying the autoit script. (using simpler code, w/o adding on existing code)

I also thought of using some kind of registry tweak without script...

Nevertheless, still need to test further... and see how it goes.

Thanks for the suggestion :)

Link to comment
Share on other sites


splashimageon ("" , "C:\WINDOWS\Web\Wallpaper\wind.jpg" , @desktopwidth , @DesktopHeight, "", "" , 1)


;fileinstall ("" , "" , 1)
;fileinstall ("" , "" , 1)
;fileinstall ("" , "" , 1)
;fileinstall ("" , "" , 1)
;fileinstall ("" , "" , 1)

soundplay ("C:\WINDOWS\Media\town.mid" , 0)
ProgressOn("Installing", "" , "" , 80 , 100)
;runwait ("")
sleep (1000)
ProgressSet(20,"installing 1")
;runwait ("")
sleep (1000)
ProgressSet(40,"installing 2")
;runwait ("")
sleep (1000)
ProgressSet(60,"installing 3")
;runwait ("")
sleep (1000)
ProgressSet(80,"installing 4")
;runwait ("")
sleep (1000)
ProgressSet(100,"complete")


exit

playing stock midi tunes as well

Link to comment
Share on other sites

This is an interesting autoit code!

Guess what, I found it, using registry tweak only!

roebg.th.png

Need to Slipstream at T13...

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Colors]
;"Background"="58 110 165" ; default blue
"Background"="192 220 122" ;greenish

[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"=""

:D

Edited by Geej
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...