Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Random Wallpaper Changer for XP

Featured Replies

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

  • 7 months later...

  • Author

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)

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

  • Author

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

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).

  • Author

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 :)


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

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.