• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Cannot hide desktop icons

T

Teriel9

Flightless Bird
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
 
G

Gerald Ross

Flightless Bird
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!
 
T

Teriel9

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


"Gerald Ross" <gwader@comsouth.net> wrote in message
news:-OlDjkv9ALHA.420@TK2MSFTNGP02.phx.gbl...
> 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!
>
>
>
>
>
 
T

Tim Meddick

Flightless Bird
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" <terry@teriel-consultants.co.uk> wrote in message
news:eX%236uA$ALHA.3880@TK2MSFTNGP04.phx.gbl...
> Thanks Gerald,
> Yes that is what I tried to do but there was no "Show desktop icons"
> option
> Teriel9
>
>
> "Gerald Ross" <gwader@comsouth.net> wrote in message
> news:-OlDjkv9ALHA.420@TK2MSFTNGP02.phx.gbl...
>> 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!
>>
>>
>>
>>
>>

>
>
 
M

Mike S

Flightless Bird
>>>> 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
 
T

Teriel9

Flightless Bird
Yes please Mike
terry@yourinternetspace.net
Thanks
Teriel9


"Mike S" <mscir@yahoo.com> wrote in message
news:hubv5r$kk8$1@news.eternal-september.org...
>>>>> 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
 
Top