What about Right-clicking the desktop?
Main Topics
Browse All TopicsHello,
I need to remove printers and faxes from the start menu and also not allow a user to right-click the desktop using group policy, but I am not sure where to find it. Anyone know where I can find these in group policy? Disabling the address bar would also be a nice thing too. Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can use microsoft reference to all of this type problems:
http://www.microsoft.com/d
1.. To hide printers and faxes
We can make a registry change to do this:
[HKEY_CURRENT_USER\Softwar
"Start_ShowPrinters"=dword
Once the registry change is made and the shell is reloaded (through logon, reboot,
or explorer.exe being restarted), the shortcut will disappear from the Start
Menu.
You can test this and propagate this registry setting through group policy
2. diasble mouse right click on desktop
Disable Windows Explorer's
default context menu policy.
The Group Policy object is under:
User Configuration \
Administrative Templates \
Windows Components
Windows Explorer \
"Disable Windows Explorer's Default Context Menu"
## Deploying registry changes via a logon script -
1. Make the necessary registry changes and export the subkey as a reg file.
2. Modify that reg file as needed to remove any extraneous values being written in
the subkey.
3. In a GPO, edit the logon script section.
4. Add in the following:
Script Name:
Regedit.exe
Script Parameters:
/s your_reg_file.reg
5. Copy the REG file to the scripts folder of this GPO.
Some notes on this:
1. If this will modify HKLM in the registry, use a startup script.
2. If it will modify HKCU, use a logon script.
3. These settings are going to tattoo; simply turning off the GPO will not remove
them (the same applies to a custom ADM) .
Note that REG.EXE and REGINI.EXE are good alternatives to regedit as well.
Business Accounts
Answer for Membership
by: xuserx2000Posted on 2007-01-17 at 10:38:09ID: 18334659
User Configuration>Administrati ve Templates>Control Panel>"Hide Specified Control Panel Applets"
If you add the words "printers and faxes", or a .cpl filename to the disallowed list..., it will be removed from the start menu and control panel as well.
Not sure about the address bar...
Didn't find that one anywhere.