【发布时间】:2012-10-28 01:41:00
【问题描述】:
我想通过 c# 代码更改 Windows 8 锁屏背景图片。
我非常熟悉如何在 Windows 7 中执行此操作,而且 Windows 8 不支持此方法。
我尝试使用 Process Monitor,同时通过 SystemSettings.exe 一遍又一遍地更改它,但对我来说没有什么特别突出的。
【问题讨论】:
我想通过 c# 代码更改 Windows 8 锁屏背景图片。
我非常熟悉如何在 Windows 7 中执行此操作,而且 Windows 8 不支持此方法。
我尝试使用 Process Monitor,同时通过 SystemSettings.exe 一遍又一遍地更改它,但对我来说没有什么特别突出的。
【问题讨论】:
看看-Lock screen personalization sample(如何使用LockScreen API设置当前用户的锁屏图片)。也许对你有用。
【讨论】: