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.

How to change background under RunOnceEx window

Featured Replies

Hi all,

I am wondering if there is a way to change the background color under the runonceex window... the default is blue, however i would ideally like to add a wallpaper here - can anyone tell me how to do this?

Any help would be appreciate...

I added a wallpaper using a regtweaks file called by cmdlines.txt. The entry is this:

;Set the default wallpaper

[HKEY_CURRENT_USER\Control Panel\Desktop]

"Wallpaper"="C:\\Windows\\web\\wallpaper\\crystal.jpg"

"WallpaperStyle"="2"

"TileWallpaper"="0"

Modify it to use whatever wallpaper you wish. :)

It can be done with AutoIt3.

A sample (Hope you like Bliss.bmp) :whistle:

; GuiConstants
Global Const $WS_POPUP = 0x80000000

$picture = 'Bliss.bmp'
GUICreate('My Window', @DesktopWidth, @DesktopHeight, 0, 0, $WS_POPUP)
GUICtrlCreatePic(@WindowsDir & '\Web\Wallpaper\' & $picture, 0, 0, @DesktopWidth, @DesktopHeight)
GUISetState()
Sleep(5000)

Proof of Concept that runs at T-12 for me. On top or not can be done ;) . She can even hide automated installs for me :yes: .

So long as you have imagination and willingness to script, then AutoIt can do it. :)

There is a very nice topic about transparent (!) windows (including RunOnceEx), nice background, high resolution and skinning during classic setup @ T12 and before/after.

I am using it since I started with uA, looks very nice.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.