Home All Groups Group Topic Archive Search About

An anomylous file on my desktop

Author
8 Apr 2005 5:21 PM
Carl Gross
We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
After the upgrade I noticed I had a folder on the desktop that has no name,
can't be cut, copied or deleted:  it just sits there.

What could it be?

Author
8 Apr 2005 5:44 PM
Rob Stow
Carl Gross wrote:
> We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> After the upgrade I noticed I had a folder on the desktop that has no name,
> can't be cut, copied or deleted:  it just sits there.
>
> What could it be?

Right-click on it and select "Properties".  Tell us what it says
there.
Author
8 Apr 2005 6:57 PM
Carl Gross
There is no "Properties" selection. There is "Cut", "Create Shortcut" and
"Delete", none of which will preform the described functions.

Show quoteHide quote
"Rob Stow" wrote:

> Carl Gross wrote:
> > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > After the upgrade I noticed I had a folder on the desktop that has no name,
> > can't be cut, copied or deleted:  it just sits there.
> >
> > What could it be?
>
> Right-click on it and select "Properties".  Tell us what it says
> there.
>
Author
8 Apr 2005 9:25 PM
Crouchie1998
Can't you try to rename it & then delete it?

Crouchie1998
BA (HONS) MCP MCSE
Author
11 Apr 2005 3:08 PM
Carl Gross
There is no option to rename.  there is no name to rename.

Show quoteHide quote
"Crouchie1998" wrote:

> Can't you try to rename it & then delete it?
>
> Crouchie1998
> BA (HONS) MCP MCSE
>
>
>
Author
10 Apr 2005 12:55 AM
Nick Staff
Without seeing it I can only take a wild guess, but one guess is it's been
set under the namespace key in your registry.  If you could open regedit and
export the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.

Another thing to try is open a DOS prompt and do a dir command - see what it
says

Anyway I have to run but please let me know what you find.

nick

Show quoteHide quote
"Carl Gross" wrote:

> We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> After the upgrade I noticed I had a folder on the desktop that has no name,
> can't be cut, copied or deleted:  it just sits there.
>
> What could it be?
Author
11 Apr 2005 3:23 PM
Carl Gross
This is the exported entry for the registry file location:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}]
"Removal Message"="The Outlook Desktop icon provides special functionality
and we recommend that you do not remove it."
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
@="Search Results - Computers"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
@=""
"Removal Message***@mydocs.dll,-900"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6357BCB6-B06E-11D6-82EF-00C04FA03755}]
"Removal Message"="The palmOne Quick Install icon will be removed from the
Windows desktop. You can still access palmOne Quick Install from the Start
Menu. To put the icon back, open palmOne Quick Install, go to Preferences,
and click on the Show Quick Install icon."
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Recycle Bin"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
@="Search Results"

Hope this helps.

Show quoteHide quote
"Nick Staff" wrote:

> Without seeing it I can only take a wild guess, but one guess is it's been
> set under the namespace key in your registry.  If you could open regedit and
> export the key
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.
>
> Another thing to try is open a DOS prompt and do a dir command - see what it
> says
>
> Anyway I have to run but please let me know what you find.
>
> nick
>
> "Carl Gross" wrote:
>
> > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > After the upgrade I noticed I had a folder on the desktop that has no name,
> > can't be cut, copied or deleted:  it just sits there.
> >
> > What could it be?
Author
11 Apr 2005 4:05 PM
Crouchie1998
But the Desktop namespace in the registry is for special folders though not
for unnamed files

If it was Outlook then the filename would be a '~' (tilde)

Crouchie1998
BA (HONS) MCP MCSE
Author
12 Apr 2005 9:16 PM
Nick Staff
Crouchie-

