coprua Posted November 1, 2010 Posted November 1, 2010 Hi All,Does anyone know how to set a Start Menu Picture as default in OEMInfo.reg shown below please ?I made an OEMInfo.reg for SystemLogo ... It works ..... Now I need your help with Start Menu PicWindows 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.
myselfidem Posted November 1, 2010 Posted November 1, 2010 (edited) Hello!First you need to mount the image you want.Example for Windows 7 Ultimate x86:@echo offecho."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 errorsAfter browse to the folder:%systemdrive%\Temp_Folder\ProgramData\Microsoft\User Account PicturesYou 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 offecho."C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\test" /Commitpause to see if errorsAnd it's done!Cheers Edited November 1, 2010 by myselfidem
pankaj Posted November 13, 2010 Posted November 13, 2010 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
Tripredacus Posted November 15, 2010 Posted November 15, 2010 What you are refering to as a Start Menu Picture is i think actually the User Account Picture....What you are referring to as a User Account Picture (which was previously referred to as a Start Menu Picture) is actually called the User Tile.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now