How-To Geek
Stupid Geek Tricks: How to Display the Windows Version on the Desktop

Have you ever noticed during all the beta releases of Windows, there’s always a Windows version on the desktop in the lower right-hand corner? Here’s how that “feature” is enabled or disabled.
Obviously this isn’t terribly useful, which is exactly what makes it a Stupid Geek Trick. Either way, it’s a good learning experience to better understand how your OS works.
Adding the Windows Version to the Desktop
The trick is really simple, you just have to edit a key in the registry and you are done. Let’s start by opening the “Start Menu”, type “regedit” then hit Enter.


When the Registry window open, from the left pane, navigate to this key:
HKEY_CURRENT_USER\Control Panel\Desktop
Make sure you select “Desktop” and not the subfolders in it, then on the right-hand side, search for “PaintDesktopVersion” and double-click it.


A dialog will pop-up, change the “Value Data” field to 1.


Now restart and you’ll see your Windows version printed on the desktop. It’s pointless but interesting.


If you want to remove the watermark, just change the “Value Data” field back to 0 for disabled.
Got Feedback? Join the discussion at discuss.howtogeek.com
Comments (16)
Omar Hafiz is a geeky Linux user who loves customizing Ubuntu to fit his personal style. Whether it's the login screen or his Gnome panels, he's got them tweaked to perfection.
- Published 04/11/11




I read this and immediately thought: “Neat!”. My second thought was one of realisation that I am therefore a geek :)
I tried that a week ago. For some reason, it doesn’t work on my Vista Home Premium 32bit.
It should do. Can’t figure it out.
Is it possible to display ‘other’ system info using similiar registry entries?
I have the same quustion as JCMOtech
I have the same question as JCMOtech
Take a look at BGInfo – simple way to put configurable system info on your desktop
What does the build number mean or represent?
I must be a real DUMB Geek because when I click open start menu, there is NO PLACE to type “regedit”? What am I missing? I clicked on “Start”. Is that correct?
H E L P !!!
@Annie M. Should be a search box at the bottom of the start menu. Or try the windows key + R. that should open the run box
Thanks,
Looks good on my Windows XP SP2.
@JCMOtech @Varun
Try Rainmeter or Conky in Ubuntu/Linux
Please try again LH. I tried that on both my Windows Vista Home Premium 32bitand Windows 7 Home Premium 32bits machines and they both work as instructed.
zhu ruiyin Hi. I have a feeling, that I disabled that in HKLM awhile ago, when I was removing such from when I was using an RC version. That would overwrite the HKCU option. I just can’t remember. It was a while ago.
Annie M.
To find box to type in “regedit” open Start Menu then click on run to type “regedit”, omitted in instructions unless Windows 7 is different to XP.
must be a real DUMB Geek because when I click open start menu, there is NO PLACE to type “regedit”? What am I missing? I clicked on “Start”. Is that correct?
vistamike already answered that. Press the Win + R keys.
reg add “HKCU\Control Panel\Desktop” /v PaintDesktopVersion /t REG_DWORD /d 1
For the commandline users :)