You're right insofar as the namespace not being specifically for folders
with no name, but the thing is regular folders all behave the same way (with
the exception of system folders containing desktop.ini files that alter the
way the folder behaves - like the temporary internet files folder or history
folder).  Since this mysterious folder has a unique right click contect menu 
I have to assume it either has it's own CLSID or it contains a desktop.ini
file that's non-standard (by non-standard I mean there are desktop.ini files
everywhere but that doesn't mean the folder will behave differently - it's
what's inside the desktop.ini that counts).  If the folder has it's own CLSID
then it stands to reason it's been put on the desktop programatically and
possibly via the use of the namespace key, which can be used to add any
onject to the desktop and other places.

Of course Crouchie, I could be completely  and totally wrong in my
interpretation of the problem - we both know how hard it is to troubleshoot
issues when you can't sit down at the box - so anything I ever suggest is
said with the caveat that I might be misunderstanding the situation and hence
the problem (and there's always times I offer advice that makes me look like
an idiot...oh well  =) )

Anyway, the first place I'd check would be the namespace key.

Nick

Show quoteHide quote
"Crouchie1998" wrote:

> But the Desktop namespace in the registry is for special folders though not
> for unnamed files
>
> If it was Outlook then the filename would be a '~' (tilde)
>
> Crouchie1998
> BA (HONS) MCP MCSE
>
>
>
Author
11 Apr 2005 6:32 PM
Nick Staff
Carl, do you see a Palm one Quick Install icon on your desktop?  If so do you
have an Outlook icon?  If you don't have one of those then that's what's
creating the folder so delete the appropriate clsid (long 32 bit number thats
a sub key of Namespace).

Let me know if you need any help with this.

Thanks,

Nick Staff

Show quoteHide quote
"Carl Gross" wrote:

> This is the exported entry for the registry file location:
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}]
> "Removal Message"="The Outlook Desktop icon provides special functionality
> and we recommend that you do not remove it."
> @=""
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
> @="Search Results - Computers"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
> @=""
> "Removal Message***@mydocs.dll,-900"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6357BCB6-B06E-11D6-82EF-00C04FA03755}]
> "Removal Message"="The palmOne Quick Install icon will be removed from the
> Windows desktop. You can still access palmOne Quick Install from the Start
> Menu. To put the icon back, open palmOne Quick Install, go to Preferences,
> and click on the Show Quick Install icon."
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
> @="Recycle Bin"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
> @="Search Results"
>
> Hope this helps.
>
> "Nick Staff" wrote:
>
> > Without seeing it I can only take a wild guess, but one guess is it's been
> > set under the namespace key in your registry.  If you could open regedit and
> > export the key
> > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.
> >
> > Another thing to try is open a DOS prompt and do a dir command - see what it
> > says
> >
> > Anyway I have to run but please let me know what you find.
> >
> > nick
> >
> > "Carl Gross" wrote:
> >
> > > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > > After the upgrade I noticed I had a folder on the desktop that has no name,
> > > can't be cut, copied or deleted:  it just sits there.
> > >
> > > What could it be?
Author
12 Apr 2005 9:14 PM
Nick Staff
If you don't see a icon on your desktop labeled " Palm one Quick Install "
then open regedit and go to this key (please understand if you do see this
icon then the following steps will not help you):
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]

Click on the plus sign next to the key to expand it and then delete this
subkey:

{6357BCB6-B06E-11D6-82EF-00C04FA03755}

To delete the subkey right click on it (it will have a folder icon next to
it and be in the left pane of the window) and choose delete - then click yes
to confirm deleting it and its subkeys.

Close regedit and right click your desktop, then click refresh.  The folder
Icon should be gone.  Please let me know how this works for you.  If this
doesn't fix your problem or doesn't apply because the icon is present then
please go to start > run and type cmd then press OK.  From the command line
type these two commands (type one and press enter, then type the second and
press enter):

dir "%userprofile%\desktop" > c:\directory.txt

dir /X "%userprofile%\desktop" >> c:\directory.txt

Notice that the second command has >> and the first command has > - this
isn't a typo.

