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.

Changing Start Menu Picture

Featured Replies

Hi All,

Does anyone know how to set a Start Menu Picture as default in OEMInfo.reg shown below please ?

5k3lht.jpg

I made an OEMInfo.reg for SystemLogo ... It works ..... Now I need your help with Start Menu Pic

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
@=""
"Logo"="c:\\windows\\system32\\OOBE\\SystemLogo.bmp"

Thanks so much for your help in advance.

Hello!

First you need to mount the image you want.

Example for Windows 7 Ultimate x86:


@echo off
echo.
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /WimFile:"C:\Win7\sources\install.wim" /Index:5 /MountDir:"C:\test"
pause to see if errors

After browse to the folder:

%systemdrive%\Temp_Folder\ProgramData\Microsoft\User Account Pictures

You can insert an new customized picture .bmp (max 128 x 128) for your account; or choose the image you want!

Rename the image "user.bmp" by "user1.bmp" and give the name for your new image "user.bmp".

UnMount and commit:


@echo off
echo.
"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\test" /Commit
pause to see if errors

And it's done!

Cheers

Edited by myselfidem

  • 2 weeks later...

What you are refering to as a Start Menu Picture is i think actually the User Account Picture....

On a normal install they are located in C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures

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.