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
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
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.
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
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
i tried the latest version still same issue the issue has to do it .net framework and something about permissions
.NET Framework error unahandled exception Access to the path where the logon wallpaper is stored is denied access :/