open the file C:\directory.txt and paste it's contents in your next post. 
Thanks!

Nick


Show quoteHide quote
"Carl Gross" wrote:

> Help.
>
> "Nick Staff" wrote:
>
> > Carl, do you see a Palm one Quick Install icon on your desktop?  If so do you
> > have an Outlook icon?  If you don't have one of those then that's what's
> > creating the folder so delete the appropriate clsid (long 32 bit number thats
> > a sub key of Namespace).
> >
> > Let me know if you need any help with this.
> >
> > Thanks,
> >
> > Nick Staff
> >
> > "Carl Gross" wrote:
> >
> > > This is the exported entry for the registry file location:
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}]
> > > "Removal Message"="The Outlook Desktop icon provides special functionality
> > > and we recommend that you do not remove it."
> > > @=""
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
> > > @="Search Results - Computers"
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
> > > @=""
> > > "Removal Message***@mydocs.dll,-900"
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6357BCB6-B06E-11D6-82EF-00C04FA03755}]
> > > "Removal Message"="The palmOne Quick Install icon will be removed from the
> > > Windows desktop. You can still access palmOne Quick Install from the Start
> > > Menu. To put the icon back, open palmOne Quick Install, go to Preferences,
> > > and click on the Show Quick Install icon."
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
> > > @="Recycle Bin"
> > >
> > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
> > > @="Search Results"
> > >
> > > Hope this helps.
> > >
> > > "Nick Staff" wrote:
> > >
> > > > Without seeing it I can only take a wild guess, but one guess is it's been
> > > > set under the namespace key in your registry.  If you could open regedit and
> > > > export the key
> > > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.
> > > >
> > > > Another thing to try is open a DOS prompt and do a dir command - see what it
> > > > says
> > > >
> > > > Anyway I have to run but please let me know what you find.
> > > >
> > > > nick
> > > >
> > > > "Carl Gross" wrote:
> > > >
> > > > > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > > > > After the upgrade I noticed I had a folder on the desktop that has no name,
> > > > > can't be cut, copied or deleted:  it just sits there.
> > > > >
> > > > > What could it be?
Author
12 Apr 2005 9:21 PM
Nick Staff
Thank you for sounding so happy Carl, that makes me happy too (I'm glad I
could help!)  =)

Nick

Show quoteHide quote
"Carl Gross" wrote:

