home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / alltips.zip / WPSHLK.FAX < prev    next >
Text File  |  1994-11-25  |  3KB  |  72 lines

  1. Restoring the LOCKUP and SHUTDOWN option 7/15/94
  2.  
  3. OSWPSHLK.FAX
  4. 3/4/94
  5.  
  6.  
  7.  
  8. ====================================================================
  9. METHODS TO RETRIEVE YOUR "SHUTDOWN" AND "LOCKUP" OPTIONS
  10. ====================================================================
  11.  
  12.  
  13. If you have access to another system that DOES have shutdown and lockup:
  14.  
  15. 1. Get a formatted floppy disk. Go to the system that does have the
  16.    shutdown and lockup options. Put the floppy in the floppy drive.
  17. 2. Go to an OS/2 Window and from the root directory type:
  18.     EAUTIL DESKTOP ATTRIB.MOD /S /P
  19.    If you installed 2.1 over 2.0 or are using 2.0 you will need to type:
  20.     EAUTIL OS!2_2.0_D ATTRIB.MOD /S /P
  21. 3. Copy the file ATTRIB.MOD from the root directory of your harddrive
  22.    to the floppy.
  23.     COPY ATTRIB.MOD A:
  24. 4. Get the floppy that you copied ATTRIB.MOD onto and go to the system
  25.    that is missing shutdown and lockup. Boot off the installation diskette,
  26.    when prompted, put in diskette 1 and hit enter, at the Welcome Screen hit
  27.    escape to get the a: prompt.
  28. 5. Take out diskette 1 and put in the floppy that has ATTRIB.MOD on it.
  29. 6. From the root directory of your harddrive type:
  30.     EAUTIL DESKTOP A:ATTRIB.MOD /J /O /P
  31.    If you installed 2.1 over 2.0 or are using 2.0 you will need to  type:
  32.     EAUTIL OS!2_2.0_D A:ATTRIB.MOD /J /O /P
  33. 7. Take the floppy out of the floppy drive and reboot. You should now have
  34.    shutdown and lockup on you desktop popup menu.
  35.  
  36. If you DO NOT have access to another system that has the "Shutdown and
  37. "Lockup" options you will need to do the following procedure. This procedure
  38. will take you to a DEFAULT desktop - you will lose your customization.
  39.  
  40. 1. Boot off of the Installation diskette, when prompted, put in
  41.    diskette 1 and hit enter, at the Welcome Screen hit escape to
  42.    get the a: prompt, and then put in diskette 2.
  43.    STAY AT THE A: PROMPT, If you installed from CD, you
  44.    will be dropped off at the CD drive in the DISK_1 subdirectory,
  45.    change to the DISK_2 subdirectory.
  46. 2. Run chkdsk (/f if FAT, /f:2 if HPFS) until clean. The
  47.    command is: CHKDSK C: /F or CHKDSK C: /F:2
  48.    where C: is the drive on which OS/2 resides.
  49.    If crosslinked files, copy the files that are crosslinked
  50.    from harddrive to floppy, delete from harddrive, and copy
  51.    from floppy back to harddrive.
  52. 3. Switch to drive which contains OS2. Change to your OS2
  53.    subdirectory, delete OS2.INI and OS2SYS.INI
  54.    If you get "Access Denied" type:
  55.    ATTRIB OS2*.INI -R    (Now you will be able to delete the files)
  56. 4. From your OS2 subdirectory:
  57.    Type the following:    MAKEINI OS2.INI INI.RC <enter>
  58.             MAKEINI OS2SYS.INI INISYS.RC <enter>
  59. 5. Change back to your root directory.
  60.    Delete entire DESKTOP directory structure, including DESKTOP directory
  61.    itself (if you have more than one desktop directory, do the same
  62.    for those). If you are using OS/2 2.0  your DESKTOP directory
  63.    name will be OS!2_2.0_D. If your system is formatted HPFS
  64.    you must include directory names with spaces in them in double
  65.    quotes. Before you can remove a directory, it must have no files under
  66.    it. You cannot be in the directory itself when you go to remove it.
  67. 6. From your root directory:
  68.    Type the following:    ATTRIB WP?ROOT.?SF -H -R -S <enter>
  69.             DEL WP?ROOT.?SF <enter>
  70. 7. Take any floppys out of floppy drive and REBOOT!!
  71. 12/31/99
  72.