How can I hide desktop icons in Windows XP x64? The right clicking on the desktop method I used in x86 (32 bit) isn't there.

link|improve this question

67% accept rate
feedback

3 Answers

up vote 1 down vote accepted

According to this article from Microsoft Technet, you need to set

HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDesktop

to the DWORD value 1

link|improve this answer
1  
I did this, worked but I can't even right click desktop to bring up a context menu. – Andrew G. Johnson Apr 3 '11 at 2:44
feedback

I found this bit of information:

When you right-click the Desktop and choose Arrange Icons By sub-menu, these three options may be missing:

Show Desktop icons / Lock web items on the Desktop / Run Desktop Cleanup Wizard

This happens if the policy NoActiveDesktopChanges or NoActiveDesktop is enabled via the Group Policy Editor or via the Registry. Follow the steps given below to get back the missing options:

Click Start, Run and type REGEDIT. Navigate to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Double-click NoActiveDesktopChanges and set it to 0 Double-click NoActiveDesktop and set it to 0 (if it exists)

Close Registry Editor and restart Windows.

link|improve this answer
The fact that NoActiveDesktopChanges and NoActiveDesktop are both not there makes me uneasy. – Andrew G. Johnson Apr 2 '11 at 20:23
@Andrew: The key names themselves are suspicious too, desktop icons and active desktop are different. – Tom Wijsman Apr 2 '11 at 22:59
I have been using this one click utility in W7 64bit, works well...howtogeek.com/howto/windows-vista/… – Moab Apr 2 '11 at 23:22
feedback

Use Fences. When you double click on any blank space on your desktop, all icons disappear; and when you double click again, they come back.

Fences is free for personal use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.