Judical Posted January 12, 2016 Report post Posted January 12, 2016 I am having issues trying to get the lockscreen to stick. It will show for for the first boot then revert back to a Microsoft picture. This is what I am currently using; echo f | XCOPY "%~dp0lockscreen.jpg" "C:\Windows\Web\Screen\img100.jpg" /HRCY REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Personalization" /V "LockScreenImage" /T REG_SZ /D "C:\Windows\Web\Screen\img100.jpg" /F I recently added the registry entry but that isn't making a difference. Can this only be done through GPO or am I doing something wrong? -Judical Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted January 12, 2016 Report post Posted January 12, 2016 This should get you started: http://damonjohns.com/2015/09/28/windows-10-implementing-custom-branding/ Quote Share this post Link to post Share on other sites More sharing options...
Judical Posted January 12, 2016 Report post Posted January 12, 2016 I was hoping it could be done without a GPO. Looking around the internet people say they have it working with a similar script to mine. Quote Share this post Link to post Share on other sites More sharing options...
dinci5 Posted January 20, 2016 Report post Posted January 20, 2016 You could check whether there is no GPO that's preventing you from changing the lock screen. Open gpedit an look for: "Prevent changing lock screen image" in Computer Configuration>Administrative Templates>Control Panel>Personalization. Quote Share this post Link to post Share on other sites More sharing options...