1

I know how to change the login screen, it's easy. But I would like to figure out a way to do it through GPO or login script. I have tried running the script as the computer start-up script as well as the users login script(GPO) But the users do not have admin rights and the require UAC to replace the backgroundDefault.jpg. Turning UAC off is not an option.

Any idea's

1 Answers1

3

You could simply copy the file to all your machines from an administrator logon. That's more or less what I did. I just did it one at a time, but you could put that in a batch file.

ETL
  • 6,513
  • 1
  • 28
  • 48
  • 2
    This is all we did. Make a GPO to do this in the machine context, not a user's context. Job done. – Rob Moir Feb 06 '14 at 17:40
  • RobM are talking about running a script via GPO from the Computer side versus the user side? ie the startup vs login script? Cause I tried that and it didn't work for me.. – Shane Roppel Feb 07 '14 at 16:52
  • ETL - that was what I was thinking as well just using a for loop to circulate through the subnet. I just though is was little inelegant, however effective. I was hoping to just automate through GPO. But I think at this point you have a the top answer. Thanks! – Shane Roppel Feb 07 '14 at 16:55