> BRILLIANT!
>
> It's gone.  thank you.  I thought it was a piece of nasty-ware or something.
>
> "Nick Staff" wrote:
>
> > If you don't see a icon on your desktop labeled " Palm one Quick Install "
> > then open regedit and go to this key (please understand if you do see this
> > icon then the following steps will not help you):
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
> >
> > Click on the plus sign next to the key to expand it and then delete this
> > subkey:
> >
> > {6357BCB6-B06E-11D6-82EF-00C04FA03755}
> >
> > To delete the subkey right click on it (it will have a folder icon next to
> > it and be in the left pane of the window) and choose delete - then click yes
> > to confirm deleting it and its subkeys.
> >
> > Close regedit and right click your desktop, then click refresh.  The folder
> > Icon should be gone.  Please let me know how this works for you.  If this
> > doesn't fix your problem or doesn't apply because the icon is present then
> > please go to start > run and type cmd then press OK.  From the command line
> > type these two commands (type one and press enter, then type the second and
> > press enter):
> >
> > dir "%userprofile%\desktop" > c:\directory.txt
> >
> > dir /X "%userprofile%\desktop" >> c:\directory.txt
> >
> > Notice that the second command has >> and the first command has > - this
> > isn't a typo.
> >
> > open the file C:\directory.txt and paste it's contents in your next post. 
> > Thanks!
> >
> > Nick
> >
> >
> > "Carl Gross" wrote:
> >
> > > Help.
> > >
> > > "Nick Staff" wrote:
> > >
> > > > Carl, do you see a Palm one Quick Install icon on your desktop?  If so do you
> > > > have an Outlook icon?  If you don't have one of those then that's what's
> > > > creating the folder so delete the appropriate clsid (long 32 bit number thats
> > > > a sub key of Namespace).
> > > >
> > > > Let me know if you need any help with this.
> > > >
> > > > Thanks,
> > > >
> > > > Nick Staff
> > > >
> > > > "Carl Gross" wrote:
> > > >
> > > > > This is the exported entry for the registry file location:
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}]
> > > > > "Removal Message"="The Outlook Desktop icon provides special functionality
> > > > > and we recommend that you do not remove it."
> > > > > @=""
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
> > > > > @="Search Results - Computers"
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
> > > > > @=""
> > > > > "Removal Message***@mydocs.dll,-900"
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6357BCB6-B06E-11D6-82EF-00C04FA03755}]
> > > > > "Removal Message"="The palmOne Quick Install icon will be removed from the
> > > > > Windows desktop. You can still access palmOne Quick Install from the Start
> > > > > Menu. To put the icon back, open palmOne Quick Install, go to Preferences,
> > > > > and click on the Show Quick Install icon."
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
> > > > > @="Recycle Bin"
> > > > >
> > > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
> > > > > @="Search Results"
> > > > >
> > > > > Hope this helps.
> > > > >
> > > > > "Nick Staff" wrote:
> > > > >
> > > > > > Without seeing it I can only take a wild guess, but one guess is it's been
> > > > > > set under the namespace key in your registry.  If you could open regedit and
> > > > > > export the key
> > > > > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.
> > > > > >
> > > > > > Another thing to try is open a DOS prompt and do a dir command - see what it
> > > > > > says
> > > > > >
> > > > > > Anyway I have to run but please let me know what you find.
> > > > > >
> > > > > > nick
> > > > > >
> > > > > > "Carl Gross" wrote:
> > > > > >
> > > > > > > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > > > > > > After the upgrade I noticed I had a folder on the desktop that has no name,
> > > > > > > can't be cut, copied or deleted:  it just sits there.
> > > > > > >
> > > > > > > What could it be?
Author
12 Apr 2005 9:21 PM
Carl Gross
BRILLIANT!

It's gone.  thank you.  I thought it was a piece of nasty-ware or something.

Show quoteHide quote
"Nick Staff" wrote:

