PC Review


Reply
Thread Tools Rate Thread

Cannot hide desktop icons

 
 
Teriel9
Guest
Posts: n/a
 
      4th Jun 2010
I go to Desktop properties but am not offered the "Show desktop icons"
referred to in the help file. "Show in groups" is greyed out.
I have invoked the XP Sidebar and wish to hide the desktop icons as they
will appear in the sidebar
Any ideas please
Teriel9



 
Reply With Quote
 
 
 
 
Gerald Ross
Guest
Posts: n/a
 
      4th Jun 2010
Teriel9 wrote:
> I go to Desktop properties but am not offered the "Show desktop icons"
> referred to in the help file. "Show in groups" is greyed out.
> I have invoked the XP Sidebar and wish to hide the desktop icons as they
> will appear in the sidebar
> Any ideas please
> Teriel9
>
>
>

Right click on desktop, click on "Arrange icons". There should be a
check beside "show desktop icons". Unccheck it. Is that what you did?

--
Gerald Ross
Cochran, GA

I have enough trouble single-tasking!





 
Reply With Quote
 
Teriel9
Guest
Posts: n/a
 
      4th Jun 2010

Thanks Gerald,
Yes that is what I tried to do but there was no "Show desktop icons" option
Teriel9


"Gerald Ross" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Teriel9 wrote:
>> I go to Desktop properties but am not offered the "Show desktop icons"
>> referred to in the help file. "Show in groups" is greyed out.
>> I have invoked the XP Sidebar and wish to hide the desktop icons as they
>> will appear in the sidebar
>> Any ideas please
>> Teriel9
>>
>>
>>

> Right click on desktop, click on "Arrange icons". There should be a check
> beside "show desktop icons". Unccheck it. Is that what you did?
>
> --
> Gerald Ross
> Cochran, GA
>
> I have enough trouble single-tasking!
>
>
>
>
>



 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      4th Jun 2010

To hide desktop icons: set the following registry setting and reboot (or
log off / on) immediately afterward ;

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideIcons"=dword:00000001

That is to say; locate the above reg-key (within the square brackets) and
create a new "Dword" value under it, then give it the value "1". - Then
reboot (or log off / on).

That should get rid [hide] your desktop icons.

To reverse (show desktop icons) ; locate the reg-key again and either
delete the value named "HideIcons" or re-set it's value to "0" (zero).
Again, then reboot (or log off / on).

==

Cheers, Tim Meddick, Peckham, London. :-)




"Teriel9" <(E-Mail Removed)> wrote in message
news:eX%236uA$(E-Mail Removed)...
> Thanks Gerald,
> Yes that is what I tried to do but there was no "Show desktop icons"
> option
> Teriel9
>
>
> "Gerald Ross" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Teriel9 wrote:
>>> I go to Desktop properties but am not offered the "Show desktop icons"
>>> referred to in the help file. "Show in groups" is greyed out.
>>> I have invoked the XP Sidebar and wish to hide the desktop icons as
>>> they
>>> will appear in the sidebar
>>> Any ideas please
>>> Teriel9
>>>
>>>
>>>

>> Right click on desktop, click on "Arrange icons". There should be a
>> check beside "show desktop icons". Unccheck it. Is that what you did?
>>
>> --
>> Gerald Ross
>> Cochran, GA
>>
>> I have enough trouble single-tasking!
>>
>>
>>
>>
>>

>
>


 
Reply With Quote
 
Mike S
Guest
Posts: n/a
 
      4th Jun 2010
>>>> I go to Desktop properties but am not offered the "Show desktop icons"
>>>> referred to in the help file. "Show in groups" is greyed out.
>>>> I have invoked the XP Sidebar and wish to hide the desktop icons as
>>>> they will appear in the sidebar
>>>> Any ideas please


>>> Right click on desktop, click on "Arrange icons". There should be a
>>> check beside "show desktop icons". Unccheck it. Is that what you did?


> To hide desktop icons: set the following registry setting and reboot
> (or log off / on) immediately afterward ;
>

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

> "HideIcons"=dword:00000001
> That is to say; locate the above reg-key (within the square brackets)
> and create a new "Dword" value under it, then give it the value "1".
> Then reboot (or log off / on).
> That should get rid [hide] your desktop icons.
> To reverse (show desktop icons) ; locate the reg-key again and either
> delete the value named "HideIcons" or re-set it's value to "0"
> (zero).
> Again, then reboot (or log off / on).
> Cheers, Tim Meddick, Peckham, London. :-)


I wrote a small Visual Basic program that leaves an icon in the system
tray, when you click on it the visibility of the desktop icons toggles,
so you can show/hide them with a click, and right clicking on it brings
up a menu that lets you shutdown the computer with one click. I'll be
happy to send it or the source code to anyone who wants it.

Mike
 
Reply With Quote
 
Teriel9
Guest
Posts: n/a
 
      5th Jun 2010

Yes please Mike
(E-Mail Removed)
Thanks
Teriel9


"Mike S" <(E-Mail Removed)> wrote in message
news:hubv5r$kk8$(E-Mail Removed)...
>>>>> I go to Desktop properties but am not offered the "Show desktop icons"
>>>>> referred to in the help file. "Show in groups" is greyed out.
>>>>> I have invoked the XP Sidebar and wish to hide the desktop icons as
>>>>> they will appear in the sidebar
>>>>> Any ideas please

>
>>>> Right click on desktop, click on "Arrange icons". There should be a
>>>> check beside "show desktop icons". Unccheck it. Is that what you did?

>
> > To hide desktop icons: set the following registry setting and reboot
> > (or log off / on) immediately afterward ;
> >

> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
> > "HideIcons"=dword:00000001
> > That is to say; locate the above reg-key (within the square brackets)
> > and create a new "Dword" value under it, then give it the value "1".
> > Then reboot (or log off / on).
> > That should get rid [hide] your desktop icons.
> > To reverse (show desktop icons) ; locate the reg-key again and either
> > delete the value named "HideIcons" or re-set it's value to "0"
> > (zero).
> > Again, then reboot (or log off / on).
> > Cheers, Tim Meddick, Peckham, London. :-)

>
> I wrote a small Visual Basic program that leaves an icon in the system
> tray, when you click on it the visibility of the desktop icons toggles, so
> you can show/hide them with a click, and right clicking on it brings up a
> menu that lets you shutdown the computer with one click. I'll be happy to
> send it or the source code to anyone who wants it.
>
> Mike



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide Desktop Icons =?Utf-8?B?TGF1cnlubg==?= Windows XP General 3 3rd May 2005 03:09 AM
RE: Hide Desktop Icons =?Utf-8?B?TWFyeQ==?= Windows XP General 0 27th Apr 2005 11:11 PM
Can I hide all my desktop icons with Active Desktop off? =?Utf-8?B?S2hlZUNodW4=?= Windows XP General 4 12th Oct 2004 02:20 AM
Hide icons on desktop? sandy Windows XP General 1 15th Jul 2004 07:18 PM
Hide Desktop Icons Amit Doshi Microsoft Windows 2000 Setup 1 24th Oct 2003 10:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:49 AM.