home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 401.HINT88.TXT < prev    next >
Text File  |  1993-04-13  |  1KB  |  26 lines

  1. 11/18/92         ╔══════════════════════════════════════════╗
  2.                  ║    BASIC TROUBLESHOOTING FOR WINDOWS     ║
  3.                  ╚══════════════════════════════════════════╝
  4.  
  5. The most basic thing to keep in mind is that Windows has unusual
  6. memory requirements.  When encountering a strange problem, go to a
  7. DOS prompt under Windows and type CHKDSK. Pay particular attention
  8. to the amount of AVAILABLE MEMORY.
  9.  
  10.    To run Windows in enhanced mode, you need at least 450k of available
  11. memory.  The closer the amount of memory comes down to 450k, the more
  12. likely you are to have problems.  Ideally, you should have more than 500k
  13. available memory, although you can get away with memory in the high 400k
  14. range.  If you have less than 460k free memory, then exit Windows and
  15. remove some of the TSR's running before loading Windows.
  16.  
  17. If using SMARTDRV.SYS, conserve memory by setting BUFFERS=10 in your
  18. CONFIG.SYS file.  Don't load SMARTDRV.SYS into high memory.
  19.  
  20. In 386 systems, use an EMS emulator (such as EMM386.SYS, which comes with
  21. Windows or QEMM386) to create expanded memory for CASMGR to load into.
  22. This will save you 60k of conventional memory.
  23.  
  24. NOTE:  If you use EMM386.SYS, add the number 64 after the EMM386.SYS
  25. command in the CONFIG.SYS file (e.g. DEVICE=EMM386.SYS 64).
  26.