Hi @Jackson Pedrini ,
maybe this script is helpful for you to get the job done:
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Olá,
Preciso de um script para alterar a imagem da tela de logon e de bloqueio.
Obrigado!
Hi @Jackson Pedrini ,
maybe this script is helpful for you to get the job done:
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten
Hello there,
This script might help you out https://social.technet.microsoft.com/Forums/en-US/de31675f-213b-4a38-8e22-39825394b960/force-a-specific-default-lock-screen-and-logon-image-batchpowershell?forum=win10itprogeneral
Similar discussion here https://social.technet.microsoft.com/Forums/en-US/de31675f-213b-4a38-8e22-39825394b960/force-a-specific-default-lock-screen-and-logon-image-batchpowershell?forum=win10itprogeneral
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–
Thanks,
I customized it for the .bat script below.
MD C:\Windows\System32\oobe\info\backgrounds
COPY \\10.0.2.3\MSI_Package\LockScreen\LockScreen.jpg C:\Windows\System32\oobe\info\backgrounds /y
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" /v LockScreenImageStatus /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" /v LockScreenImageUrl /t REG_SZ /d "C:\Windows\System32\oobe\info\backgrounds\lockscreen.jpg" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" /v LockScreenImagePath /t REG_SZ /d "C:\Windows\System32\oobe\info\backgrounds\lockscreen.jpg" /f