Change the Windows 10 Login Screen

posted Dec 9, 2015, 8:59 AM by Ezra Kenigsberg
Q: "How do I change the Windows 10 Login Screen?"

A: Two answers.

If you want to make the login screen a single color:
  1. Open regedit.exe
  2. Navigate to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System
  3. Add a DWORD key
    • named DisableLogonBackgroundImage
    • with the value 00000001
  4. Save
If you want to make the login screen a custom image:
  1. Download the Login Image Changer and copy "Windows 10 Login Changer.exe" to some directory on your hard drive
  2. Open a Command Prompt in that directory and enter
    "Windows 10 Login Changer.exe" /I="C:\Users\Rosie\Pictures\Image.jpg"
    (replace 
    "C:\Users\Rosie\Pictures\Image.jpg" with your proper image path.)
That's it!

For more detail & other options, go to the HowToGeek post from where I filched these instructions.
Comments