-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Installed Printer Driver Analysis
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd"> | ||
<Analysis> | ||
<Title>Drivers - Printers - Windows</Title> | ||
<Description>Lists the currently installed printer drivers. </Description> | ||
<Relevance>true</Relevance> | ||
<Source>Internal</Source> | ||
<SourceReleaseDate>2016-04-22</SourceReleaseDate> | ||
<MIMEField> | ||
<Name>x-fixlet-modification-time</Name> | ||
<Value>Sat, 23 Apr 2016 03:34:59 +0000</Value> | ||
</MIMEField> | ||
<Domain>BESC</Domain> | ||
<Property Name="Drivers - Printers - Windows" ID="1">unique values of names of keys of keys of keys "Drivers" of keys of key "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments" of native registry</Property> | ||
<Property Name="Drivers - Printers Version - Windows" ID="2">(names of it, value "DriverVersion" of it as string) of keys of keys of keys "Drivers" of keys of key "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments" of native registry</Property> | ||
</Analysis> | ||
</BES> | ||
|