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.

30 lines
833 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #include <windows.h>
  3. #include "regfix.h"
  4. #include <ntverp.h>
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "Registry (hive) Security Fix"
  8. #define VER_INTERNALNAME_STR "regfix"
  9. #define VER_ORIGINALFILENAME_STR "regfix.exe"
  10. #include "common.ver"
  11. STRINGTABLE
  12. BEGIN
  13. IDS_ERROR_USAGE
  14. L"usage : regfix infile outfile\n"
  15. IDS_WORKING
  16. L"Working ..."
  17. IDS_DONE
  18. L"\nDone !!!\n"
  19. IDS_SD_NUMBER
  20. L"Found %d security descriptor cells\n"
  21. IDS_BAD_ACL_NUMBER
  22. L"Found %d bad ACLs\n"
  23. IDS_BAD_ACE_NUMBER
  24. L"Found %d bad ACEs\n"
  25. IDS_ERROR_NOT_TS
  26. L"This utility needs Terminal Server Services to be running.\n"
  27. END