home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_04.cab / tips.txt < prev    next >
Text File  |  1996-08-01  |  29KB  |  734 lines

  1.        -----------------------------------------------------------
  2.              Microsoft Windows 95 README for Tips and Tricks
  3.                                August 1996            
  4.        -----------------------------------------------------------
  5.  
  6.                  (c) Copyright Microsoft Corporation, 1996
  7.  
  8.  
  9. This document provides complementary or late-breaking information to supple-
  10. ment the Microsoft Windows 95 documentation.
  11.  
  12. ------------------------
  13. How to Use This Document
  14. ------------------------
  15.  
  16. To view Tips.txt on screen in Notepad, maximize the Notepad window.
  17.  
  18. To print Tips.txt, open it in Notepad or another word processor,
  19. and then use the Print command on the File menu.
  20.  
  21.  
  22. Contents
  23. --------
  24. MS-DOS Command Prompt 
  25. Cut, Copy, Paste, Drag and Drop
  26. File Operations
  27. Folders and Windows Explorer 
  28. Hardware Profiles
  29. Keyboard Shortcuts
  30. Mobile Computing
  31. Multimedia and Sound
  32. Network
  33. Run Dialog Box
  34. Start Menu
  35. Taskbar
  36. System Tools
  37. Window Management
  38. Miscellaneous Tips and Tricks
  39.  
  40.  
  41. Note: You can find other tips besides those in this readme in the Help 
  42.       Contents, under "Tips and Tricks."
  43.  
  44.  
  45. MS-DOS Command Prompt
  46. ---------------------
  47.  
  48. [Visual Display of Directory from Command Prompt]
  49. If you are at a command prompt and want a visual display of a directory 
  50. (folder), type "start .", or "start .." and an open folder of that 
  51. directory appears on the desktop.
  52.  
  53. [Drag and Drop Filenames to Command Prompt]
  54. You can drag file and folder icons from the desktop or a folder to an 
  55. MS-DOS command prompt. The filename is then in the keyboard buffer
  56. of the running MS-DOS-based application.
  57.  
  58. [Copy/Paste Information From/To Command Prompt]
  59. Activate the toolbar in the MS-DOS-based program window to gain point-
  60. and-click access to copy, cut, and paste operations from a Windows-based 
  61. program to an MS-DOS-based program. For example, copy a folder output 
  62. on the screen, and then paste it into mail.
  63.  
  64. [Starting Windows-Based Programs from a Command Prompt]
  65. You can start Windows-based programs from a command prompt by typing the
  66. name of the program you want to run, and then specifying any parameters as
  67. needed. For example, to start Notepad, type "notepad" at the command prompt,
  68. and then press Enter. You can also start Windows-based programs in
  69. batch files.
  70.  
  71. You can also use the Start command to start a program or open a document. 
  72. For example: C:>start Docname.ext).
  73.  
  74. [Command.pif]
  75. If you set the properties for an MS-DOS prompt the wrong way, and you 
  76. can't open an MS-DOS window, go into the PIF directory and edit Command.pif, 
  77. or find Command.com and edit the properties there.
  78.  
  79. [DOSKEY]
  80. If you want to use DOSKEY in an MS-DOS window without loading it in 
  81. Autoexec.bat or creating a startup batch script, you can go to the
  82. Program properties and enter doskey as the startup batch file. If you 
  83. decide later that you want to have a real startup batch file, simply 
  84. move DOSKEY into this batch file.
  85.  
  86. [Directory Shortcuts]
  87. Related directories have the following shortcuts:
  88. . = current directory 
  89. .. = parent directory 
  90. ... = parent directory once removed directory (new in Windows 95)
  91. .... = parent directory twice removed (new in Windows 95)
  92. For example, if you are in the C:\Windows\System\Viewers directory,
  93. and you enter cd... at the command prompt, the directory changes to C:\.
  94.  
  95.  
  96. [Command Line Parameters]
  97. Add a "?" to the command line of MS-DOS programs, and you will be prompted 
  98. to add parameters when you start the program. This is especially useful 
  99. with MS-DOS program shortcuts.
  100.  
  101.  
  102. [Easy Disk Copy From the Desktop]
  103. Create a shortcut on the desktop with diskcopy a: a: at the command prompt 
  104. to copy a disk (substitute b: to use b: drive).
  105.  
  106.  
  107.  
  108. Cut, Copy, Paste, Drag and Drop
  109. ------------------------------
  110.  
  111. [Drag and Drop]
  112. To move an object, use the left mouse button to drag the object from one 
  113. folder to another on the same drive. Use Shift+Left-drag to force a move.
  114.  
  115. To copy an object, use the left mouse button to drag the object from one 
  116. folder to another on a different drive. Use CTRL+Left+drag to force a copy.
  117.  
  118. To create a shortcut to an executable, use the left mouse button to drag an 
  119. executable file to a new folder. 
  120.  
  121. Use the right mouse button to drag an 
  122. object from one folder to another, and then select 'Create Shortcut(s) Here' 
  123. to create a shortcut to that object. The icon annotations indicate what 
  124. will happen: a plus sign for copy, an arrow for a shortcut, and no symbol 
  125. for a move. Press ESC while you are dragging the object to cancel the action.
  126.  
  127. To create document shortcuts: Right drag a selection from an OLE document 
  128. (for example, Word 95) onto the Desktop or folder, and then select 
  129. "Create Document Shortcut Here." This document shortcut will open the 
  130. original document at the place in the document that the shortcut originated.
  131.  
  132. To create document scraps: Use the left mouse button to drag a selection 
  133. from an OLE document (for example, Word 95) onto the desktop or folder to 
  134. create a scrap (a scrap is an OLE object that contains the selection). 
  135. Drop the scrap onto another document or back onto the original document 
  136. to insert or render it (whichever is most appropriate).
  137.  
  138. [Right Drag and Drop] 
  139. Right drag and drop works like left drag and drop except that a menu is
  140. displayed when you drop the object. The menu for folders displays these 
  141. commands: Move Here, Copy Here, Create Shortcut(s) Here. The menu for OLE 
  142. objects includes:  Create Scrap Here, Move Scrap Here, Create Document 
  143. Shortcut Here).
  144.  
  145. [Drag to the Taskbar] 
  146. You can drag objects from one open document to another open document 
  147. (one covering the other) by dragging the object to the target's taskbar, 
  148. waiting until the target window is displayed, and then dragging the object 
  149. onto the target window.
  150.  
  151.  
  152.  
  153. File Operations
  154. ----------------
  155.  
  156. [Creating a New File]
  157. Create a new file by using the right mouse button to click the desktop 
  158. or folder, point to New, and then click the type of file you want to create
  159. from the list. 
  160.  
  161. [Create a New Folder While Saving a File]
  162. When using the Save As command to save a file, you can also create a new 
  163. folder in which to store the file. Use the right mouse button to click
  164. the dialog box list, point to New, and then click Folder. Double-click 
  165. the new folder to open it, and then continue the save process.
  166.  
  167. [Deleting Files Without Moving them to Recycle Bin]
  168. Select the file or files to be deleted. Use the right mouse button to click
  169. the selection, and then hold down the Shift key and click Delete (or 
  170. hold down the Shift key when pressing the Delete key if using the keyboard). 
  171.  
  172. [Copying and Moving Files]
  173. Use the right mouse button to click the files you want to copy or move, 
  174. and then click Copy or Cut. Open the destination location, and then click 
  175. the right mouse button and select Paste.
  176.  
  177.  
  178.  
  179. Folders and Windows Explorer
  180. ----------------------------
  181.  
  182. [Selecting Multiple Files]
  183. Selecting multiple files in large icon view works differently from list view.
  184. To extend a selection, click the first icon, and then hold down the Shift 
  185. key while you click the last icon to be selected. To change an icon from 
  186. selected to unselected, hold down the CTRL key while you select the icon.
  187.  
  188. [Keyboard Shortcuts]
  189. * Press Win+E to start Windows Explorer by pointing to 'My Computer'
  190.  (on Microsoft Natural Keyboard).
  191. * Press Backspace to display the parent folder.
  192. * To select all files is a folder, press CTRL+A.
  193. * Press F5 to update the contents list.
  194.  
  195. [Special Folders]
  196. You can put the contents of Control Panel or other special folders on your
  197. Start menu (or in any folder). Create a folder by clicking New on the
  198. File menu, and then clicking Folder. Then, paste in the appropriate name 
  199. as shown below:
  200.  
  201. For                Use This Name
  202. ----------------------------------------------    
  203. Control Panel        Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
  204. Dial Up Network        Dial Up Net.{992CFFA0-F557-101A-88EC-00DD010CCC48}
  205. Printers        Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
  206.  
  207. [Windows Explorer Switches]
  208. Windows Explorer switches are useful in creating rooted folders:
  209.  
  210.     Explorer [/e][,/root,<object>][[,/select],<sub object>]    
  211.  
  212. /e    Use Explorer view (scope and results pane view). The default is Open 
  213.     view (results in pane view only).    
  214. /root<object>    Specify the object in the "normal" name space that is used 
  215.     as the root (top level) of this Explorer/Folder (i.e., local path 
  216.     or UNC name). The default is the Desktop).    
  217. /Select    The parent folder opens and the specified object is selected.
  218. <sub object>    Specify the folder unless /select is used. The default is
  219.     the root.    
  220.  
  221. Examples: Explorer /e, /root, \\Reports  opens an Explorer window at \\Reports.
  222.     
  223.       Explorer /select, C:\Windows\Calc.exe  opens a folder at
  224.         C:\Windows (or activates one that is currently open) and
  225.         selects Calc.exe.    
  226.       Explorer /e, /root, \\Source\Internal\Design\Users\David\Archive
  227.         opens a folder to the Archive folder above. This is a good
  228.         way to create a dedicated, remote, documents archive 
  229.         folder. A link to this folder 
  230.         (\\Source\Internal\Design\ Users\David\Archive) can then be
  231.         placed in the SendTo folder for quick routing of documents.
  232.  
  233.  
  234.  
  235. Hardware Profiles
  236. ------------------
  237.  
  238. Hardware Profiles are used to set up multiple hardware configurations. This 
  239. is especially useful for laptops that have docking stations or workstations
  240. with removable storage media.
  241.  
  242. The following example demonstrates how to set up hardware profiles for a
  243. laptop with a docking station that has this configuration:
  244.  
  245. Configuration        Docked            Undocked
  246. ---------------------------------------------------------    
  247. Display driver        S3            VGA
  248. Network            w/Microsoft Network    None
  249. RNA            no RNA            with RNA
  250.  
  251. [Open Systems Properties:]
  252. 1. Use the right mouse button to click the My Computer icon.
  253. 2. Click Properties, and then click the Hardware Profiles tab.
  254. 3. Verify that two hardware profile options labeled Docked and Undocked
  255. exist. If these options are not available, highlight Original Configuration,
  256. and then click Rename. Type DOCKED and then click OK. Highlight the word
  257. DOCKED and then click Copy. In the Copy Profile Dialog Box type UNDOCKED.
  258.  
  259. [To Set Up the Video Driver for Docked and Undocked Configurations]
  260. First, verify that VGA is installed. If it is not installed, double-click
  261. the Display icon in Control Panel. Click the Settings tab, and then click
  262. Change Display Type. In the Adapter Type area, click Change, and then 
  263. install the VGA driver.
  264. 1. In Control Panel, double-click the System icon, and then click the Device
  265.    Manager tab.
  266. 2. Double-click Display Adapter, and then double-click VGA. 
  267. 3. In the Device Usage area, make sure Undocked is checked and Docked is 
  268.    unchecked. Click OK.
  269. 4. In the  Device Manager tab, double-click Display Adapter, and then 
  270.    double-click the S3 adapter.
  271. 5. In the Device Usage area, make sure the Docked option is checked and 
  272.    the Undocked option is unchecked. 
  273. 6. Click OK to exit Device Manager.
  274.  
  275.  
  276. [To Set Up for No Network in an Undocked State]
  277. 1. In Control Panel, double-click the System icon, and then click the Device
  278.    Manager tab.
  279. 2. Double-click Network Adapter, and then double-click the network card. 
  280. 3. In the Device Usage area of the General tab, remove the check mark from 
  281.    the Undocked option. Click OK, and then return to Device Manager.
  282.  
  283. [To set up for no RNA while docked]
  284. 1. Repeat Step 1.
  285. 2. Double-click the Dial-up Networking adapter. Remove the check mark for 
  286.    the Docked option. 
  287.  
  288.  
  289. Keyboard Shortcut Keys
  290. ----------------------
  291.  
  292. [Hot and Other Keys]
  293. *General folder / Windows Explorer shortcuts for a selected object:
  294.  
  295.     Keys            Action
  296.       -----------------------------------------------------------------    
  297.     F2            Rename    
  298.     F3            Find    
  299.     CTRL+X, C, or V        Cut, Copy, or Paste    
  300.     SHIFT+DELETE        Delete immediately without putting the file 
  301.                 in Recycle Bin    
  302.     ALT+ENTER        Properties    
  303.     ALT+double-click    Properties    
  304.     CTRL+right-click    Put alternative verbs on the context menu 
  305.                 (Open With)                
  306.     SHIFT+double-click    Explore the object if it has an Explore 
  307.                 command    
  308.  
  309.     CTRL+drag a file to a 
  310.     folder            Copy a file
  311.     
  312.     CTRL+SHIFT+drag a
  313.     file to the desktop 
  314.     or a folder        Create a shortcut    
  315.  
  316.     CTRL+ESC,ESC,TAB,SHIFT+F10    
  317.                 Open taskbar properties
  318.  
  319. [General control over folders/Windows Explorer]    
  320.  
  321.     F4 (Explorer)        Displays the combo box    
  322.     F5            Refresh    
  323.     F6            Switches between panes in Windows Explorer    
  324.     CTRL+G(Windows 
  325.     Explorer)        Goto    
  326.     CTRL+Z            Undo    
  327.     CTRL+A            Select all    
  328.     BACKSPACE        Goes to the parent folder    
  329.     SHIFT+<close>        Closes this folder and all its parent folders
  330.                 
  331. [In Windows Explorer]    
  332.     Num*            Expands everything under selection    
  333.     Num-            Expands selection    
  334.     Num+ or Right arrow    Collapses selection    
  335.     Right arrow        Expands current selection if it's collapsed;
  336.                 otherwise goes to the first child.    
  337.     Left arrow        Collapses current selection if it's expanded; 
  338.                 otherwise goes to the parent    
  339.  
  340. [In Properties]
  341.     CTRL+TAB or
  342.     CTRL+SHIFT+TAB        Switches between Properties tabs    
  343.  
  344. [In Open/Save Common Dialog Boxes]
  345.      F4            Drop down the location list    
  346.     F5            Refresh the view    
  347.     Backspace        Go to parent folder if focus is on view window    
  348.  
  349. [General Keyboard-Only Commands]
  350.     F1            Help    
  351.     F10            Goes to menu mode    
  352.     SHIFT+F10        Context menu for selected item    
  353.     CTRL+ESC        Brings up Start menu    
  354.     CTRL+ESC, ESC        Focus on the Start button    
  355.     SHIFT+F10        Context menu    
  356.     ALT+TAB            Switch to the running program    
  357.     SHIFT while 
  358.     inserting CD        Bypasses auto-run    
  359.     Alt+M when focus 
  360.     is on taskbar        Minimizes all windows    
  361.  
  362. [Accessibility Shortcuts]
  363.     Tap SHIFT 5 times    Toggles StickyKeys on/off    
  364.     Hold down Right 
  365.     SHIFT for 8 seconds    Toggles FilterKeys on/off    
  366.     Hold down NumLock 
  367.     for 5 seconds        Toggles ToggleKeys on/off
  368.     
  369.     Left ALT+LEFT+SHIFT
  370.     +NumLock        Toggles MouseKeys on/off    
  371.     Left ALT+LEFT+SHIFT
  372.     +PrintScreen        Toggles HighContrast on/off    
  373.  
  374. [MS Natural Keyboard]
  375.      Win+R            Run dialog    
  376.     Win+M            Minimize All    
  377.     Shift-Win+M        Undo Minimize All    
  378.     Win+F1            Windows Help    
  379.     Win+E            Explorer    
  380.     Win+F            Find Files or Folders    
  381.     CTRL+Win+F        Find Computer    
  382.     Win+Tab            Cycle through taskbar buttons    
  383.     Win+Break        PSS Hotkey... (System properties)
  384.  
  385.  
  386.  
  387. Mobile Computing
  388. -----------------
  389.  
  390. [Automatic Synchronizing of Files on Laptop]
  391. If you have files that you want to keep synchronized between your portable,
  392. your office desktop, and your home computer, you should create Briefcases
  393. on both your desktop computers, and then keep the files on your portable. 
  394. Drag the documents from your portable to the Briefcase on each desktop 
  395. computer. Then, each time you connect your portable to a docking station,
  396. the Briefcase on the desktop computer synchronizes the files. 
  397.  
  398. [Creating a Second Undocked Configuration]
  399. To create a second, undocked configuration for your portable (for example,
  400. one configuration has a printer and the other does not), follow these steps:
  401.  
  402. 1. Make sure your computer is in the configuration you want, and then use 
  403.    the right mouse button to click the My Computer icon. 
  404. 2. Click Properties, and then click the Configuration tab.
  405. 3. Select the undocked configuration, and then choose Copy. 
  406. 4. Select the new configuration and give it a unique name. 
  407. 5. Go to Device Manager and click Refresh. This will re-enumerate all the 
  408.    hardware devices on your system and build the new configuration.
  409.  
  410. [Viewing Remaining Battery Life of Laptop]
  411. For computers with APM functionality, click the Battery icon on the 
  412. taskbar to view a detailed battery meter.
  413.  
  414.  
  415. Multimedia and Sound
  416. ---------------------
  417.  
  418. To remove Auto Run when an audio CD is inserted, hold down the Shift key
  419. when you insert the CD-ROM, or make the following changes:
  420.  
  421. 1. Open a folder (for example, My Computer).
  422. 2. On the View menu, click Options, and then click File Types.
  423. 3. Click AudioCD, and then click Edit.
  424. 4. In the Action list, click Play.
  425. 5. Click Set Default to turn off Auto Run.
  426.  
  427. Note: If the Play command is bold, the CD will play when it is inserted, 
  428. if Play is not bold, it will not.
  429.  
  430. [Opening the Media Player From an AVI]
  431. When an AVI file is playing, you can open Media Player by double-clicking
  432. the title bar of the AVI. Double-click the Media Player title bar to exit.
  433.  
  434. [Master Volume Icon]
  435. You can put a master volume control on the taskbar by following these
  436. steps:
  437.  
  438. 1. In Control Panel, double-click the Multimedia icon.
  439. 2. Click the Audio tab, and then click Show Volume Control on the taskbar.
  440. 3. Click the volume (speaker) icon on the taskbar to open the master volume
  441.    control. Double-click the volume (speaker) icon to open Volume Control.
  442.  
  443. [Cache Size for CD-ROMs]
  444. You can set the cache size for CD-ROMs via the System icon in Control Panel.
  445.  
  446. 1. Double click the System icon in Control Panel, and then click the
  447.    Performance tab.
  448. 2. Click File System to view the CD-ROM optimization control.
  449.  
  450. [Assigning Sounds to Events]
  451. To assign sounds to events, double-click the Sounds icon in Control Panel.
  452.  
  453.  
  454. Network
  455. -------
  456.  
  457. [Hints]
  458. Instead of connecting a drive letter to a network share, put shortcuts
  459. to those shares on your desktop or Start menu (for example, add a shortcut 
  460. to \\documents\user\dave instead of redirecting this share to drive Z). 
  461. This way, network shares are only connected when needed. 
  462.  
  463. If you work in a group, you may want to keep a folder on a public server for
  464. shortcuts to useful network locations. Interested individuals can 
  465. keep a shortcut to this folder on their desktop for quick access.
  466.  
  467. [Searching for a File on a Remote Server]
  468. 1. Click the Start button, point to Find, and then click Files or Folders.
  469. 2. Enter the file name in the Named box.
  470. 3. Enter the path in the Look In box, and then press Enter.
  471.  
  472. [Easy Access to Network Information]
  473. Add shortcuts to network locations in Network Neighborhood. They'll stay
  474. there when you're logged off the network and will cascade to Dial-Up 
  475. Networking features as long as they are installed.
  476.  
  477. [Easy Connection to a Network Server/Share]
  478. Click the Start button, click Run, and then enter the UNC path. For example, 
  479. entering \\server will open a window showing shared resources for the 
  480. computer named server. Entering \\server\share\direct opens the folder
  481. named direct on the \\server\share share point.
  482.  
  483. [Easy Access to Network Properties]
  484. Use the right mouse button to click Network Neighborhood to view network 
  485. properties.
  486.  
  487.  
  488. Run Dialog Box
  489. ---------------
  490.  
  491. [Via the Keyboard]
  492. Press CTRL+ESC+R to open the Run dialog box.
  493. On a Microsoft Natural Keyboard, press Win+R to open the Run dialog box. 
  494.  
  495. [Opening a Folder Anywhere From the Run Dialog Box]
  496. To open a folder, enter its local path or UNC path. For example, entering
  497. C:\Windows\System will open the System folder. 
  498. Entering \\server\share\direct will open a folder pointing to the direct 
  499. folder on the \\server\share share point. 
  500.  
  501. [Running a Program]
  502. You can run a program from within any folder by opening that folder and 
  503. then clicking Run from the Start Menu. 
  504.  
  505.  
  506. Start menu
  507. -----------
  508.  
  509. [Keyboard Shortcuts]
  510. Press CTRL+ESC to display the Start menu.
  511. On a Microsoft Natural Keyboard, press a Win key to display the Start menu.
  512.  
  513. [Adding items to the Start Menu]
  514. Drag an object (a folder, shortcut, program, or document) onto the 
  515. Start menu to add it to the top of the Start menu. If the object is a 
  516. folder, the folder contents is displayed when you point to that menu item.
  517.  
  518. [Modifying Start Menu Items]
  519. Use the right mouse button to click the Start menu, and then select Open or 
  520. Explore to view and modify its contents.
  521.  
  522. [Quick Access to Start Menu Items]
  523. You can quickly open programs at the top of the Start menu by numbering 
  524. the icons (rename them with a number before the name). Then, press
  525. CTRL+ESC followed by the number to start those programs.
  526.  
  527. [Emptying the Documents menu]
  528. 1. Click the Start menu, point to Settings, and then click Taskbar.
  529. 2. Click the Start Menu Programs tab, and then click Clear. 
  530.  
  531.  
  532. Taskbar
  533. -------
  534.  
  535. [Taskbar Background]
  536. To open the taskbar's context menu when the taskbar is full, move the 
  537. mouse pointer to the edge of the taskbar, and then use the right mouse
  538. button to click the taskbar. You can also do this to drag the taskbar.
  539.  
  540. [Hiding the Taskbar]
  541. 1. Use the right mouse button to click the Start button, and then click
  542.    Properties. 
  543. 2. Click the Taskbar Options tab, and then click Auto Hide. 
  544.    When the mouse moves near the taskbar area, the taskbar appears.
  545.  
  546. [Moving the Taskbar]
  547. You can drag the taskbar to any side of the desktop area.
  548.  
  549. [Languages and Keyboard Layouts]
  550. To change keyboard layouts while you work, make these changes: 
  551. 1. In Control Panel, double click the Keyboard icon. 
  552. 2. Click the Language tab, and then add another language as needed.
  553. 3. Make sure the Enable Indicator on Taskbar is checked. 
  554.    When you complete this setup, a Language layout icon appears on the 
  555.    taskbar. You can click the icon to select another language.
  556.  
  557.  
  558. System Tools
  559. ------------
  560. [System Monitor]
  561. Monitors system resources, threads, processor usage, etc.
  562.  
  563. [DriveSpace]
  564. You can use DriveSpace to compress hard and floppy disks, which creates 
  565. more free space on the disks. You can also use DriveSpace to configure disk 
  566. drives that you have already compressed using DoubleSpace or DriveSpace.
  567.  
  568. [Backup/Restore]
  569. You can use Backup to back up or restore files to tape, floppy, network 
  570. shares, etc.
  571.  
  572. [Disk Defragmenter]
  573. Use to speed up your hard disk by defragmenting the files on your hard drive.
  574.  
  575. [Netwatcher]
  576. You can see who is currently using resources on your computer by using 
  577. NetWatcher. You can also add shared folders and disconnect people from your 
  578. computer or from specific files.
  579.  
  580. [ScanDisk]
  581. You can use ScanDisk to check your hard drives for both logical and physical
  582. errors. ScanDisk will detect any errors, and then repair damaged areas.
  583.  
  584.  
  585.  
  586. Window Management
  587. ------------------
  588. [Switching Between a Window and a Full MS-DOS Screen]
  589. Press ALT+Enter.
  590.  
  591. [Closing Consecutive Windows]
  592. If you are using multiple window browse, and you want to close all open 
  593. windows, hold down the Shift key, and then click the close (X) button in 
  594. the upper right corner of the title bar. 
  595.  
  596. [Cascading, Tiling, and Minimizing All] 
  597. Use the right mouse button to click the taskbar, and then click an option.
  598.  
  599.  
  600.  
  601. Miscellaneous Tips and Tricks
  602. -----------------------------
  603.  
  604. [Configuration Summary]
  605. To print a copy of your system configuration summary, double-click the 
  606. Systems icon in Control Panel, and then click the Device Manager tab.
  607. Click Computer, and then click Print.
  608.  
  609. [Quick View]
  610. If Quick View is installed, and if Quick View supports a particular file 
  611. format, you can quickly view the contents of that file by using the right
  612. mouse button to click it, and then select Quick View.
  613.  
  614. You can also create a link to Notepad.exe in your SendTo folder. Then, 
  615. use the right mouse button to click the file you want to view. Click
  616. Sent To, and then click Notepad.
  617.  
  618. [Disk Tools]
  619. Use the right mouse button to click a drive in My Computer, and then click 
  620. Properties. Click the Tools tab to use ScanDisk, Backup, and Defragmenter.
  621.  
  622. [Converting Windows 3.1 Program Groups]
  623. You can convert Windows 3.1 program groups in two ways:
  624. 1. Double-click a .grp file to automatically convert it to a Windows 95
  625.    folder.
  626. 2. Run the GRPCONV command with the /m parameter to display a dialog box 
  627.    in which you can select groups to convert.
  628.  
  629. [Open With]
  630. To open an associated file with a different program, hold down Shift, and
  631. then use the right mouse button to click the file. Click Open With on the 
  632. menu to open the file with a different program.
  633.  
  634. [Hotkey]
  635. In Windows 95, hotkeys assigned to shortcuts in the Start Menu or 
  636. its subfolders can be used to start programs any time.
  637.  
  638. [Screen Resolution]
  639. To quickly change screen resolution for different applications, use the
  640. right mouse button to click the desktop, and then click the Settings tab.
  641. In the Desktop Area, move the slider bar to the desired resolution.
  642.  
  643. [Context Help]
  644. On the upper right side of each dialog box is a question mark button (?). 
  645. Click it and then click a control or item in the dialog box. A short 
  646. description of the item appears.
  647.  
  648. [Find Tool]
  649. To find a file, mail message, computer, or file on The Microsoft Network,
  650. use the Find command on the Start menu. In addition, you can save 
  651. a search in the Find dialog box by clicking Save Search on the File menu. 
  652.  
  653. [Bitmap Viewer]
  654. MS Paint can serve as a bitmap viewer. Drag a bitmap icon onto an MS Paint 
  655. window to view it. 
  656.  
  657.  
  658. [File Names and Extensions]
  659. The following are valid filenames for Windows 95 applications:
  660.     12345678.ABC (MS-DOS name)
  661.     12345678.ABCDEF (no limit on extensions)
  662.     123456789012345678901234567890123456789.ABC (long filename)
  663.     1234567890123456789012345678901234567890.ABCDEF (long filename and 
  664.         long extension)
  665. This is a valid filename (long names with spaces that mean something).
  666. To see the MS-DOS name associated with a long filename, use the right
  667. mouse button to click the file, and then click Properties. 
  668.  
  669. [Developer's Trick]
  670. If you need to restart the taskbar (for example, when you've changed a 
  671. registry entry that you want to use), you can use CTRL+ALT+DEL to remove
  672. Windows Explorer. When the Shutdown dialog box appears, click No. At the 
  673. next prompt, click End Task. The taskbar is removed, and then restarts. 
  674.  
  675. [Making an Emergency Startup Disk]
  676. To create a complete emergency startup disk, double-click the Add/Remove 
  677. Programs icon in Control Panel, and then click the Startup Disk tab.
  678.  
  679. [Undoing a File Move or File Rename]
  680. If you forget where you just moved a file, or if you accidentally rename
  681. a file, click Undo from the Edit menu (or press ALT+Backspace).
  682.  
  683. [Display Properties]
  684. Use the right mouse button to click the desktop, and then click Properties 
  685. to change the desktop background, screen saver, appearance, or video 
  686. settings. To change your primary display font, change the icon font on the 
  687. Appearance tab.
  688.  
  689. [Tips for Using the Taskbar Clock]
  690. Hold the mouse pointer over taskbar clock to see the date.
  691.  
  692. Double click the taskbar clock to set the system time, date, and time zone.
  693.  
  694. To remove the clock from the taskbar: 
  695. 1. Use the right mouse button to click the taskbar, and then click 
  696.    Properties.
  697. 2. Click the Taskbar Options tab, and uncheck Show Clock (or press C).
  698.  
  699. [Easy Access to Computer Properties]
  700. To view your computer (system) properties, use the right mouse button to
  701. click My Computer and then click Properties. If you have a Microsoft Natural 
  702. Keyboard, press Win+Break. 
  703.  
  704. To view Network properties, use the right mouse
  705. button to click Network Neighborhood, and then click Properties.
  706.  
  707.  
  708. [Using the Cursor Keys Instead of a Mouse]
  709. You can move the cursor without using the mouse by turning on MouseKeys. 
  710. Double-click the Accessibility Options icon in Control Panel, click the
  711. mouse tab, and then click Use MouseKeys.
  712.  
  713. [Easy Way to Access Control Panel]
  714. 1. Use the right mouse button to click the Start menu, and then click 
  715.    Explore.
  716. 2. Make a new directory in  the Start Menu folder named Control Panels (or 
  717.    whatever you want). 
  718. 3. Open the original Control Panels folder, select all the icons, and then 
  719.    use the right mouse button to drag them into your new folder. This
  720.    creates shortcuts to all the Control Panel icons. 
  721. 4. Close everything, and then click the Start menu. When you point to your 
  722.    new folder, you should see all the Control Panel icons. 
  723.  
  724.  
  725. [Sending Objects by Using Send To]
  726. You can drag any shortcut to the SendTo folder. This shortcut could be to 
  727. a printer, fax, network drive, or Windows application. To find the SendTo 
  728. folder, click the Start button, and then click Run. Type Sendto in the Run 
  729. dialog box. Use the right mouse button to drag the item's icon into the
  730. Send To window. The shortcut will appear on the Send To menu. Use the right 
  731. mouse button to click a document or folder icon, select Send To, and then 
  732. select a destination item.
  733.  
  734.