Windows / Code / 0x40004035
0x40004035
Decimal: 1073758261 · Signed: 1073758261
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: 0x4035 (16437)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x4035 (16437)
Associated Modules
| Module | Found in | Description |
|---|
| manage-bde.exe | 11 | manage-bde -protectors -get Volume -parameter [arguments]
manage-bde -protectors -add Volume -parameter [arguments]
manage-bde -protectors -delete Volume -parameter [arguments]
manage-bde -protectors -disable Volume -parameter [arguments]
manage-bde -protectors -enable Volume
manage-bde -protectors -adbackup Volume -parameter [arguments]
manage-bde -protectors -aadbackup Volume -parameter [arguments]
manage-bde -protectors -msabackup Volume -parameter [arguments]
Description:
Manages protection methods for the encryption key.
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"
-get Displays key protection methods. Include '-?' for parameters.
-add Adds key protection methods. Include '-?' for parameters.
-delete Deletes key protection methods. Include '-?' for parameters.
-disable 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.
-enable Enables protection by removing the unsecured encryption key
from disk. All key protectors take into effect.
-adbackup Backs up recovery information for the drive.
-aadbackup Backs up recovery information for the drive to Azure Active Directory.
-msabackup Backs up recovery information for the drive to a Microsoft account.
-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 -add -?
manage-bde -protectors -get -?
manage-bde -protectors -disable C: |
| 1 entry |
Associated Headers