home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 7 / 90.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  4.2 KB  |  98 lines

  1. DOCUMENT:Q101790  27-JUL-1993  [W_NT]
  2. TITLE   :Information on Last Known Good Control Set
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. A collection of configuration data needed to control system boot is
  16. called a control set. A single control set is equivalent to, in the
  17. MS-DOS/Windows environment, the CONFIG.SYS file, some of the
  18. AUTOEXEC.BAT file and part of the WIN.INI file. The last known good
  19. control set works by keeping a backup control set of the last
  20. successful boot. The rules for determining if the last boot was
  21. successful, and therefore good, are:
  22.  
  23.  - No system critical errors involving the failure of a driver
  24.    or system file.
  25.  
  26.  - A user can log onto the system at least once.
  27.  
  28. What is the Last Known Good Control Set Good For?
  29. -------------------------------------------------
  30.  
  31. The following three examples demonstrate what the last known good
  32. control set is good for:
  33.  
  34.  - You install a new device driver and restart Windows NT. The system
  35.    stops responding (hangs) when you start (boot) the computer. The last 
  36.    known good control set will enable you to boot because it does not 
  37.    contain any reference to the new, faulty driver.
  38.  
  39.  - You install a new video driver and are able to restart the system.
  40.    However, you cannot see anything because the new video resolution
  41.    is incompatible with your video adapter. In this case, do not try
  42.    to log on by entering the correct keys. If you turn off and restart
  43.    your computer, the last known good control set can be used.
  44.  
  45.  - You accidentally disable a system critical device driver (such as the
  46.    SCSIPORT driver). Windows NT is not be able to boot and reverts to
  47.    the last known good control set.
  48.  
  49. What is the Last Known Good Control Set NOT Good For?
  50. -----------------------------------------------------
  51.  
  52.  - Any problem that is not related to changes in control set 
  53.    information will not be corrected by reverting to the last known good
  54.    configuration. This includes information like user profiles and file
  55.    permissions.
  56.  
  57.  - Any change introduced more than one successful boot ago cannot be
  58.    backed out, because the change will have been copied to the last known
  59.    good control set on the first successful boot after the change was
  60.    made.
  61.  
  62.  - The last known good control set is a backup and restore facility for
  63.    the Registry; it does not support switching between configurations
  64.    (docked and undocked laptops, for example).
  65.  
  66. The following are three examples where the last known good control set
  67. is not helpful:
  68.  
  69.  - Boot failures caused by hardware failures or corrupted files.
  70.  
  71.  - If you copy a new driver over the top of an old one, and the old
  72.    one is already active, then the configuration will not change;
  73.    switching to the last known good control set will not undo
  74.    anything.
  75.  
  76.  - If Windows NT boots, a user logs on, and then Windows NT hangs,
  77.    the last known good control set will not help because it has already 
  78.    been updated to the current control set.
  79.  
  80. Additional reference words: 3.10
  81. KBCategory:
  82. KBSubCategory: STP WINNT
  83.  
  84. =============================================================================
  85.  
  86. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  87. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  88. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  89. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  90. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  91. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  92. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  93. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  94. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  95. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  96. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  97.  
  98. Copyright Microsoft Corporation 1993.