Menus
Windows uses menus to list commands in groups (Figure 1.21 ). Menus are especially convenient when you're new to a program because they show you what commands are available and make experimenting easy.
Figure 1.21. Menus are located in the menu bar at the top of a program's window.
[View full size image]


Figure 1.22. A checked command indicates an option that is turned on or selected.

To choose a menu command:
1. Click the menu name.The menu appears, displaying its commands.2. Point to the desired menu command.3. Click to choose the command.The menu disappears.
...
Most menu commands take effect as soon as you choose them. If a command needs more information to complete, it's followed by an ellipsis (...), which lets you know that a dialog box will appear to let you enter more information. The Find command in Figure 1.21, for example, has an ellipsis because the command isn't complete until you specify what you want to find.Some commands, such as Properties and Help > About, show a dialog box but have no ellipsis because no more information is needed to run the command.To choose a menu command by using the keyboard:
1. Hold down Alt; press the underlined letter in the menu name; then release both keys.2. On the keyboard, press the underlined letter of a menu command.3. If a submenu appears, press the underlined letter of a submenu command.
Tweak UI" sidebar in "Using the Start Menu" in Chapter 2.
Shortcut menus
A shortcut menu (also called a right-click menu or context menu ) is a context-sensitive menu that appears when you right-click an item (Figure 1.23 ). Windows provides shortcut menus for nearly all interface elements: icons, files, folders, disks, desktop, taskbar, Start button, the Recycle Bin, and so on. Shortcut menus are among the most useful features in Windows. Try right-clicking any item to see whether a shortcut menu pops up.
Figure 1.23. The right mouse button's shortcut menus offer common commands quickly. Here are shortcut menus for Explorer, the Recycle Bin, and selected text in Notepad. Figure 1.19 shows the My Computer shortcut menu.

To choose a shortcut-menu command:
1. Right-click an item.The shortcut menu appears, displaying its commands.2. Point to the desired menu command.3. Click to choose the command.The menu disappears.
To choose a shortcut-menu command by using the keyboard:
1. Select (highlight) an item.2. Hold down Shift; press F10; then release both keys.3. Press the underlined letter of a menu command.


Uninvited Menu Items
Utilities, shareware, and other programs often add their own entries to shortcut menus with or without your permission. If a right-click menu gets too crowded, you usually can remove items via the programs' Options or Preferences dialog boxes; look for options labeled context menu. WinZip, for example, adds Add to Zip File commands to Windows Explorer's shortcut menus. WinZip's Option > Configuration > Explorer Enhancements tab lets you show or hide these commands.If no context-menu option is available, you can edit the registry (see "Editing the Registry" in Chapter 19). Many context-menu commands are in HKEY_CLASSES_ROOT\Directory\shell and HKEY_CLASSES_ROOT\Folder\shell . Double-click shell to reveal the keys corresponding to each menu command. (You won't see and can't remove Windows' built-in commands.) Delete the keys that you don't want. In some cases, the keys are hidden elsewhere in HKEY_CLASSES_ROOT , and you'll have to hunt for the program's key (sometimes trickyAdobe.Acrobat.ContextMenu , for example) or use Edit > Find to find the menu-item text (Scan for Viruses or whatever). Sometimes no keys are available, and you must live with the custom menu item. Back up your registry before you edit it.