Hi @Pavel yannara Mirochnitchenko ,
Thanks very much for your feedback and sharing. It's appreciated that you could click "Accept Answer" to the helpful reply, this will help other users to search for useful information more quickly. Here's a short summary for the problem.
Problem:
Want to manage custom Lockscreen in Windows Professional SKU
Reference:
https://cloudbymoe.com/f/change-windows-10-pro-lock-screen-using-intune
Solution/Workaround:
Do this with reg keys provided in the article:
#Set Lockscreen location for Windows Professional SKU
New-Item -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" -ErrorAction SilentlyContinue
New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" -Name LockScreenImagePath -Value "C:\yourfilesomewhere.jpg" -PropertyType String -Force
New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" -Name LockScreenImageUrl -Value "C:\yourfilesomewhere.jpg" -PropertyType String -Force
New-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP" -Name LockScreenImageStatus -Value "0" -PropertyType DWord -Force
Thanks again for your time. Have a nice day!
Best regards,
Simon
If the response 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.