| DevDispItemProvider.dll | 8.11011 | %1 - Left |
| ESENT.dll | 8.11011 | Logging/Recovery |
| EhStorTcgDrv.sys | 1011 | An operation has failed (%3, %4, %5, %6).
%1
NTStatus: %2 |
| EventCreate.exe | 78.11011 | %1 |
| FXSEVENT.dll | 1011 | Inbound |
| KernelBase.dll | 78.1 | The system cannot find the path specified. |
| LocationNotifications.exe | 8.1 | Trigger event for Location Notifications. |
| NetTCPIP.dll | 1011 | Not all required properties are specified: either one of %1 %2 and either one of %3 %4 |
| SMCCx.dll | 1011 | An operation has failed (%3, %4, %5, %6).
%1
NTStatus: %2 |
| ServiceModelEvents.dll | 78.11011 | ObjectAccess |
| UsbccidDriver.dll | 1011 | An operation has failed (%3, %4, %5, %6).
%1
NTStatus: %2 |
| VSSVC.exe | 1011 | Volume Shadow Copy Service initialization error: the COM library cannot be initialized [%1].
%2 |
| WUDFUsbccidDriver.dll | 1011 | An operation has failed (%3, %4, %5, %6).
%1
NTStatus: %2 |
| WinSAT.exe | 1011 | The assessments or other operations completed successfully. |
| WudfSMCClassExt.dll | 1011 | An operation has failed (%3, %4, %5, %6).
%1
NTStatus: %2 |
| apphelp.dll | 8.11011 | The application (%3, from vendor %5) was detected containing legacy redistributable software. |
| bootstr.dll | 10 | Windows 10 |
| bootstr.dll | 11 | Windows 11 |
| cdosys.dll | 78.11011 | General |
| cmimcext.sys | 1011 | Initial Machine Configuration was unable to unload the IMC hive once processing was completed. The status was %1. |
| connect.dll | 78.11011 | Successfully connected to %1!s! |
| cscui.dll | 1011 | Network interface has been disconnected. |
| deviceaccess.dll | 8.1 | Task %1 canceled servicing of device %3 because: %2. |
| deviceregistration.dll | 1011 | Workplace Join discovery succeeded. |
| dimsjob.dll | 78.11011 | Certificate Services Client has detected network connectivity. |
| dskquota.dll | 78.11011 | Error %1 opening group policy registry key %2.
%3. |
| dskquoui.dll | 78.11011 | Error %1 opening group policy registry key %2.
%3. |
| dsreg.dll | 1011 | %1 |
| dssec.dll | 78.11011 | Reset password |
| ehepgres.dll | 7 | %1 |
| ehrecvr.exe | 7 | TV tuner encountered an error. (0x%2) %1 |
| ehsched.exe | 7 | Successfully setup event logging. |
| findstr.exe | 78.110 | Searches for strings in files.
FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
[/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
strings [[drive:][path]filename[ ...]]
/B Matches pattern if at the beginning of a line.
/E Matches pattern if at the end of a line.
/L Uses search strings literally.
/R Uses search strings as regular expressions.
/S Searches for matching files in the current directory and all
subdirectories.
/I Specifies that the search is not to be case-sensitive.
/X Prints lines that match exactly.
/V Prints only lines that do not contain a match.
/N Prints the line number before each line that matches.
/M Prints only the filename if a file contains a match.
/O Prints character offset before each matching line.
/P Skip files with non-printable characters.
/OFF[LINE] Do not skip files with offline attribute set.
/A:attr Specifies color attribute with two hex digits. See "color /?"
/F:file Reads file list from the specified file(/ stands for console).
/C:string Uses specified string as a literal search string.
/G:file Gets search strings from the specified file(/ stands for console).
/D:dir Search a semicolon delimited list of directories
strings Text to be searched for.
[drive:][path]filename
Specifies a file or files to search.
Use spaces to separate multiple search strings unless the argument is prefixed
with /C. For example, 'FINDSTR "hello there" x.y' searches for "hello" or
"there" in file x.y. 'FINDSTR /C:"hello there" x.y' searches for
"hello there" in file x.y.
Regular expression quick reference:
. Wildcard: any character
* Repeat: zero or more occurrences of previous character or class
^ Line position: beginning of line
$ Line position: end of line
[class] Character class: any one character in set
[^class] Inverse class: any one character not in set
[x-y] Range: any characters within the specified range
\x Escape: literal use of metacharacter x
\ Word position: end of word
For full information on FINDSTR regular expressions refer to the online Command
Reference. |
| findstr.exe | 11 | Searches for strings in files.
FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
[/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
strings [[drive:][path]filename[ ...]]
/B Matches pattern if at the beginning of a line.
/E Matches pattern if at the end of a line.
/L Uses search strings literally.
/R Uses search strings as regular expressions.
/S Searches for matching files in the current directory and all
subdirectories.
/I Specifies that the search is not to be case-sensitive.
/X Prints lines that match exactly.
/V Prints only lines that do not contain a match.
/N Prints the line number before each line that matches.
/M Prints only the filename if a file contains a match.
/O Prints character offset before each matching line.
/P Skip files with non-printable characters.
/OFF[LINE] Do not skip files with offline attribute set.
/A:attr Specifies color attribute with two hex digits. See "color /?"
/F:file Reads file list from the specified file(/ stands for console).
/C:string Uses specified string as a literal search string.
/G:file Gets search strings from the specified file(/ stands for console).
/D:dir Search a semicolon delimited list of directories
/Q:qflags Quiet mode flags:
u Suppress warning about unsupported Unicode formats
strings Text to be searched for.
[drive:][path]filename
Specifies a file or files to search.
Use spaces to separate multiple search strings unless the argument is prefixed
with /C. For example, 'FINDSTR "hello there" x.y' searches for "hello" or
"there" in file x.y. 'FINDSTR /C:"hello there" x.y' searches for
"hello there" in file x.y.
Regular expression quick reference:
. Wildcard: any character
* Repeat: zero or more occurrences of previous character or class
^ Line position: beginning of line
$ Line position: end of line
[class] Character class: any one character in set
[^class] Inverse class: any one character not in set
[x-y] Range: any characters within the specified range
\x Escape: literal use of metacharacter x
\ Word position: end of word
For full information on FINDSTR regular expressions refer to the online Command
Reference. |
| finger.exe | 78.1 | poll failed |
| fltmgr.sys | 1011 | Filter Manager failed to attach to volume '%3'. This volume will be unavailable for filtering until a reboot. The final status was %1. |
| fontview.exe | 78.11011 | There is not enough free memory for this operation. |
| ftp.exe | 78.1 | poll failed |
| hostname.exe | 78.1 | poll failed |
| hvloader.dll | 11 | Hypervisor Eventlog for global system events could not be created! |
| hvservice.sys | 10 | Hypervisor Eventlog for global system events could not be created! |
| kernel32.dll | 78.11011 | The system cannot find the path specified. |
| microsoft-windows-hal-events.dll | 1011 | Initialization of the High Precision Event Timer failed due to an interrupt configuration problem.
The operating system will use another available platform timer in lieu of the High Precision Event Timer.
It may be possible to address this problem with an updated system BIOS.
Contact your system vendor for technical assistance.
Initialization status: %1. |
| microsoft-windows-kernel-processor-power-events.dll | 1011 | Throttle power management features on processor %1 are disabled due to a firmware problem. Check with the computer manufacturer for updated firmware. |
| mispace.dll | 1011 | Data and parity information are striped across physical disks, increasing reliability, but somewhat reducing capacity and performance. To protect against a single disk failure, use at least three disks; to protect against two disk failures, use at least seven disks. |
| mispace.dll | 8.1 | Data and parity information are striped across physical disks, increasing reliability, but somewhat reducing capacity. This storage layout requires at least three disks to protect you from a single disk failure and at least seven disks to protect you from two disk failures. |
| mountvol.exe | 78.11011 | path Specifies the existing NTFS directory where the mount
point will reside.
VolumeName Specifies the volume name that is the target of the mount
point.
/D Removes the volume mount point from the specified directory.
/L Lists the mounted volume name for the specified directory.
/P Removes the volume mount point from the specified directory,
dismounts the volume, and makes the volume not mountable.
You can make the volume mountable again by creating a volume
mount point.
/R Removes volume mount point directories and registry settings
for volumes that are no longer in the system.
/N Disables automatic mounting of new volumes.
/E Re-enables automatic mounting of new volumes. |
| msaudite.dll | 78.11011 | Object Access |
| msprivs.dll | 78.11011 | Replace a process level token |
| msra.exe | 78.11011 | Application will terminate, a critical error was detected in %1 Line %2 Function %3 |
| napipsec.dll | 78.1 | NAP IPSec Relying Party has added IPSec policy to the machine. |
| netcfg.exe | 1011 | Trying to uninstall %1 ... |
| netdacim.dll | 8.11011 | Disabling manual site selection for DirectAccess connectivity |
| netnccim.dll | 8.11011 | Disabling manual site selection for DirectAccess connectivity |
| netttcim.dll | 8.11011 | Disabling manual site selection for DirectAccess connectivity |
| nslookup.exe | 78.11011 | Non-authoritative answer: |
| ntdll.dll | 78.11011 | STATUS_WAIT_3 |
| powershell.exe | 78.11011 | Version %1!ls! of the .NET Framework is not installed and it is required to run version %2!ls! of Windows PowerShell. |
| pwrshmsg.dll | 78.11011 | Provider Health |
| reagentc.exe | 1011 | Configures the Windows Recovery Environment (Windows RE) and system reset.
%1
The following commands can be specified:
/info - Displays Windows RE and system reset configuration
information.
/setreimage - Sets the location of the custom Windows RE image.
/enable - Enables Windows RE.
/disable - Disables Windows RE.
/boottore - Configures the system to start Windows RE next time the
system starts up.
/setbootshelllink - Adds an entry to the Reset and Restore page in the boot
menu.
For more information about these commands and their arguments, type
%1 /?.
Examples:
%1 /setreimage /?
%1 /disable /? |
| reagentc.exe | 7 | Configures the Windows Recovery Environment (RE).
%1 [options]
where the following operations can be specified:
/setreimage /path [/target ] [/bootkey ]
Sets the location of the user-provided Windows RE image.
The optional /target switch specifies the path to the location
that contains the Windows installation.
The optional /bootkey switch specifies the scan code for an
OEM-specific launch button.
/setosimage [/path [/target ]] [/customtool]
/path sets the location of the user-provided OS Setup files.
Alternatively /customtool specifies that a an imaging tool
was specified inside Windows RE.
/info [/target ]
Displays Windows RE configuration information.
The optional /target switch specifies the path to the location
that contains the Windows installation.
/enable
Enable Windows RE for auto-failover and recovery.
/disable
Disable Windows RE auto-failover and recovery.
/boottore
Configure the BCD to launch Windows Recovery next time the system
starts up. |
| reagentc.exe | 8.1 | Configures the Windows Recovery Environment (Windows RE) and system reset.
%1
The following commands can be specified:
/info - Displays Windows RE and system reset configuration
information.
/setreimage - Sets the location of the custom Windows RE image.
/enable - Enables Windows RE.
/disable - Disables Windows RE.
/boottore - Configures the system to start Windows RE next time the
system starts up.
/setosimage - Sets the location of the recovery image used by system
reset.
/setbootshelllink - Adds an entry to the Reset and Restore page in the boot
menu.
For more information about these commands and their arguments, type
%1 /?.
Examples:
%1 /setreimage /?
%1 /disable /? |
| rekeywiz.exe | 78.11011 | Encrypting File System could not automatically select a certificate. Click on Select certificate to select one, or choose to create a new certificate. |
| sc.exe | 1011 | DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc config [service name] ...
OPTIONS:
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
To remove the dependency, use a single / as dependency value.
type=
start=
error=
binPath=
group=
tag=
depend=
obj=
DisplayName=
password= |
| sc.exe | 7 | DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc config [service name] ...
OPTIONS:
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
type=
start=
error=
binPath=
group=
tag=
depend=
obj=
DisplayName=
password= |
| sc.exe | 8.1 | DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc config [service name] ...
OPTIONS:
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
type=
start=
error=
binPath=
group=
tag=
depend=
obj=
DisplayName=
password= |
| sstpsvc.dll | 1011 | CoId=%1:The HTTP response received from the server-side Secure Socket Tunneling Protocol (SSTP) either does not have the version information or the version is not supported. The HTTP version information received is logged in the data section below. The HTTP response from the SSTP server must contain the version header and the version must be 1.1. |
| storagewmi.dll | 8.11011 | The operation failed with return code %1!u! |
| tquery.dll | 78.11011 | Gatherer |
| w32time.dll | 1011 | The time provider '%1' logged the following message: %2 |
| webservices.dll | 78.11011 | A type description may not be specified for WS_TYPE value '%1'. |
| wecutil.exe | 78.11011 | Failed to open config file: %1!s!. |
| wevtapi.dll | 78.11011 | Printers |
| wevtutil.exe | 78.11011 | Failed to initialize COM. |
| wfascim.dll | 1011 | At least one server or domain name must be specified. |
| whealogr.dll | 71011 | A hardware event has occurred. An informational record describing the condition is contained in the data section of this event. |
| winbio.dll | 8.11011 | Position your finger more to the right on the fingerprint reader. |
| winsrv.dll | 78.11011 | Windows |
| winsrvext.dll | 11 | Windows |
| xwizards.dll | 78.11011 | Usage:
xwizard ProcessXMLFile [/u] [/m]
where:
/u = unattended (log parsing errors instead of showing them)
/m = additionally generate Vista setup manifest file section
(create resulting file in current directory as .man)
filename = XML file name
examples:
xwizard ProcessXMLFile myconfig.xml
xwizard ProcessXMLFile /m mysetup.xml |