Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.3 KiB

  1. This utility will repair a NT 3.51 or a Citrix WinFrame 1.x registry file so
  2. that you can upgrade that installation to Windows NT Terminal Server.
  3. regfix - Utility to repair inconsistencies found in a registry (hive) file
  4. usage: regfix inputfilename outputfilename
  5. inputfilename - the name of the registry file to process
  6. ouputfilename - the name for the updated registry file
  7. ----------------------------------------------------------------------------
  8. Detailed Informaton:
  9. When installing Windows Terminal Server, if you are unable to upgrade an
  10. existing Windows NT Server 3.51 or Citrix WinFrame 1.x server, use this
  11. utility to allow the installation to be upgraded. In order to run this
  12. utility, you will have to run it from another NT installation, so that you
  13. can safely modify the registry file. Here is the procedure to follow:
  14. - Boot the system to an alternate NT partition
  15. - Change to the \WinFrame\system32\config directory of the WinFrame (or NT)
  16. partition to be updated
  17. cd \winframe\system32\config
  18. - rename the software hive to software.sav
  19. ren software software.sav
  20. - fix the registry file (assuming that d: is your CDROM drive)
  21. d:\support\regfix\regfix software.sav software
  22. - restart the Windows Terminal Server Install