question

OSD-4642 avatar image
0 Votes"
OSD-4642 asked germanfelipeocampogutierrez-4412 published

Windows 10 Lock Screen - Signin Screen Group Policy for Pro Home

Hi,

Would like to force a specific logon screen (the screen appears that on the user selection page).
My scenario is based on Win 10 Pro and Home with 95 % Pro (workgroup).

Group Policy:
Computer Configuration\Administrative Templates\Control Panel\Personalization\Force a specific default lock screen image

But note that this policy is valid only for Enterprise and Education editions: Any thoughts to perform the same on Win 10 Professional?

52810-image.png


windows-10-generalwindows-10-setup
image.png (55.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

OSD-4642 avatar image
0 Votes"
OSD-4642 answered

Ok, thanks for confirmation that it's not possible / supported for Pro editions.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JoyQiao-MSFT avatar image
1 Vote"
JoyQiao-MSFT answered OSD-4642 commented

Hi,

According to my test on Windows 10 Pro 1809, it is not work after changed this group policy. So I am afraid it only works for Enterprise and Education just like it's description.
Also as HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization is corresponding with group policy Force a Specific Default Lock screen and logon image, as my test, it not works on Windows 10 pro.

May be you could consider to use Desktop WallPaper just as the marked answer said in the following thread:
Changing the Lock/Login Background Image on Windows 10 Via GPO

By the way, group policy is not available for Windows 10 Home, so we just could test and apply it on Windows 10 Pro.

Bests,

============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,

Thanks for reply, I can rule out Windows 10 Home and only focus on PRO. I have 1909 and higher editions and my concern is to change the lock /logon screen not desktop wallpaper.

0 Votes 0 ·

Hi,

Yeah, I know your desire exactly. But it is not available on Windows 10 Professional through official measure, only available for Enterprise and Education.

So that is why I recommend to change wallpaper as a workaround.

Bests,

0 Votes 0 ·
germanfelipeocampogutierrez-4412 avatar image
0 Votes"
germanfelipeocampogutierrez-4412 answered germanfelipeocampogutierrez-4412 published

I found the answer in this link

https://community.spiceworks.com/topic/2179724-is-it-possible-to-change-lock-screen-on-windows-10-pro-using-gpo

This is possible for Windows 10 Pro but you cannot do it by setting the Computer Configuration > Administrative Templates > Control Panel > Personalization > Force a specific default lock screen and logon image GPO setting.

You can either copy the background from your server down to the computer (my preferred choice) or link directly to the file on the server share.

(COPY)

Create a new entry in Computer Configuration > Preferences > Windows Settings > Folders. I used C:\Windows\Background as the path and everything else default.
Create a new entry in Computer Configuration > Preferences > Windows Settings > Files. Enter the full path for the file on the server share in the Source file(s) field. ex. \\ServerName\Share\Background\LockScreen.jpg. Enter the path where you want the file on the local computer. Ex. C:\Windows\Background\LockScreen.jpg. Everything else can be left default.
Create 3 registry entries in Computer Configuration > Preferences > Windows Settings > Registry:
Hive: HKEY_LOCAL_MACHINE
Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP

Value name: LockScreenImageStatus

Value type: REG_DWORD

Value data: 0

Base: Decimal

Hive: HKEY_LOCAL_MACHINE
Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP

Value name: LockScreenImagePath

Value type: REG_SZ

Value data: C:\Windows\Background\LockScreen.jpg

Hive: HKEY_LOCAL_MACHINE
Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP

Value name: LockScreenImageUrl

Value type: REG_SZ

Value data: C:\Windows\Background\LockScreen.jpg

(DIRECT)

Create 3 registry entries in Computer Configuration > Preferences > Windows Settings > Registry:
Hive: HKEY_LOCAL_MACHINE
Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP

Value name: LockScreenImageStatus

Value type: REG_DWORD

Value data: 0

Base: Decimal

Hive: HKEY_LOCAL_MACHINE
Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP

Value name: LockScreenImagePath

Value type: REG_SZ

Value data: \\ServerName\Share\\Background\LockScreen.jpg

Hive: HKEY_LOCAL_MACHINE
Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP

Value name: LockScreenImageUrl

Value type: REG_SZ

Value data: \\ServerName\Share\\Background\LockScreen.jpg

These settings apply as soon as the GPO is updated, no need to restart.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.