Windows / Code / 0x4aaa0100
0x4aaa0100
Decimal: 1252655360 · Signed: 1252655360
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)
- X: 1 (Reserved, only expected on the TRK exceptions)
- Facility: 0x2aa (Unknown facility)
- Code: 0x0100 (256)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0xaaa (Unknown facility)
- Code: 0x0100 (256)
Associated Modules
| Module | Found in | Description |
|---|
| fhmanagew.exe | 1011 | fhmanage[.exe] -command [arguments] [options]
Description:
Manages File History for the current user.
Supported commands:
-status Query the status of File History.
-enable Enable File History for the current user and public files.
-disable Disable File History for the current user and public files.
-backupnow Immediately start user data backup even if the system is not idle.
-reload Force File History configuration to be reloaded for the current user.
-stop Stop an ongoing user data backup even if other conditions allow it to proceed.
-cleanup Delete file versions older than the specified age (in days).
-migrate Migrate file versions from your default target to the specified URL.
-checktarget Check your default target for volume failures and fix them
-setstate []
Set Security and Maintenance state and optional timestamp.
-rehydrate Applies the supplied config file and starts rehydration.
Supported options:
-quiet Suppress all output
Examples:
fhmanage -enable
fhmanage -backupnow
fhmanage -cleanup 30 -quiet |
| 1 entry |
Associated Headers