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

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

  1. eyecheck

    eyecheck MDL Junior Member

    Jul 15, 2015
    63
    12
    0
    sudo gpasswd -a $USER iamtheboss
     
  2. White Wizard

    White Wizard MDL Junior Member

    Jul 3, 2013
    61
    4
    0
    #303 White Wizard, Jul 20, 2015
    Last edited: Jul 20, 2015
    That is the old location on Windows 7, I did it before about two years ago.:biggrin:
     
  3. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    This thread just pulled a full 180 and started over, didn't it? XD

    In any case, the way I unlock the files now should work much better than the old way - I extract a batch file that does it for me ;)
     
  4. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    I love home cooking :tasty:
     
  5. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    So after testing on a VM, it appears that my Batch file is doing f*** all... :/

    Edit: I can't get ICACLS to touch the Windows.UI.Logon folder now - Access is Denied, as Admin.
     
  6. eyecheck

    eyecheck MDL Junior Member

    Jul 15, 2015
    63
    12
    0
    Admin only has read permissions for logon.pri
     
  7. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    The idea of using icacls and takeown is to give me/you read/write access. The recent update to Windows reset the background, and locked Admin from changing permissions on the folder. I am working on a fix. (It did this on both of my computers :/)
     
  8. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    What language are you coding in. or is this a .cmd converted to .exe.
     
  9. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Visual Basic, with scripts in Powershell and Batch to handle things that are easier to do in those languages.
     
  10. Belarathon

    Belarathon MDL Senior Member

    Nov 21, 2007
    316
    37
    10
    Yep, just like those wretched "frequent access folders" that come back every so often after an update. I fought them all through Windows 8.
     
  11. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    So, I can defeat the new protection by running a script as system, but this is a nasty workaround...
     
  12. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #314 Mr Jinje, Jul 21, 2015
    Last edited: Jul 21, 2015
    That sounds cleaner than taking ownership, granting permissions, etc...
     
  13. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Even as system that's exactly what I am doing, because TrustedInstaller is a pain. Once I let System take ownership, Admin can take Ownership from System and we are back to where we were.
     
  14. eyecheck

    eyecheck MDL Junior Member

    Jul 15, 2015
    63
    12
    0
    Changed owner and added myself a full permissions on UI.Logon folder for a test on the account picture using a clean install:

    If a user has not changed the logon account picture, then S-1-5-21.. does not exist - the frowny grey thing still shows when selecting it to not show.
     
  15. eyecheck

    eyecheck MDL Junior Member

    Jul 15, 2015
    63
    12
    0
    nice change thanks - yeah, unless that folder exists, then reg or folder actions won't cut it by the looks.
     
  16. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Pre-release 9 is now available, adds the ability to use Transparent PNG's.
     
  17. FunkyMike

    FunkyMike MDL Member

    Jul 30, 2009
    138
    16
    10