What works for adding custom text to the Windows 11 lock screen?

0
0
Asked By MellowCedar42 On

We need a reliable way to display easily changeable custom text over the Windows 11 lock-screen background. We previously used Desktop Info for this, but it does not appear to work with the lock screen on current Windows 11 builds. We also tested Organizational Messages for Windows Spotlight, but it did not provide the result we needed. Are there any confirmed working solutions, scripts, or supported enterprise features for doing this?

1 Answer

Answered By AmberNook58 On

There is a PowerShell/.NET approach that generates a new image with the desired text rendered onto it, then uses that image as the wallpaper or lock-screen background. It takes a little scripting, but it allows the text to be updated programmatically.

VelvetOrbit3 -

I used a similar script for ordinary wallpapers. It writes the text onto an image with .NET methods, and the conference demonstration showed a more complete version of that idea.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.