Windows / Code / 0x4000011d
0x4000011d
Decimal: 1073742109 · Signed: 1073742109
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: 0x011d (285)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x011d (285)
Associated Modules
| Module | Found in | Description |
|---|
| manage-bde.exe | 1011 | manage-bde -protectors -disable Volume [{-RebootCount|-rc} argument]
[{-ComputerName|-cn} ComputerName]
[{-?|/?}] [{-Help|-h}]
Description:
Suspends protection. Allows anyone to access encrypted data by making the
encryption key available unsecured on disk. No key protectors are removed.
If the optional RebootCount parameter is not specified, BitLocker
protection of the OS volume automatically resumes after Windows is
restarted. If a RebootCount parameter is specified, BitLocker protection
of the OS volume will resume after Windows has been restarted the number
of times specified in the Rebootcount parameter.
Parameter List:
Volume A drive letter followed by a colon, a volume GUID path or
a mounted volume. Example: "C:",
\\?\Volume{26a21bda-a627-11d7-9931-806e6f6e6963}\ or
"C:\MountVolume"
-RebootCount or -rc
Protection of the OS volume is suspended and will resume after
Windows has been restarted the number of times specified in
the RebootCount parameter. Only a number between 0 and 15 is
a valid argument. Specify 0 to suspend protection indefinitely.
If this parameter is not specified BitLocker protection will
automatically resume for the OS volume when Windows is
restarted.
-ComputerName or -cn
Runs on another computer. Examples: "ComputerX", "127.0.0.1"
-? or /? Displays brief help. Example: "-ParameterSet -?"
-Help or -h Displays complete help. Example: "-ParameterSet -h"
Examples:
manage-bde -protectors -disable C: -rc 10 |
| 1 entry |
Associated Headers