Windows 10 Login Screen Background Changer! [Uploaded to GitHub!]

Discussion in 'MDL Projects and Applications' started by Krutonium, Jul 13, 2015.

  1. Belarathon

    Belarathon MDL Senior Member

    Nov 21, 2007
    316
    37
    10
    I take it that when your app says "if not listed, choose close!" means close without proceeding?
    Any chance you can put a 1680x1050 option in there?
     
  2. labvxe

    labvxe MDL Expert

    Mar 24, 2015
    1,375
    163
    60
    You have to pick the nearest resolution code you can get... They don't have the exact algorithms windows uses to determine screen resolution sizes
     
  3. Joemulder

    Joemulder MDL Novice

    Jul 17, 2015
    1
    0
    0
    We should all focus on 10240. It's not very hard if we follow the guide.
     
  4. Foreseenothe

    Foreseenothe MDL Novice

    Apr 4, 2015
    49
    11
    0
    Your original script doesn't work for me under 10240. Not compatible with this PRI file.
     
  5. labvxe

    labvxe MDL Expert

    Mar 24, 2015
    1,375
    163
    60
    The 1280x800 by me or pastebin script by @alexwilson

    What resolution are you using.
     
  6. Foreseenothe

    Foreseenothe MDL Novice

    Apr 4, 2015
    49
    11
    0
    1280x800_CLW script and I am using 1920x1200. My original pri file md5 is not 9ECEE07E8E4E8011C02EE6AA8015B0D2 anymore. Its 22ecb22142befa33c1a79f9987e3266c. It works now when I changed this line.
     
  7. labvxe

    labvxe MDL Expert

    Mar 24, 2015
    1,375
    163
    60
    Just remember that When you have a custom resolution, you're gonna have to select the resolution code closest to your resolution...and put the number in line 4 $blobtoreplace
     
  8. crossup

    crossup MDL Member

    Jun 20, 2015
    113
    153
    10

    Ok can you please explain exactly what I've to do to change it. I get that I have to change $outputPath and $replacementPath. What else? Take control of the original pri file?
     
  9. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    Im waiting for a fool proof method that does everything for me haha, Hosed a complete install yesterday playing with the logon screen :D
     
  10. Dufhz

    Dufhz MDL Junior Member

    Aug 6, 2009
    50
    3
    0
    lol.....................
     
  11. labvxe

    labvxe MDL Expert

    Mar 24, 2015
    1,375
    163
    60
    #154 labvxe, Jul 17, 2015
    Last edited by a moderator: Apr 20, 2017
    I haven't had put the takeown commands yet so you just have to do that manually one time before you run the script

    Code:
    takeown /f \windows\systemresources\windows.ui.logon\
    
    ICACLS \windows\systemresources\windows.ui.logon
    Then go to \windows\systemresources\windows.ui.logon
    Right click on the folder, properties, security tab, advanced, then go to owner and click change, input your username and click ok.
    Then click add, select principal, type your username and click ok then click full control

    Then you might get a prompt about changing the permissions settings on system folders just click yes.
    Then it says error occurred click CANCEL.
    Then click ok on propagation warning.

    Do the same commands and steps for \windows\systemresources\windows.ui.logon\Windows.UI.Logon.pri

    Then you can execute the command

    Make sure to modify the copy command on the very last part of my custom script.

    so eg.
    copy c:\Windows.UI.Logon.pri c:\windows\systemresources\Windows.UI.Logon\Windows.UI.Logon.pri

    Change the file path next to copy
     
  12. drakulaboy

    drakulaboy MDL Novice

    Jul 17, 2015
    25
    16
    0
    #155 drakulaboy, Jul 17, 2015
    Last edited: Jul 17, 2015
    WOW, it's working!!! Thank you!!!:worthy: can't show video, i'm new here, thank you all for great work!
     
  13. labvxe

    labvxe MDL Expert

    Mar 24, 2015
    1,375
    163
    60
    No problem bud :)
     
  14. labvxe

    labvxe MDL Expert

    Mar 24, 2015
    1,375
    163
    60
    You can fix broken login quick :D

    Safe mode, command prompt, notepad, change file back to old one :D
     
  15. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    It gave me a prime opportunity to test out the windows 10 "reset" feature and get a clean install :D:D:D
     
  16. crossup

    crossup MDL Member

    Jun 20, 2015
    113
    153
    10
    Awesome working. Many many thanks.

    I tried with the old script got the black screen, I used the installation usb to boot and open cmd and copy the original file back to folder.
     
  17. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    party pooper

    if you do the reset, it actually asks if you want to wipe ALL drives, not just C:. SCARY! haha