home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / pub8.zip / PASSWORD.DOC < prev    next >
Text File  |  1986-07-24  |  4KB  |  93 lines

  1.  
  2.                PASSWORD PROTECTION SYSTEM
  3.                  (C)opyright 1986 Monarch Software 
  4.  
  5.      The Password Protection System (PPS) is a device driver, invoked 
  6. through config.sys at boot time.  
  7.  
  8. ============================================================================
  9.  
  10.                             CHGPASS
  11.  
  12.  
  13.      This program is used to change the password on your system. We at
  14. Monarch recommend that you experiment with this program BEFORE adding
  15. PASSWORD.SYS to your config.sys file.  You DO NOT need to install the
  16. PPS device driver to use CHGPASS, however it does look for PASSWORD.SYS
  17. in the root directory of the default disk drive.  When CHGPASS is invoked
  18. you will be prompted with:
  19.  
  20.             Change System Password
  21.             Version 1.00 (C)opyright 1986 Monarch Software
  22.  
  23.             Enter old password->
  24.  
  25. The PPS has a default password of 'MONARCH'.  At this prompt enter either
  26. 'MONARCH' or if you have already used 'CHGPASS' to change your password,
  27. enter the password you have chosen followed by a carriage return.  CHGPASS
  28. will verify the password you have entered and when the password is verified,
  29. CHGPASS will prompt with:
  30.  
  31.             Enter new password->
  32.  
  33. Simply enter the new password (up to 24 characters) followed by a carriage
  34. return.  CHGPASS will echo back to you:
  35.  
  36.       Your New Password 'MONARCH' will be in effect on the next Boot.
  37.  
  38. with you new password (in this case MONARCH) in single quotes.  This is 
  39. done so you can verify any leading or trailing spaces and typing errors. 
  40.  
  41. When the system is rebooted, the new password will be in effect.
  42.  
  43. ============================================================================
  44.  
  45.                           PASSWORD.SYS
  46.  
  47.                  
  48.                       ***** CAUTION ********
  49.  
  50. We at Monarch Software recommend that you make a backup boot disk before
  51. you attempt installing the password protection system. This will be very
  52. useful in the future, if you forget the password to the system.  This will
  53. be your only way to boot the system successfully if that happens.  We 
  54. also recommend you read ALL THE DOCUMENTATION before using this system.
  55.  
  56.                       **********************
  57.  
  58.                              Installation
  59.  
  60. Copy PASSWORD.SYS, CHGPASS.COM and CONFIG.SYS onto your boot disk or if you
  61. already have a configured system created add the line device=password.sys 
  62. to it. Now reboot and the Password Protection System device driver will 
  63. load.
  64.  
  65. When your PC is booted, you will see the following prompt before the
  66. autoexec.bat file is invoked:
  67.  
  68. Monarch Software Password Protection
  69. Version 1.00 (C)opyright 1986 Monarch Software
  70. Please Enter Your Password->
  71.  
  72. The PPS has a default password of 'MONARCH'.  At this prompt enter either
  73. 'MONARCH' or if you have used 'CHGPASS' to change your password, enter the 
  74. password you have chosen.  The PPS gives you two chances to get the password
  75. correct and then hang the system with the message:
  76.  
  77.  
  78.               INCORRECT PASSWORD
  79.               SYSTEM ACCESS DENIED
  80.               CTRL-ALT-DEL TO REBOOT
  81.  
  82. The PPS checks each character as it is typed from the keyboard and exits
  83. if the character does not match the password. 
  84.  
  85.    *****             THE PPS IS CASE SENSITIVE             *****
  86.                               AND
  87.    *****    IF YOU MAKE A MISTAKE YOU CANNOT BACKSPACE.    *****
  88.  
  89. Once you have successfully typed in the password the PPS will echo
  90. "Thank You" on the screen and continue with the boot process.
  91.  
  92.                     Have Fun!
  93.