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

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

  1. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    #401 Krutonium, Jul 23, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    C:\Windows\SystemResources\Windows.UI.Logon and all underlying files/folders need to be editable by Admin or Lower.

    My existing code:

    Code:
    ICACLS %windir%\SystemResources\Windows.UI.Logon /grant Everyone:(OI)(CI)F
    
    takeown /f %windir%\systemresources\windows.ui.logon\*
    
    exit
    
     
  2. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #402 Mr Jinje, Jul 23, 2015
    Last edited by a moderator: Apr 20, 2017
    No no no. Backwards. Takeown first, then grant permissions. Try this, made some required edits....

    R command - recurses takeown.

    Added \* to recurse the icacls.

    "Everyone" is spelled differently in other languages, likely a cause of some failures. Changed to language independent Well Known Sid of the Admin (S-1-5-32-544). Should work even on non-english machines now.


    Code:
    takeown /f %windir%\systemresources\windows.ui.logon /r
    
    ICACLS %windir%\SystemResources\Windows.UI.Logon\* /grant *S-1-5-32-544:F
     
  3. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Updated :)
     
  4. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    Yes sir. I had this issue with other commands. My machine is french. Yes "Y" "O" and NO "N" "N" don't work on some commands. :tasty:
     
  5. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
  6. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #406 Mr Jinje, Jul 23, 2015
    Last edited by a moderator: Apr 20, 2017
    Small change - icacls needed on the folder too. Uses /T to recurse while catching the folder.

    Code:
    takeown /f %windir%\systemresources\windows.ui.logon /r
    
    ICACLS %windir%\SystemResources\Windows.UI.Logon  /T /grant *S-1-5-32-544:F
     
  7. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Updated, I *think* it worked.
     
  8. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    I like the "I think" part :tasty:
     
  9. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    I mean, it worked on a fresh install of 10, but I need more confirmations.
     
  10. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    #410 cainwireshark, Jul 23, 2015
    Last edited: Jul 23, 2015
    guys can you please assist me am new here i found this app on another website and it was stated that this was the original source am running win 10 enterprise x86 10240 i run the app as admin but am faced with this issue any way to solve it please View attachment 37520
     
  11. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Attachments don't work, rehost it on Imgur or Similar - Also, what site did you come from?
     
  12. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    the site came from addictivetips
     
  13. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    In any case, try the latest version and see if it works for you.
     
  14. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    i(dot)imgur(dot)com/DzTL4m5.png?1 thats the link for my issue sorry it says i cant post links yet
     
  15. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    i tried the latest version still same issue the issue has to do it .net framework and something about permissions
     
  16. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Damn... It's like it hates me :/
     
  17. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    so please is there any fix for this ?
     
  18. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    #418 Krutonium, Jul 23, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  19. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    still same error :/
     
  20. cainwireshark

    cainwireshark MDL Novice

    Jul 23, 2015
    12
    0
    0
    .NET Framework error unahandled exception Access to the path where the logon wallpaper is stored is denied access :/