Q: "How do I change the Windows 10 Login Screen?"
A: Two answers.
If you want to make the login screen a single color: - Open regedit.exe
- Navigate to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System
- Add a DWORD key
- named DisableLogonBackgroundImage
- with the value 00000001
- Save
If you want to make the login screen a custom image: - Download the Login Image Changer and copy "Windows 10 Login Changer.exe" to some directory on your hard drive
- 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. |