Windows / Code / 0x400029c4
0x400029c4
Decimal: 1073752516 · Signed: 1073752516
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: 0x29c4 (10692)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x29c4 (10692)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 10 | Usage : fsutil file setCaseSensitiveInfo [flags]
flags : enable - Enable case sensitive attribute on (Default value)
: disable - Disable case sensitive attribute on
Eg : fsutil file setCaseSensitiveInfo C:\TempFolder enable
fsutil file setCaseSensitiveInfo C:\TempFolder disable |
| fsutil.exe | 11 | Usage: fsutil file setCaseSensitiveInfo [|] [recursive [depth]]
Options:
enable - Enable case sensitive attribute on
(Default if not specified).
disable - Disable case sensitive attribute on .
recursive - Recursively traverse and set case sensitive attribute on subdirectories.
depth - Specifies the depth of subdirectories to traverse and set case sensitive
attribute on. A depth of 0 is the same as not specifying the 'recursive'
option. When depth is notspecified, we'll travese all subdirectories.
Eg: fsutil file setCaseSensitiveInfo C:\TempFolder enable
fsutil file setCaseSensitiveInfo C:\TempFolder disable
fsutil file setCaseSensitiveInfo C:\TempFolder enable recursive
fsutil file setCaseSensitiveInfo C:\TempFolder enable recursive 2 |
| 2 entries |
Associated Headers