Windows / Code / 0x00001008
0x00001008
Decimal: 4104 · Signed: 4104
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x1008 (4104)
As NTSTATUS:- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x1008 (4104)
Associated Modules
| Module | Found in | Description |
|---|
| VSSVC.exe | 1011 | Volume Shadow Copy Service error: Cannot get the COM+ collection '%1' from parent [%2].
%3 |
| auditpol.exe | 78.11011 | Usage: AuditPol /restore /file:
This command restores system audit policy settings, per-user audit policy
settings for all users and all auditing options from a file created with the
/backup command.
Options
/? Help (context-sensitive).
/file Specifies the file where the audit policy should be
read from. The file must have been created by the
/backup option or must be syntactically consistent
with that file format.
Example:
auditpol /restore /file:c:\auditpolicy.csv |
| auditpolcore.dll | 1011 | Disabled |
| bootsect.exe | 1011 | Internal error: target drive letter is malformed. |
| crypt32.dll | 78.11011 | Failed auto update retrieval of third-party root list sequence number from: <%1> with error: %2. |
| dxgwdi.dll | 1011 | Forced TDR has been ignored. |
| gpsvc.dll | 78.11011 | Group Policy cannot be applied because the computer has been booted in Directory Services Restore Mode. |
| ntfs.sys | 1011 | SD Entry |
| sdengin2.dll | 1011 | The backup was not successful. The error is: %1. |
| spaceutil.exe | 11 | ------------------------------------------------------------------------------
Conversion of Boot Device with MBR parition is not supported.
If converting a Boot Device with GPT partition, copy the boot
file using the following commands:
$SpaceDisk = (Get-Disk -FriendlyName "Boot")
$Partition = New-Partition -DiskNumber $SpaceDisk.Number `
-GptType "{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}" `
-AssignDriveLetter -Offset 16777216 -UseMaximumSize -IsHidden
$Volume = $Partition | Format-Volume -FileSystem FAT32 -Confirm:$false -Force
$NewBootPath = $Volume.DriveLetter + ":"
bcdboot C:\windows /s $NewBootPath
mountvol $NewBootPath /D
------------------------------------------------------------------------------ |
| 10 entries |
Associated Headers