Script Tela Logon

Jackson Pedrini 51 Reputation points
2023-01-20T19:41:04.77+00:00

Olá,

Preciso de um script para alterar a imagem da tela de logon e de bloqueio.

Obrigado!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,037 questions
{count} votes

Accepted answer
  1. Andreas Baumgarten 117.5K Reputation points MVP
    2023-01-20T19:59:55.7866667+00:00

    Hi @Jackson Pedrini ,

    maybe this script is helpful for you to get the job done:

    Set-LockScreen.ps1


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Limitless Technology 44,506 Reputation points
    2023-01-23T16:12:58.23+00:00
    0 comments No comments

  2. Jackson Pedrini 51 Reputation points
    2023-01-23T19:22:17.6866667+00:00

    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
    
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.