Windows / Code / 0x4000281c
0x4000281c
Decimal: 1073752092 · Signed: 1073752092
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: 0x281c (10268)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x281c (10268)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 10 | usage : fsutil 8dot3name set [0 through 3] | [ 1 | 0]
When a volume is not specified the operation updates the registry value:
0 - Enable 8dot3 name creation on all volumes on the system
1 - Disable 8dot3 name creation on all volumes on the system
2 - Set 8dot3 name creation on a per volume basis
3 - Disable 8dot3 name creation on all volumes except the
system volume
When a volume is specified the operation updates the individual
volume's on disk flag. This operation is only meaningful
if the registry value is set to 2.
0 - Enable 8dot3 name creation on this volume
1 - Disable 8dot3 name creation on this volume
This operation takes effect immediately (no reboot required).
Sample commands:
"fsutil 8dot3name set 1" - disable 8dot3 name creation on all volumes
"fsutil 8dot3name set C: 1" - disable 8dot3 name creation on c: |
| fsutil.exe | 11 | usage: fsutil 8dot3name set [0 through 3] | [ <0|1>]
When a volume is not specified the operation updates the registry value:
0 - Enable 8dot3 name creation on all volumes on the system
1 - Disable 8dot3 name creation on all volumes on the system
2 - Set 8dot3 name creation on a per volume basis (default)
3 - Disable 8dot3 name creation on all volumes except the
system volume
When a volume is specified this operation updates the individual
volume's on disk state. This operation is only meaningful
if the registry value is set to 2.
0 - Enable 8dot3 name creation on this volume
1 - Disable 8dot3 name creation on this volume
This operation takes effect immediately (no reboot required)
Sample commands:
"fsutil 8dot3name set 1" - disable 8dot3 name creation on all volumes
"fsutil 8dot3name set C: 1" - disable 8dot3 name creation on c: |
| fsutil.exe | 78.1 | usage : set [0 through 3] | [ 1 | 0]
When a volume is not specified the operation updates the registry value:
0 - Enable 8dot3 name creation on all volumes on the system
1 - Disable 8dot3 name creation on all volumes on the system
2 - Set 8dot3 name creation on a per volume basis
3 - Disable 8dot3 name creation on all volumes except the
system volume
When a volume is specified the operation updates the individual
volume's on disk flag. This operation is only meaningful
if the registry value is set to 2.
0 - Enable 8dot3 name creation on this volume
1 - Disable 8dot3 name creation on this volume
This operation takes effect immediately (no reboot required).
Sample commands:
"fsutil 8dot3name set 1" - disable 8dot3 name creation on all volumes
"fsutil 8dot3name set C: 1" - disable 8dot3 name creation on c: |
| refsutil.exe | 10 | -v |
| 4 entries |
Associated Headers