Leaked source code of windows server 2003
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.

110 lines
2.5 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1993 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for event logging.
  12. ;
  13. ;Author:
  14. ;
  15. ; Wesley Witt (wesw) 15-Feb-1999
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;--*/
  22. ;
  23. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  24. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  25. Warning=0x2:STATUS_SEVERITY_WARNING
  26. Error=0x3:STATUS_SEVERITY_ERROR
  27. )
  28. MessageId=0x1001
  29. Severity=Informational
  30. SymbolicName=MSG_USAGE
  31. Language=English
  32. Microsoft (R) Windows (R) File Checker Version 5.2
  33. Copyright (c) Microsoft Corporation. All rights reserved.
  34. Scans all protected system files and replaces incorrect versions with correct Microsoft versions.
  35. SFC [/SCANNOW] [/SCANONCE] [/SCANBOOT] [/REVERT] [/PURGECACHE] [/CACHESIZE=x]
  36. /SCANNOW Scans all protected system files immediately.
  37. /SCANONCE Scans all protected system files once at the next boot.
  38. /SCANBOOT Scans all protected system files at every boot.
  39. /REVERT Return scan to default setting.
  40. /PURGECACHE Purges the file cache.
  41. /CACHESIZE=x Sets the file cache size.
  42. .
  43. MessageId=0x1002
  44. Severity=Informational
  45. SymbolicName=MSG_REBOOT
  46. Language=English
  47. The changes to Windows File Protection settings do not take effect until the next restart.
  48. .
  49. MessageId=0x1003
  50. Severity=Informational
  51. SymbolicName=MSG_SCAN_FAIL
  52. Language=English
  53. Windows File Protection could not initiate a scan of protected system files.
  54. The specific error code is %1!s!.
  55. .
  56. MessageId=0x1004
  57. Severity=Informational
  58. SymbolicName=MSG_ADMIN
  59. Language=English
  60. You must be an administrator running a console session in order to use the Windows File Checker utility.
  61. .
  62. MessageId=0x1005
  63. Severity=Informational
  64. SymbolicName=MSG_DELETE_FAIL
  65. Language=English
  66. Failed to delete %2!s!. The specific error code is %1!s!.
  67. .
  68. MessageId=0x1006
  69. Severity=Informational
  70. SymbolicName=MSG_PURGE_FAIL
  71. Language=English
  72. Windows File Protection could not purge the file cache.
  73. The specific error code is %1!s!.
  74. .
  75. MessageId=0x1007
  76. Severity=Informational
  77. SymbolicName=MSG_SET_FAIL
  78. Language=English
  79. Windows File Protection could not make the requested change.
  80. The specific error code is %1!s!.
  81. .
  82. MessageId=0x1008
  83. Severity=Informational
  84. SymbolicName=MSG_SUCCESS
  85. Language=English
  86. Windows File Protection successfully made the requested change.
  87. .