Windows / Code / 0x4000280e
0x4000280e
Decimal: 1073752078 · Signed: 1073752078
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: 0x280e (10254)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x280e (10254)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 78.110 | Remote to remote symbolic links are disabled. |
| fsutil.exe | 11 | Usage: fsutil behavior set symlinkEvaluation {L2L|L2R|R2L|R2R}:{0|1} [...]
Controls the class of symbolic links that can be traversed when opening files.
Values: L2L:{0|1} - Controls local-to-local symbolic link evaluation (default ENABLED)
L2R:{0|1} - Controls local-to-remote symbolic link evaluation (default ENABLED)
R2L:{0|1} - Controls remote-to-local symbolic link evaluation (default DISABLED)
R2R:{0|1} - Controls remote-to-remote symbolic link evaluation (default DISABLED)
Eg: fsutil behavior set symlinkEvaluation L2L:1 L2R:0
- Enables local-to-local symbolic link evaluation
- Disables local-to-remote symbolic link evaluation
- Does not change the evaluation state of remote-to-remote or remote-to-local links.
This operation takes effect immediately (no reboot required) |
| refsutil.exe | 10 | Proceed to regenerate boot sectors with the following parameters:
Major version : %1!d!
Minor version : %2!d!
Bytes per sector : 0x%3!x!
Sectors per cluster : 0x%4!x!
Cluster size : 0x%5!x!
Number of sectors : 0x%6!llx!
Number of clusters : 0x%7!llx!
Bytes per container : 0x%8!llx! |
| 3 entries |
Associated Headers