Windows 画图桌面版
我正在运行 Win7,并希望更改将 HKCU\Control Panel\Desktop\PaintDesktopVersion
设置为 1
时显示的构建标识符。
是否可以更改此文本或添加内容(例如个人计算机的名称或用户的名称)?
I am running Win7 and wish to change the build identifier displayed when setting HKCU\Control Panel\Desktop\PaintDesktopVersion
to 1
.
Is there a possibility to change this text, or to add to it (for example a name of the personal computer or a name of the user)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如大卫所说,该字符串是硬编码的。好消息是,已经存在一个很棒的实用程序,可以将文本添加到壁纸中。
Like David said, the string is hardcoded. The good thing is, there already exists a great utility that adds text to the wallpaper.
没有 API 可以控制显示的内容。如果您喜欢这样做,您可以破解 user32.dll.mui 的资源来更改文本。在我看来,修改壁纸将是一个更合理的方法。
There's no API to control what gets displayed. You can hack the resources of user32.dll.mui to change the text if that's the kind of thing you like doing. Modifying the wallpaper would be a more reasonable approach in my view.