How to revert back to the original (transparent) windows 11 user image

Problem

After choosing an image for your windows user and you want the default again, you won’t get the transparent look on the lock screen by default.

Solution

  1. Go to Settings > Accounts > Your Info (or open this link: ms-settings:yourinfo in a browser)
  2. Under Adjust your photo, select Choose a file > Browse files
  3. In that file picker go to C:\ProgramData\Microsoft\User Account Pictures and select user.bmp
  4. Now you see that the image is correct, but when you lock the device, the image isn’t transparent.
  5. Download PsExec and extract the .zip file.
  6. Now run the command PsExec.exe -s -i cmd.exe to open cmd as system.
  7. In the cmd window that just opened run the command regedit
  8. In the now opened regedit (as system), go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\
  9. In the key you see subkeys named with ssid’s of the users that have changed their image before. Now find your key. If you don’t know your ssid, use the command wmic useraccount get name,sid
  10. Remove your ssid key or add .old at the end of the key’s name.
  11. Now when your lock your device you see the transparent image again.

Posted by Michiel Niesen on Github Gist: https://gist.github.com/mniesen/c82729ec7b8baae9573ab092b07ba22e

Een reactie achterlaten

Je e-mailadres zal niet getoond worden. Vereiste velden zijn gemarkeerd met *