Windows2003-3790/admin/cys/mys/res/fileserverrole.xml
2020-09-30 16:53:55 +02:00

34 lines
1.2 KiB
XML

<?xml version="1.0"?>
<Role
name="File Server"
description="File servers provide and manage access to files."
mys_id="FileServer"
>
<!-- 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="Manage this file server"
type="program"
command="&quot;%SystemRoot%\System32\filesvr.msc&quot;"
tooltip="Opens the File Server Management console, which helps you manage shares and disks for this server."
/>
<Link
description="Add shared folders"
type="program"
command="&quot;%SystemRoot%\System32\shrpubw.exe&quot; /s"
tooltip="Runs the Add Shared Folders Wizard."
/>
<Link
description="Review the next steps for this role"
type="help"
command="cys.chm::/file_server_role.htm#filesrvcompletion"
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
/>
</Links>
</Role>