> If you don't see a icon on your desktop labeled " Palm one Quick Install "
> then open regedit and go to this key (please understand if you do see this
> icon then the following steps will not help you):
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
>
> Click on the plus sign next to the key to expand it and then delete this
> subkey:
>
> {6357BCB6-B06E-11D6-82EF-00C04FA03755}
>
> To delete the subkey right click on it (it will have a folder icon next to
> it and be in the left pane of the window) and choose delete - then click yes
> to confirm deleting it and its subkeys.
>
> Close regedit and right click your desktop, then click refresh.  The folder
> Icon should be gone.  Please let me know how this works for you.  If this
> doesn't fix your problem or doesn't apply because the icon is present then
> please go to start > run and type cmd then press OK.  From the command line
> type these two commands (type one and press enter, then type the second and
> press enter):
>
> dir "%userprofile%\desktop" > c:\directory.txt
>
> dir /X "%userprofile%\desktop" >> c:\directory.txt
>
> Notice that the second command has >> and the first command has > - this
> isn't a typo.
>
> open the file C:\directory.txt and paste it's contents in your next post. 
> Thanks!
>
> Nick
>
>
> "Carl Gross" wrote:
>
> > Help.
> >
> > "Nick Staff" wrote:
> >
> > > Carl, do you see a Palm one Quick Install icon on your desktop?  If so do you
> > > have an Outlook icon?  If you don't have one of those then that's what's
> > > creating the folder so delete the appropriate clsid (long 32 bit number thats
> > > a sub key of Namespace).
> > >
> > > Let me know if you need any help with this.
> > >
> > > Thanks,
> > >
> > > Nick Staff
> > >
> > > "Carl Gross" wrote:
> > >
> > > > This is the exported entry for the registry file location:
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}]
> > > > "Removal Message"="The Outlook Desktop icon provides special functionality
> > > > and we recommend that you do not remove it."
> > > > @=""
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
> > > > @="Search Results - Computers"
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
> > > > @=""
> > > > "Removal Message***@mydocs.dll,-900"
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6357BCB6-B06E-11D6-82EF-00C04FA03755}]
> > > > "Removal Message"="The palmOne Quick Install icon will be removed from the
> > > > Windows desktop. You can still access palmOne Quick Install from the Start
> > > > Menu. To put the icon back, open palmOne Quick Install, go to Preferences,
> > > > and click on the Show Quick Install icon."
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
> > > > @="Recycle Bin"
> > > >
> > > > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
> > > > @="Search Results"
> > > >
> > > > Hope this helps.
> > > >
> > > > "Nick Staff" wrote:
> > > >
> > > > > Without seeing it I can only take a wild guess, but one guess is it's been
> > > > > set under the namespace key in your registry.  If you could open regedit and
> > > > > export the key
> > > > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.
> > > > >
> > > > > Another thing to try is open a DOS prompt and do a dir command - see what it
> > > > > says
> > > > >
> > > > > Anyway I have to run but please let me know what you find.
> > > > >
> > > > > nick
> > > > >
> > > > > "Carl Gross" wrote:
> > > > >
> > > > > > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > > > > > After the upgrade I noticed I had a folder on the desktop that has no name,
> > > > > > can't be cut, copied or deleted:  it just sits there.
> > > > > >
> > > > > > What could it be?
Author
12 Apr 2005 9:36 PM
Carl Gross
Help.

Show quoteHide quote
"Nick Staff" wrote:

> Carl, do you see a Palm one Quick Install icon on your desktop?  If so do you
> have an Outlook icon?  If you don't have one of those then that's what's
> creating the folder so delete the appropriate clsid (long 32 bit number thats
> a sub key of Namespace).
>
> Let me know if you need any help with this.
>
> Thanks,
>
> Nick Staff
>
> "Carl Gross" wrote:
>
> > This is the exported entry for the registry file location:
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace]
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00020D75-0000-0000-C000-000000000046}]
> > "Removal Message"="The Outlook Desktop icon provides special functionality
> > and we recommend that you do not remove it."
> > @=""
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{1f4de370-d627-11d1-ba4f-00a0c91eedba}]
> > @="Search Results - Computers"
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
> > @=""
> > "Removal Message***@mydocs.dll,-900"
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{6357BCB6-B06E-11D6-82EF-00C04FA03755}]
> > "Removal Message"="The palmOne Quick Install icon will be removed from the
> > Windows desktop. You can still access palmOne Quick Install from the Start
> > Menu. To put the icon back, open palmOne Quick Install, go to Preferences,
> > and click on the Show Quick Install icon."
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
> > @="Recycle Bin"
> >
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}]
> > @="Search Results"
> >
> > Hope this helps.
> >
> > "Nick Staff" wrote:
> >
> > > Without seeing it I can only take a wild guess, but one guess is it's been
> > > set under the namespace key in your registry.  If you could open regedit and
> > > export the key
> > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace and post the exported text.
> > >
> > > Another thing to try is open a DOS prompt and do a dir command - see what it
> > > says
> > >
> > > Anyway I have to run but please let me know what you find.
> > >
> > > nick
> > >
> > > "Carl Gross" wrote:
> > >
> > > > We recently migrated from NT4 to SBS 2003.  We have W2K SP4 workstations. 
> > > > After the upgrade I noticed I had a folder on the desktop that has no name,
> > > > can't be cut, copied or deleted:  it just sits there.
> > > >
> > > > What could it be?