Custom backgrounds and banner messages on session logon screens 编辑
July 12, 2022 Contributed by: C
Custom backgrounds and banner messages on session logon screens
You can use the following commands to add a custom background or banner message to session logon screens. To add both a background and a banner message to session logon screens, you can embed the banner message into the background image.
create -k "HKLM\System\CurrentControlSet\Control\Citrix" -t "REG_SZ" -v "LogonDisplayString" -d "<text of custom logon banner message>" --force<!--NeedCopy-->
create -k "HKLM\System\CurrentControlSet\Control\Citrix" -t "REG_SZ" -v "BackgroundImagePath" -d "<path to your custom logon screen background image>" --force<!--NeedCopy-->
To use the feature on SUSE 15.3, install imlib2
from http://download.opensuse.org/distribution/leap/15.3/repo/oss/
.
Tip:
If you add a custom banner message using LogonDisplayString, the logon screen background is blue by default.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论