You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
<?xml version="1.0"?>
|
|
<Role
|
|
name="Print Server"
|
|
description="Print servers provide and manage access to network printers and printer drivers."
|
|
mys_id="PrintServer"
|
|
>
|
|
<!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
|
|
<_locDefinition>
|
|
<_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
|
|
<_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
|
|
</_locDefinition>
|
|
|
|
<Links>
|
|
<Link
|
|
description="Open Printers and Faxes"
|
|
type="cpl"
|
|
command="printers"
|
|
tooltip="Adds, configures, or removes local and network printers and fax printers."
|
|
/>
|
|
<Link
|
|
description="Add a printer"
|
|
type="program"
|
|
command=""%SystemRoot%\System32\rundll32.exe" printui.dll,PrintUIEntry /il"
|
|
tooltip="Runs the Add Printer Wizard."
|
|
/>
|
|
<Link
|
|
description="Add a printer driver"
|
|
type="program"
|
|
command=""%SystemRoot%\System32\rundll32.exe" printui.dll,PrintUIEntry /id"
|
|
tooltip="Runs the Add Printer Driver Wizard."
|
|
/>
|
|
<Link
|
|
description="Review the next steps for this role"
|
|
type="help"
|
|
command="cys.chm::/print_server_role.htm#printsrvcompletion"
|
|
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
|
|
/>
|
|
</Links>
|
|
</Role>
|