Windows / Code / 0x4000285d
0x4000285d
Decimal: 1073752157 · Signed: 1073752157
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x285d (10333)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x285d (10333)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 78.110 | NOTE: %1 is currently controlled by group policy.
Changes to this setting will be superceded by policy. |
| fsutil.exe | 11 | NOTE: %1 is currently controlled by group policy.
Changes to this setting will be superseded by the group policy setting. |
| wbadmin.exe | 1011 | Syntax: WBADMIN DELETE SYSTEMSTATEBACKUP
{-keepVersions: | -version: | -deleteOldest}
[-backupTarget:]
[-machine:]
[-quiet]
Description: Deletes the system state backups that you specify. If the
specified volume contains backups other than system state backups of the local
server, those backups will not be deleted.
To use this command, you must be a member of the Backup Operators group
or Administrators group.
Parameters:
-keepVersions Specifies the number of the latest system state backups to
keep. The value must be a positive integer. The option value
-keepVersions:0 deletes all the system state backups.
-version Version identifier of the backup in MM/DD/YYYY-HH:MM format.
If you do not know the version identifier, at a command
prompt, type: WBADMIN GET VERSIONS. Versions that are
exclusively system state backups can be deleted using this
command. Use WBADMIN GET ITEMS to view the version type.
-deleteOldest Deletes the oldest system state backup.
-backupTarget Specifies the storage location for the backup that you want
to delete. The storage location for system state backups is a
drive letter, a mount point, or a GUID-based volume path. This
value only needs to be specified for locating backups that ar
not of the local computer. Information about backups for the
local computer will be available in the backup catalog on the
local computer.
-machine Specifies the computer whose system state backup you want to
delete. Useful when multiple computers were backed up to
the same location. Should be used when -backupTarget is
specified.
-quiet Runs the command with no prompts to the user.
Remarks: One, and only one, of these parameters must be specified:
-keepVersions, -version, or -deleteOldest.
Windows Server Backup does not back up or recover registry user hives
(HKEY_CURRENT_USER) as part of system state backup or system state
recovery.
Examples:
WBADMIN DELETE SYSTEMSTATEBACKUP -version:03/31/2006-10:00
WBADMIN DELETE SYSTEMSTATEBACKUP -keepVersions:3
WBADMIN DELETE SYSTEMSTATEBACKUP -backupTarget:f: -deleteOldest |
| 3 entries |
Associated Headers