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.

Default Background

Featured Replies

Hey guys,

How do I make the default background black instead of the usual green hill and sky?

Where in the WINNT.SIF file do I add the the command and what is the correct command?

Thanks a lot,

nshah786

Windows Registry Editor Version 5.00

;Wallpaper before and After Login

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]

"Wallpaper"="C:\\Windows\\xxx.bmp"

[HKEY_CURRENT_USER\Control Panel\Desktop]

"Wallpaper"="C:\\Windows\\xxx.bmp"

$OEM$\$$\xx.bmp

is not better like this path

$OEM$\$$\Web\Wallpaper\xxx.bmp

I do this way.

Irving

Personally, I would suggest just setting it up the way you want it in Windows, and then save your theme, andthen just assign that theme as the default by using:

[Shell]
   CustomDefaultThemeFile="%Systemroot%\Resources\Themes\default.theme"

and that'll set it up exactly the way you want it!

Ok, I put the wallpaper in this map on my setup-CD.

$OEM$\$$\Web\Wallpaper\xxx.bmp :thumbup

Question 1: :wacko:

But where do I have to put the lines below?

In the winnt.sif?

As a CMD-file?

as a REG-file?

Question 2: :wacko:

And can we change the C: in %systemdrive%

;Wallpaper before and After Login

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]

"Wallpaper"="C:\Windows\web\wallpaper\xxx.bmp"

[HKEY_CURRENT_USER\Control Panel\Desktop]

"Wallpaper"="C:\Windows\web\wallpaper\xxx.bmp"

Please give me and others a clear answer.

Thanx,

JD from the Netherlands

Converted to a cmd file

reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t reg_expand_sz /d %systemroot%\web\wallpaper\xxx.bmp /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\Desktop" /v Wallpaper /t reg_expand_sz /d %systemroot%\web\wallpaper\xxx.bmp /f

edit: So you have a variable option.

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.