Clarification needed re specifying custom user account image


schmibble

Member
Member
Local time
2:53 AM
Posts
44
OS
Windows 11
Back in Windows 10, to change user account image you needed to have 6 different images all sized to specific resolutions and named to fit a specific schema, per Change Default Account Picture in Windows 10 . Shawn's tute doesn't deal with the resolutions but other sources made it clear that if you wanted the images to look really good, you needed to make each particularly named file a specific resolution, as indeed is implied by the names they had to take. If you merely did what Shawn said in his tutorial (unless they were really simple line drawings), Windows would have to scale your images and some, at least, would end up looking like junk. But if you created them individually so each looked good at its specified resolution, well, er, they'd look good.

So now I'm reading the Windows 11 version of the same tutorial, Change Account Picture in Windows 11 , and not only is there no mention of making the image a specific size, but this time there's only mention of one image, not six.

So I just want to make sure that I'm not missing anything here. Can someone who knows for sure just confirm to me that Windows 11 will not accept multiple images of different sizes for the user account image; in other words, in Windows 11, you do not have the option of having Windows use multiple images but instead you must designate only a single image, and accept whatever goshawful scaling Windows inflicts upon you?

If I can create images at different sizes, that's what I want to do. The automated Windows scaling gets completely incoherent if you have, say, a really cool complicated image of Arabic calligraphy at 448x448 but which becomes nothing more than a blob of brown if Windows is left to its own devices to scale it down to 32x32.

Oh, and if it's true that Windows 11 will only allow a single custom image to be specified, then is 448x448 going to be the recommended size? Or is it something else now?
 
Windows Build/Version
24h2

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS
    CPU
    Intel i7-13620H 10-Core
    Motherboard
    ASUS TUF FX507
    Memory
    32GB DDR5
    Graphics Card(s)
    GeForce RTX 4070
    Sound Card
    onboard
    Monitor(s) Displays
    laptop screen or Dell U3223QE
    Screen Resolution
    1980 or 2160, depending on laptop screen or desktop monitor
    Hard Drives
    SSD
    PSU
    laptop
    Case
    laptop
    Cooling
    laptop
    Keyboard
    laptop
    Mouse
    logitech M525
    Internet Speed
    5g
    Browser
    Firefox
Sorry, I can't speak for a local account. I have never changed my user account picture from within Windows itself. But If you use a MS account, you can manage your user account picture in your Your MS account online and you won't have a scaling issue. I see the same picture at high resolution on all my devices.

Otherwise see if the suggestions in this thread will help you.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    2x1tb Solidigm m.2 nvme /External drives 512gb Samsung m.2 sata+2tb Kingston m2.nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 11 Pro 24H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink Mini PC SER5
    CPU
    AMD Ryzen 7 6800U
    Memory
    32 gb
    Graphics card(s)
    integrated
    Sound Card
    integrated
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Crucial nvme
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    still too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender
    Other Info
    System 3 is non compliant Dell 9020 i7-4770/24gb ram Win11 PRO 26200.8457
Awesome Glass, I'm switching my query over to that thread as it's dealing with my issue. Doesn't exactly answer my question but Garlin there seems to have the knowledge I need so I'll hit him up. Many thanks for the pointer.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS
    CPU
    Intel i7-13620H 10-Core
    Motherboard
    ASUS TUF FX507
    Memory
    32GB DDR5
    Graphics Card(s)
    GeForce RTX 4070
    Sound Card
    onboard
    Monitor(s) Displays
    laptop screen or Dell U3223QE
    Screen Resolution
    1980 or 2160, depending on laptop screen or desktop monitor
    Hard Drives
    SSD
    PSU
    laptop
    Case
    laptop
    Cooling
    laptop
    Keyboard
    laptop
    Mouse
    logitech M525
    Internet Speed
    5g
    Browser
    Firefox
Brink's W11 tutorial is targeted for non-technical users, who are expected to use the Settings app to update their image.

In that scenario, you should use a 448x448 (or larger) image because submitting a smaller bitmap can result in ugly images from scaling up.

Your concern is scaling down. Windows still needs to create multiple bitmaps, because rescaling the same image on the fly to different resolutions is a performance drag. The different sizes are because the image can appear in different locations, like the Lock Screen, Settings app, or the Start Menu.

For the Settings app have your custom image everywhere, a 1080x1080 version must be created.

The following folders and reg keys are protected by TrustedInstaller rights. Resist the temptation to change ownership to yourself, and use an TrustedInstaller elevation tool like PowerRun to temporarily grant you system rights.

Copy your bitmaps to:
C:\Users\Public\AccountPictures\<your SID>​
C:\Users\<User>\AppData\Roaming\Microsoft\Windows\AccountPictures​
Create the following reg keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\<your SID> -> Image32​
...​
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\<your SID> -> Image1080​

Code:
mkdir C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000
copy your pre-sized bitmaps to this folder as Image[size].png
Replace my SID in the example, with your SID!!

copy C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\*.png C:\Users\GARLIN\AppData\Roaming\Microsoft\Windows\AccountPictures

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image32 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image32.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image40 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image40.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image48 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image48.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image64 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image64.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image96 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image96.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image192 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image192.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000' /v Image208 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image208.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image240 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image240.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image424 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image424.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image448 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image448.png" /t REG_SZ /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\S-1-5-21-2688404891-1577970816-2250804176-1000" /v Image1080 /d "C:\Users\Public\AccountPictures\S-1-5-21-2688404891-1577970816-2250804176-1000\Image1080.png" /t REG_SZ /f

Restart File Explorer or sign out to refresh all the displayed images. Normally I create all of the scaled images inside a script, but you have concerns about the poor quality of the resized images, so you need to do this manually.
 
Last edited:

My Computer

System One

  • OS
    Windows 7
Hey Garlin, you are awesome. Full answers are the only real answers--right down to the tip about not taking ownership. No sweat, I've got Rightclicktools installed and it'll open a Trustedinstaller regedit, but I might have gone the other way without your caution. Thanks!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS
    CPU
    Intel i7-13620H 10-Core
    Motherboard
    ASUS TUF FX507
    Memory
    32GB DDR5
    Graphics Card(s)
    GeForce RTX 4070
    Sound Card
    onboard
    Monitor(s) Displays
    laptop screen or Dell U3223QE
    Screen Resolution
    1980 or 2160, depending on laptop screen or desktop monitor
    Hard Drives
    SSD
    PSU
    laptop
    Case
    laptop
    Cooling
    laptop
    Keyboard
    laptop
    Mouse
    logitech M525
    Internet Speed
    5g
    Browser
    Firefox
@schmibble

Here's ten points, just for filling out your computer specs. :-)
 

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦26200.8457 ♦♦♦♦♦♦♦25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 5302)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Total Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Keyboard
    Logitech Classic Keybooard 200
    Mouse
    Logitech Optical M-BT96a
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 15 years?
Back
Top Bottom