Jump to content

Changing Start Menu Picture


coprua

Recommended Posts

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.

Link to comment
Share on other sites


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
Link to comment
Share on other sites

  • 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

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