Windows / Code / 0x4000296e
0x4000296e
Decimal: 1073752430 · Signed: 1073752430
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: 0x296e (10606)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x296e (10606)
Associated Modules
| Module | Found in | Description |
|---|
| diskraid.exe | 78.11011 | %1!s! LUN %2!-3lu! %3!-10.10s! %4!-12.12s! %5!-8.8s! %6!5I64u! %7!-2.2s! %8!3.3s! %9!5I64u! %10!-2.2s! |
| fsutil.exe | 10 | usage : set 1 | 0
The operation updates the individual volume's on disk flag.
0 - Enable TxF on this volume
1 - Disable TxF on this volume
This operation takes effect immediately (no reboot required).
Sample commands:
"fsutil behavior set DisableTxf C: 1" - disable TxF on c: |
| fsutil.exe | 11 | usage: fsutil behavior set disableTxF <0|1>
Changes the TxF enablement state of the given NTFS volume
TxF is an NTFS feature that provides transactional semantics to file system
operations. The Windows servicing stack uses TxF so it is not recommended to
disable TxF on the C: volume. TxF is a deprecated Windows feature.
Values: 0 - TxF is enabled on the given volume
1 - TxF is disabled on the given volume
This operation takes effect immediately (no reboot required) |
| 3 entries |
Associated Headers