How to disable "Explore" in the right-click context menu.

  • Thread starter Thread starter Saqib Ali
  • Start date Start date
S

Saqib Ali

Guest
Hello All,

I am working on to deploy Terminal Services for visitors. I need to
disable "Explore" in the right-click context menu. I know how to
disable the right-click context menu completely, but that is not what
I want to. I just want to remove that "Explorer" item or gray it out.
(screenshot at http://security-basics.blogspot.com/2007/08/how-to-disable-explore-and-open-folder.html
)

And now page 2:
I also want to disable the "Open Folder" button when you download and
save a file using IE.
(screenshot at http://security-basics.blogspot.com/2007/08/how-to-disable-explore-and-open-folder.html
)

Any thoughts on how these can be achieved?

Thanks
Saqib Ali
http://security-basics.blogspot.com/
 
Re: How to disable "Explore" in the right-click context menu.

Saqib Ali,

Delete the following registry key:

HKEY_CLASSES_ROOT\Folder\shell\explore

That will remove 'explore' from the context menu

--
Newbie Coder
(It's just a name)



"Saqib Ali" <docbook.xml@gmail.com> wrote in message
news:1188343937.180113.46560@50g2000hsm.googlegroups.com...
> Hello All,
>
> I am working on to deploy Terminal Services for visitors. I need to
> disable "Explore" in the right-click context menu. I know how to
> disable the right-click context menu completely, but that is not what
> I want to. I just want to remove that "Explorer" item or gray it out.
> (screenshot at

http://security-basics.blogspot.com/2007/08/how-to-disable-explore-and-open-folder.html
> )
>
> And now page 2:
> I also want to disable the "Open Folder" button when you download and
> save a file using IE.
> (screenshot at

http://security-basics.blogspot.com/2007/08/how-to-disable-explore-and-open-folder.html
> )
>
> Any thoughts on how these can be achieved?
>
> Thanks
> Saqib Ali
> http://security-basics.blogspot.com/
>
 
Re: How to disable "Explore" in the right-click context menu.

> Delete the following registry key:
> HKEY_CLASSES_ROOT\Folder\shell\explore
> That will remove 'explore' from the context menu


Thanks!!!! That took care of the "Explore" item. :)

Do you know the registry key for the "Search"?

Thanks
saqib
http://security-basics.blogspot.com/
 
Re: How to disable "Explore" in the right-click context menu.

HKEY_CLASSES_ROOT\Directory\shell\find

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Saqib Ali" <docbook.xml@gmail.com> wrote in message news:1188358760.752032.288680@x40g2000prg.googlegroups.com...
> Delete the following registry key:
> HKEY_CLASSES_ROOT\Folder\shell\explore
> That will remove 'explore' from the context menu


Thanks!!!! That took care of the "Explore" item. :)

Do you know the registry key for the "Search"?

Thanks
saqib
http://security-basics.blogspot.com/
 
Re: How to disable "Explore" in the right-click context menu.

On Aug 29, 12:26 am, "Ramesh, MS-MVP" <ram...@XOX.mvps.org> wrote:
> HKEY_CLASSES_ROOT\Directory\shell\find


Thanks Ramesh. That took care of the "Search" item in the context
menu :)

saqib
http://security-basics.blogspot.com/
 
Back
Top