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.
11,195 questions
{count} votes

2 additional answers

Sort by: Most helpful
  1. 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