Windows / Code / 0x400028fd
0x400028fd
Decimal: 1073752317 · Signed: 1073752317
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: 0x28fd (10493)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x28fd (10493)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 11 | Usage: fsutil behavior set enableNonpagedNtfs <0|1>
By default NTFS allocates most of its internal data structures and code out of
pageable memory. When enabled, NTFS switches to allocating all of its internal
data structures and code out of non-pageable memory. This reduces the number of
pagefaults that occur while processing file system operations.
Values: 0 - NTFS uses pageable memory for most allocations (default)
1 - NTFS uses non-pageable memory for all allocations
A reboot is required for this change to take effect |
| wbadmin.exe | 1011 | GET VIRTUALMACHINES -- Lists current Hyper-V virtual machines. |
| 2 entries |
Associated Headers