Gu.
Gu.

Reputation: 1957

Windows PaintDesktopVersion

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)?

Upvotes: 1

Views: 462

Answers (2)

Anders
Anders

Reputation: 101646

Like David said, the string is hardcoded. The good thing is, there already exists a great utility that adds text to the wallpaper.

Upvotes: 9

David Heffernan
David Heffernan

Reputation: 612993

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.

Upvotes: 5

Related Questions